Releases: yoopta-editor/Yoopta-Editor
Releases · yoopta-editor/Yoopta-Editor
v4.5.0
What's Changed
- New Accordion Plugin with new API's 🚀🚀🚀 by @Darginec05 in #135
- Created Blocks API for manipulating with block elements by @Darginec05 in #135
- Created Elements API for manipulating with block elements by @Darginec05 in #135
- Added supporting for multiple elements per Plugin by @Darginec05 in #135
- Fixed issue with updateBlock when copy/paste by @Darginec05 in #135
- Started writing full docs in in yoodocs.space
- Added example with Carousel plugin using shadcn/ui
Fixed issues:
Full Changelog: v4.4.0...v4.5.0
v4.4.1
What's Changed
- Fix bug with opening actionmenu list in block options
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- Added new API to editor with focus/blur by @Darginec05 in #172
Full Changelog: v4.3.0...v4.4.0
v4.3.2
What's Changed
- [FEAT] changed structure of packages to separate folders by @maZahaca in #156
- [FEAT] Contributing guide by @maZahaca in #151
- Docs for paragraph by @Darginec05 in #161
- Docs for @yoopta/lists by @Darginec05 in #162
- fix add type attribute to prevent form submission by @silverlila in #163
- feat add dynamic handling for link rel and target attributes by @silverlila in #160
- link tool UX is improved with additional props by @Darginec05 in #164
- Add badges and sponsor button by @Darginec05 in #166
- fix: make it possible to embed x.com post with the embed plugin by @penghuili in #167
- fix: action menu don't open on click by @ori-avraham in #173
New Contributors
- @silverlila made their first contribution in #163
- @penghuili made their first contribution in #167
- @ori-avraham made their first contribution in #173
Full Changelog: v4.3.0...v4.3.2
v4.3.1
What's Changed
- [FEAT] changed structure of packages to separate folders by @maZahaca in #156
- [FEAT] Contributing guide by @maZahaca in #151
- Docs for paragraph by @Darginec05 in #161
- Docs for @yoopta/lists by @Darginec05 in #162
- fix add type attribute to prevent form submission by @silverlila in #163
- feat add dynamic handling for link rel and target attributes by @silverlila in #160
- link tool UX is improved with additional props by @Darginec05 in #164
New Contributors
- @silverlila made their first contribution in #163
Full Changelog: v4.3.0...v4.3.1
v4.3.0
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
andPortal
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
What's Changed
- Added setEditorValue to API by @Darginec05 in #146
- Added fit to onUpload method for media by @Darginec05 in #147
Full Changelog: v4.1.1...v4.2.0
v4.1.1
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
- @leach-mrt made their first contribution in #140
Full Changelog: v4.1.0...v4.1.1
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]