Skip to content

Releases: joshfrench/react-mobiledoc-editor

0.14.4

01 Sep 15:02
Compare
Choose a tag to compare

What's Changed

  • Update mobiledoc-kit peer dep versions
  • Fix warning in React 18 when unmounting card by @gpoitch in #112

Full Changelog: 0.14.2...0.14.4

0.14.2

10 Aug 14:01
a1ed52c
Compare
Choose a tag to compare

Fix toolbar button state bug #110

0.14.1

08 Aug 15:21
b5eb9a4
Compare
Choose a tag to compare

React v18 support by passing createRoot as prop on Container. (prop adjusted from 0.14.0)

0.14.0

08 Aug 13:52
cb34a1f
Compare
Choose a tag to compare

Added support for using React v18 without warnings with custom card/atom components.

v0.13.1

31 May 12:47
051fbf2
Compare
Choose a tag to compare

Update mobiledoc-kit peer dependency versions to support 0.14.0+

0.13.0

21 Nov 02:35
2c49bcd
Compare
Choose a tag to compare
  • Generate both umd and esm format
  • Use rollup to generate smaller output

0.12.2

09 Nov 18:11
3ac2fe5
Compare
Choose a tag to compare
  • Fix the regression that onChange is called with event value when AttributeSelect changes.

0.12.1

09 Nov 17:21
fe311e1
Compare
Choose a tag to compare
  • Remove declaration of childContextTypes which cause React log an error in development.
  • Fix the demo example.

0.12.0

09 Nov 16:52
ae62ee3
Compare
Choose a tag to compare

Breaking Changes

  • Support React > 16.3. Support for older versions are dropped.

Refactoring

Refactor to use latest React context API

0.11.1

17 Nov 21:05
626f973
Compare
Choose a tag to compare
  • Fix support for react 17 by replacing a deprecated API #70