All Versions
29
Latest Version
Avg Release Cycle
48 days
Latest Release
563 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.6.3 Changes
November 21, 2018 -
v0.6.2 Changes
October 09, 2018๐ Fixed
- ๐ fix shouldDisplayToolbarFn #212
-
v0.6.0 Changes
October 09, 2018๐ Fixed
- ๐ Fixed toolbar arrow positioning on screen edges
๐ฅ Breaking Changes
- ๐ Remade internationalization, dropping support for i18next
-
v0.5.2 Changes
August 29, 2018โ Added
- Toolbar actions now can access the Editor's
onChange
.
- Toolbar actions now can access the Editor's
-
v0.5.1 Changes
July 27, 2018โ Added
Sidebar
: Display sidebar ToggleButton only when needed, withhideSidebarOnBlur
prop.
๐ Changed
- ๐ Improving indentation with prettier + eslint + lint-staged + husky
-
v0.5.0 Changes
July 10, 2018โ Added
- ๐ i18n: New prop
language
forMegadraftEditor
, default is 'en-US'.__()
has been deprecated and will be removed soon. You can move this code to your app, instead.__()
code can be found at Github Gist.
๐ Fixed
- ๐ป Toolbar: Prevent exception in Toolbar with readOnly true
- ๐ LinkInput: Fix placeholder color when URL is invalid
- ๐ Docs: Fixed toolbar customization example
- ๐ Editor: Fixes an out of sync editor state bug on plugins
- Editor: Checking if next block exists for media removal
- ๐ i18n: New prop
-
v0.4.37 Changes
April 11, 2018โ Added
- ๐ Changelog.md for notable changes
๐ Fixed
- ๐ Fix toolbar and refactor positioning
- ๐จ Refactoring sidebar positioning
- Don't prevent tab events
-
v0.4.36 Changes
March 12, 2018โ Added
- MegadraftEditor now accepts a
blockRenderFn
prop similar to draft-js to customize block components. ### ๐ Changed - โ Migrated tests from mocha/chai/sinon to jest.
- MegadraftEditor now accepts a
-
v0.4.35 Changes
March 02, 2018๐ Fixed
- Toolbar is now shown after a delay of 16ms to prevent some bugs.