Releases: globocom/megadraft
Releases · globocom/megadraft
Release 0.6.4
Added
- Plugins now have an error boundary so the editor won't crash on plugin errors
Modified
- Custom actions now can handle the active state of button on toolbar (#224)
Release 0.6.3
Release 0.6.2
Fixed
- fix shouldDisplayToolbarFn #212
Release 0.6.0
Fixed
- Fixed toolbar arrow positioning on screen edges
Breaking Changes
- Remade internationalization, dropping support for i18next
Release 0.5.2
Added
- Toolbar actions now can access the Editor's
onChange
.
Release 0.5.1
Added
Sidebar
: Display sidebar ToggleButton only when needed, withhideSidebarOnBlur
prop.
Changed
- Improving indentation with prettier + eslint + lint-staged + husky
Release 0.5.0
Deprecated
__()
has been deprecated and will be removed soon. You can move this code to your app, instead. __()
code can be found at Github Gist.
Added
- i18n: New prop
language
forMegadraftEditor
, default is 'en-US'.
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
0.4.37
Added
- Changelog.md for notable changes
Fixed
- Fix toolbar and refactor positioning
- Refactoring sidebar positioning
- Don't prevent tab events