similiquedicta
Version:
A Plugin Architecture on top of Draft.JS
66 lines (37 loc) • 1.37 kB
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.3
- add `sideEffects` for css files [#1833](https://github.com/draft-js-plugins/draft-js-plugins/issues/1833)
## 4.1.2
- adjust types to fix issue with inline toolbar [#1802](https://github.com/draft-js-plugins/draft-js-plugins/issues/1802)
## 4.1.1
- add LinkButton config option to create own link buttons
## 4.1.0
- add "sideEffects": false for tree shaking
## 4.0.1
- fixing getEditorState can be undefined [#1704](https://github.com/draft-js-plugins/draft-js-plugins/issues/1704)
## 4.0.0
- Allow custom Url validation function
- Migrate styles to linaria
- Hide internals in single bundle
- Add esm support
- convert to typescript
## 2.0.3
- Allow draft-js v0.11
- Remove unused dependencies
- Add typescript typings
## 2.0.2
- extracted utilities into separate lib
- bumped find-with-regex
## 2.0.1
- 2.0 release
## 2.0.0-rc11 - 2017-11-07
### Add support for mailto:username@domain syntax (to support email links)
## 2.0.0-rc10 - 2017-10-03
### Removed unused packages (immutable, ip-regex) from project
## 2.0.0-rc9 - 2017-09-25
### Replaced url-regex with local util
## 2.0.0-rc8 - 2016-08-16
### Released the first working version of the DraftJS Anchor Plugin