Skip to content

Releases: yoopta-editor/Yoopta-Editor

v4.5.0

05 Jun 17:10
Compare
Choose a tag to compare

What's Changed

Fixed issues:

Full Changelog: v4.4.0...v4.5.0

v4.4.1

26 May 13:38
Compare
Choose a tag to compare

What's Changed

  • Fix bug with opening actionmenu list in block options

Full Changelog: v4.4.0...v4.4.1

v4.4.0

25 May 23:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.4.0

v4.3.2

25 May 21:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.3.2

v4.3.1

18 May 14:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.3.1

v4.3.0

15 May 16:26
9cc2b34
Compare
Choose a tag to compare

What's Changed

  • Scoped classnames removed to increase the priority for the custom classnames
  • Simplified classnames for editor tools and each element of plugin
  • Added optional id prop to <YooptaEditor />. Useful for multi editors
  • Remove id selector to avoid conflicts with multi editors
  • Implemented Overlay and Portal UI components
  • Added examle withCustomStyles - https://yoopta-editor.vercel.app/examples/withCustomStyles

BREAKING CHANGES:

  • Selector #yoopta-editor goes to class .yoopta-editor

Issues:

Full Changelog: v4.1.1...v4.3.0

v4.2.0

09 May 18:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.2.0

v4.1.1

09 May 15:46
Compare
Choose a tag to compare

What's Changed

  • [README] pass editor instance to YooptaEditor by @leach-mrt in #140
  • document: fix missing pass editor by @leach-mrt in #141
  • Fix error when adding plus button on plugins with custom editor by @Darginec05 in #144
  • Fix error when prev block with custom editor on backspace by @Darginec05 in #145

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

02 May 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Darginec05/Yoopta-Editor/compare/@yoopta/[email protected]

Release 4.0.0

18 Apr 16:28
Compare
Choose a tag to compare

What's Changed

  • Completely rewritten architecture for better perfomance
  • Creating of plugins was simplifed
  • Now it's not single editor with slate. Every block has
  • Added API's for manipulating with content
  • Editor instance
  • Copy/paste improvements
  • Code plugins completely rewritten. Now it supports themes and lang list
  • Default UI renders for ActionMenu, LinkTool are rewritten
  • Images got new more options
  • Selection rectangle box is added
  • Improved drag and drop
  • Added indent and outdent
  • Nested dnd
  • Yoopta-Editor@v4 by @Darginec05 in #111

New Contributors

Full Changelog: https://github.com/Darginec05/Yoopta-Editor/compare/v2.0.0...@yoopta/[email protected]