Releases: yoopta-editor/Yoopta-Editor
Releases · yoopta-editor/Yoopta-Editor
v4.1.0
What's Changed
- example fixes by @maZahaca in #125
- Open ActionMenu on plus block action click by @Darginec05 in #130
Full Changelog: https://github.com/Darginec05/Yoopta-Editor/compare/@yoopta/[email protected]
Release 4.0.0
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
- @eddiejaoude made their first contribution in #102
- @maZahaca made their first contribution in 3df5e58
Full Changelog: https://github.com/Darginec05/Yoopta-Editor/compare/v2.0.0...@yoopta/[email protected]
Release 2.0.0
What's Changed
- added onCopy handler to prevent copying unnecessary html by @Darginec05 in #13
- 18-error-with-hyerlinks fix enter on link in the end by @Darginec05 in #20
- 19-oncopy-function-overwrites-selected-fields fix copy content by @Darginec05 in #21
- Split into separate packages by @Darginec05 in #22
- Code element by @Darginec05 in #24
- Yopta lists by @Darginec05 in #26
- Headings by @Darginec05 in #29
- default behaviour for event handlers by @Darginec05 in #30
- issue-31 fix bug with hover out by @Darginec05 in #33
- add image, video, embed components by @Darginec05 in #32
- Implement customizable ActionMenuList by @Darginec05 in #35
- Toolbar by @Darginec05 in #37
- Types by @Darginec05 in #39
- Render editor modes by @Darginec05 in #40
- Drag by @Darginec05 in #41
- Integrate ChatGPT plugin by @Darginec05 in #42
- Exports by @Darginec05 in #43
- embed plugin is ready by @Darginec05 in #45
- create html serializer by @Darginec05 in #46
- Rename packages by @Darginec05 in #49
- implmenet turn into by @Darginec05 in #55
- Turn into by @Darginec05 in #58
- Chat gpt plugin by @Darginec05 in #61
- Chat gpt plugin by @Darginec05 in #62
- Yopta-Editor@v2 by @Darginec05 in #23
- List of examples by @Darginec05 in #71
- Add error handling for plugins props by @Darginec05 in #74
- 75 autofocus is triggered even if the value is false by @Darginec05 in #76
- Fix empty lines bug in copy paste by @Darginec05 in #84
- 82 selecting list item shows wrong element type by @Darginec05 in #85
- 78 copy and pasting from external source to yopta editor adds unwanted new lines by @Darginec05 in #86
- 72 need file attachement plugin support in the editor by @Darginec05 in #87
- Filter inline nodes in action menu by @Darginec05 in #88
- Remove deserialize func by @Darginec05 in #91
- Adding get started instruction by @Darginec05 in #93
- Fix unexpected new lines after copy/pasting by @Darginec05 in #95
- update core peer deps for blockquote package by @Darginec05 in #100
Full Changelog: v1.1.2...v2.0.0
Initial Release
v1.1.2 update lib in examples