# 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.2.1

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

## 4.2.0

- add missing forwardRef for image component [#1992](https://github.com/draft-js-plugins/draft-js-plugins/issues/1992)

## 4.1.0

- add "sideEffects": false for tree shaking

## 4.0.0

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

## 2.0.4

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

## 2.0.2 - 2.0.3

- bumped find-with-regex

## 2.0.0-rc9

- add null-check to fix bug where store is not defined when decorator is rendered.

### Released the first working version of DraftJS DnD Plugin
