Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

53 lines (25 loc) · 2.19 KB

react-editor-js

All notable changes to this project will be documented here. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.1 (2019-12-17)

Fixes

  • still support deprecated holderId property (10774a4)

0.3.0 (2019-12-17)

Features

  • use holder instead of holderId now for the element (id) where editor will be added to (16d30e8)

0.2.3 (2019-11-26)

Fixes

  • properly handle reinitializeOnPropsChange and render cycles, rename type Props (88ce8d6)

0.2.2 (2019-11-23)

Features

  • added reinitializeOnPropsChange (b80d900)

0.2.1 (2019-11-13)

0.2.0 (2019-11-13)

Features

  • memoizing react component (898de34)

0.1.1 (2019-11-09)

Release for npmjs.com.

0.1.0 (2019-11-09)

Features

  • initial setup with component, storybook and tests (cypress and jest) (94632c5)