Releases: frappe/builder
Releases · frappe/builder
v1.16.4
What's Changed
- fix: Load global head HTML as well by @surajshetty3416 in #341
Full Changelog: v1.16.3...v1.16.4
v1.16.3
v1.16.2
What's Changed
Full Changelog: v1.16.1...v1.16.2
v1.16.1
What's Changed
- fix(CodeEditor): Default value and style by @surajshetty3416 in #337
Full Changelog: v1.16.0...v1.16.1
v1.16.0
What's Changed
- fix: Hide edit icon for Website Users by @bvisible in #325
- refactor(store): Split store into more logical and smaller stores by @surajshetty3416 in #327
- feat: Option to search a block in canvas by @surajshetty3416 in #332
- fix(UX): Misc by @surajshetty3416 in #334
- perf: Stability and performance fixes (link, link, link)
New Contributors
Full Changelog: v1.15.1...v1.16.0
v1.15.1
What's Changed
Full Changelog: v1.15.0...v1.15.1
v1.15.0
What's Changed
- feat: Show revert change and unpublish button by @surajshetty3416 in #306
- feat: Show drop target placeholder & allow dropping before/after any element by @ruchamahabal in #304
- fix: Add rename and delete options by @surajshetty3416 in #315
- feat: Sync or replace component in all pages by @surajshetty3416 in #316
- feat: Option append HTML directly to the head and body by @surajshetty3416 in #317
- feat: add
canvas
option to list of html tags by @harshtandiya in #319
New Contributors
- @ruchamahabal made their first contribution in #304
- @harshtandiya made their first contribution in #319
Full Changelog: v1.14.1...v1.15.0
v1.14.1
Full Changelog: v1.14.0...v1.14.1
v1.14.0
What's Changed
Features
- Cut & Paste Blocks – Users can now cut and paste blocks anywhere within the editor. da2c5d0
- Safer Block Deletion – When deleting a block from another breakpoint, it will now be hidden instead of removed to prevent breaking desktop layouts. To force delete, hold the Shift key. d933bde
- Revert Changes - Introduced a simple "Revert Changes" option, that will let you discard all changes the last published version #306
Bug Fixes & UX Improvements
- Editor & Canvas Stability Fixes 0511903, 3977218, 71064bb
- Component System Fixes
- Fixed unreliable component creation.
- Properly track overridden changes in nested components.
- "Detach Component" now detaches only the parent component instead of all nested components.
- Dialogs now auto-close when navigating to a different route. 0393bc2
- Page previews now update correctly after publishing. d933bde
- Users now receive a warning before refreshing the page if there are unsaved changes in the code editor, to prevent accidental data loss. 94683c7
Performance
- All component events are now delegated to the component wrapper to improve efficiency. 4af4471
- Reduced reactivity overhead during block creation. 0c72d04
New Contributors
- @MaxMorais made their first contribution in #279
Full Changelog: v1.13.1...v1.14.0
v1.13.1
fix: Handle invalid dataURL or InvalidCharacterException (f61d240)
Full Changelog: v1.13.0...v1.13.1