react-mobiledoc-editor

A Mobiledoc editor written with React and Mobiledoc-Kit.

OTHER License

Downloads
1.3K
Stars
136
Committers
10

Bot releases are hidden (Show)

react-mobiledoc-editor - 0.14.4 Latest Release

Published by gpoitch about 2 years ago

What's Changed

Full Changelog: https://github.com/joshfrench/react-mobiledoc-editor/compare/0.14.2...0.14.4

react-mobiledoc-editor -

Published by gpoitch about 2 years ago

Fix toolbar button state bug #110

react-mobiledoc-editor -

Published by gpoitch about 2 years ago

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

react-mobiledoc-editor -

Published by gpoitch about 2 years ago

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

react-mobiledoc-editor -

Published by gpoitch over 2 years ago

Update mobiledoc-kit peer dependency versions to support 0.14.0+

react-mobiledoc-editor - 0.13.0

Published by malcolm-kee almost 3 years ago

  • Generate both umd and esm format
  • Use rollup to generate smaller output
react-mobiledoc-editor - 0.12.2

Published by malcolm-kee almost 3 years ago

  • Fix the regression that onChange is called with event value when AttributeSelect changes.
react-mobiledoc-editor - 0.12.1

Published by malcolm-kee almost 3 years ago

  • Remove declaration of childContextTypes which cause React log an error in development.
  • Fix the demo example.
react-mobiledoc-editor - 0.12.0

Published by malcolm-kee almost 3 years ago

Breaking Changes

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

Refactoring

Refactor to use latest React context API

react-mobiledoc-editor -

Published by gpoitch almost 4 years ago

  • Fix support for react 17 by replacing a deprecated API #70
react-mobiledoc-editor -

Published by gpoitch almost 4 years ago

  • Update peer dependencies to support react 17
  • Upgrade dev dependencies
react-mobiledoc-editor - 0.9.0

Published by ZeeJab over 4 years ago

  • Adds AttributeSelect control
  • Adds support for text alignment (with Mobiledoc Kit v0.12.2)
react-mobiledoc-editor - 0.8.1

Published by gpoitch almost 5 years ago

  • Update mobiledoc-kit peer dependency to include latest version #52
react-mobiledoc-editor - 0.8.0

Published by gpoitch over 5 years ago

  • Modernizes React usage
  • Drops create-react-class & classnames dependencies
  • Adds custom active class support to LinkButton component