Skip to content

Releases: frappe/builder

v1.16.4

09 Apr 04:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.3...v1.16.4

v1.16.3

02 Apr 09:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.2...v1.16.3

v1.16.2

02 Apr 08:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.1...v1.16.2

v1.16.1

30 Mar 05:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

v1.16.0

30 Mar 02:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.1...v1.16.0

v1.15.1

28 Mar 02:25
Compare
Choose a tag to compare

What's Changed

  • fix: Hide edit icon for Website Users (backport #325) in #333

Full Changelog: v1.15.0...v1.15.1

v1.15.0

04 Mar 07:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.1...v1.15.0

v1.14.1

29 Jan 08:55
Compare
Choose a tag to compare

Full Changelog: v1.14.0...v1.14.1

v1.14.0

29 Jan 07:51
Compare
Choose a tag to compare

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

Full Changelog: v1.13.1...v1.14.0

v1.13.1

24 Jan 06:56
Compare
Choose a tag to compare

fix: Handle invalid dataURL or InvalidCharacterException (f61d240)

Full Changelog: v1.13.0...v1.13.1