Skip to content

Releases: yoopta-editor/Yoopta-Editor

v4.6.0

25 Jun 20:03
Compare
Choose a tag to compare

What's Changed

  • @yoopta/exports is published! Check docs. by @Darginec05
  • Copy/pasting works correctly. by @Darginec05
  • Docs for plugins udpated
  • fix: min-width: 400px applied to the .yoopta-editor by @henryttran in #178
  • Many other small fixes and improvements

Fixed issues

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.1

07 Jun 22:57
Compare
Choose a tag to compare

What's Changed

  • fix: min-width: 400px applied to the .yoopta-editor by @henryttran in #178
  • Added deleteBlocks method and fixed deleting several blocks by @Darginec05 in #181

New Contributors

Full Changelog: v4.5.0...v4.5.1

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