Releases: BeaconCMS/beacon_live_admin
Releases · BeaconCMS/beacon_live_admin
v0.3.1
v0.3.0
v0.2.0
v0.1.1
v0.1.0
Enhancements
- [Visual Editor] Keep comments in their correct position in the tree #268
- [Visual Editor] Allow to drag the parent of the selected element #267
- [Visual Editor] Improve bidirectional drag and drop #266
- [Visual Editor] Animate drag and drop using FLIP approach and simplify calculation of all elements #264
- Reorder pages - #261
- Added Shared Info Handlers (
info_handle
callbacks) page - #210 by @ddink
Fixes
- [Page Editor] remove path whitespace in new pages form
- Remove unnecessary
:plug_cowboy
dependency - #262
Documentation
- Fix install guide link
v0.1.0-rc.2
Breaking Changes
- Require minimum Elixir v1.14
- Require minimum Gettext v0.26 to use the new backend module
Fixes
- [Visual Editor] Fix a race condition between update AST and save change events - #240
- Skip
PageBuilder.Table.handle_params/3
when the requested page has no pagination data - #236
Enhancements
- [Visual Editor] Improve DnD highlight states and simplify logic significantly - #219
- [Visual Editor] Better detect overlapping when dragging elements to reorder - #216
- [Visual Editor] Display a delete icon on selected elements - #209
- [Visual Editor] Better detect horizontal/vertical drag and drop flow - #215