Skip to content

Releases: prezly/slate

v0.12.0

13 Jan 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.12.0

v0.11.0

13 Jan 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.0

23 Dec 14:38
Compare
Choose a tag to compare

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

23 Dec 14:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

23 Dec 14:39
Compare
Choose a tag to compare
  • Fix Video element rendering for small thumbnails 8eeb20c

Full Changelog: v0.9.0...v0.9.1

v0.5.0

17 Nov 13:45
Compare
Choose a tag to compare

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

17 Nov 13:43
Compare
Choose a tag to compare
  • Remove unnecessary peer dependency to @prezly/hyperscript

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Nov 13:42
Compare
Choose a tag to compare

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

17 Nov 13:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

Bug fix with type-guards

22 Oct 12:26
Compare
Choose a tag to compare
  • Fixed a problem with inaccurate type-guards causing a console error #33