Releases: yoopta-editor/Yoopta-Editor
Releases · yoopta-editor/Yoopta-Editor
v4.6.0
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
- @henryttran made their first contribution in #178
Full Changelog: v4.5.0...v4.6.0
v4.5.1
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
- @henryttran made their first contribution in #178
Full Changelog: v4.5.0...v4.5.1
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