# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## To be released

## 4.3.3

- adjust react peer dependency

## 4.3.2

- add Aria roles and labels to buttons to improve accessibility
  - [React Accessibility](https://reactjs.org/docs/accessibility.html)
  - [WCAG Accessibility Standards](http://web-accessibility.carnegiemuseums.org/foundations/aria/)

## 4.3.1

- support react 18 in peer dependencies [#2701](https://github.com/draft-js-plugins/draft-js-plugins/issues/2701)

## 4.3.0

- add `buttonProps` to customize buttons [#2628](https://github.com/draft-js-plugins/draft-js-plugins/issues/2628)

## 4.2.0

- add buttons for text alignment [#2576](https://github.com/draft-js-plugins/draft-js-plugins/pull/2576)

## 4.1.1

- add `sideEffects` for css files [#1833](https://github.com/draft-js-plugins/draft-js-plugins/issues/1833)

## 4.1.0

- add "sideEffects": false for tree shaking
- Expose createBlockAlignmentButton util

## 4.0.0

- Hide internals in single bundle
- Add esm support
- convert to typescript

## 2.0.2

- Allow draft-js v0.11
- Remove unused dependencies
- Add typescript typings

## 2.0.0-rc9 - 2017-11-07

- Added buttons for Superscript and Subscript.
