Changelog
=========

v0.1.0
------
- Migrated to babel/browserify
	- and thus moved the components to ES6
- Bumped minimum React to 0.13
- Bumped Quill dependency
- Switched linting to eslint
- **CHANGE:** QuillComponent now expects `toolbar` to be an array, not an object
- **REMOVED:** Removed `mixin`


v0.0.3
------
- Switched from `quilljs` package to `quill`.
- Using the new `destroy()` from Quill.

v0.0.2
------
- Compatible with React 0.12.

v0.0.1
------
- Initial version.
