similiquedicta
Version:
A Plugin Architecture on top of Draft.JS
35 lines (20 loc) • 715 B
Markdown
# 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.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
## 4.0.0
- Migrate styles to linaria
- Hide internals in single bundle
- Add esm support
- convert to typescript
## 1.1.1
- Allow draft-js v0.11
- Remove unused dependencies
## 1.1.0
- Add buttonComponent config to customize rendering of divider button
## 1.0.0
- First release under the draft-js-plugins umbrella, added stories and doc examples with focus-plugin