Releases: prezly/slate
Releases · prezly/slate
v0.12.0
v0.11.0
What's Changed
- Dev - Dual CommonJS/ESM build by @e1himself in #65
- Dev - Additional ESlint validation by @e1himself in #66
- Refactor - Namespace exports by @e1himself in #68
Full Changelog: v0.10.1...v0.11.0
v0.10.0
What's Changed
- Fix - Image block selection with keyboard arrows by @aspirisen in #61
- Fix - Selecting all caption in Image block and pressing Backspace removes whole block by @aspirisen in #62
- Feature - Dark toolbars by @e1himself in #63
Full Changelog: v0.9.2...v0.10.0
v0.9.2
v0.9.1
v0.5.0
What's Changed
- Refactor - Reorganize package dependencies by @e1himself in #45
- Switch to native npm workspaces
- Use TS project references to speed up builds
- Reorganize dependencies, devDependencies and peerDependencies
- Change webpack to not bundle all dependencies into
@prezly/slate-editor
build
- Move
slate-examples
sub-package to@prezly/content-renderer-react-js
repo (prezly/content-renderer-react-js#1) - Upgrade some dependencies
Full Changelog: v0.4.1...v0.5.0
v0.4.1
- Remove unnecessary peer dependency to
@prezly/hyperscript
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- [MT-4469] Reorganize
@prezly/slate-types
repo to not use default exports by @e1himself in #37 - Extract
@prezly/docx-cleaner
package into separate repo by @e1himself in #41 - Refactor - Simplify
normalizeNestedElement()
normalizer interface by @e1himself in #40 - Upgrade
@prezly/sdk
dependency to v4.0 by @e1himself in #39 - Bump
@prezly/sdk
package to v5.0 by @e1himself in #42 - Extract
@prezly/slate-renderer
from this repo by @e1himself in #43 - Support - Upgrade Slate to v0.70 by @e1himself in #44
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- [MT-4431] Refactor - Type system by @e1himself in #36
Full Changelog: v0.2.2...v0.3.0
Bug fix with type-guards
- Fixed a problem with inaccurate type-guards causing a console error #33