Releases: BeaconCMS/beacon_live_admin
Releases · BeaconCMS/beacon_live_admin
v0.4.0
Enhancements
- Adds page to define custom JS Hooks
- Updated UI styling with StationUI
- Unsaved changes will now be saved when publishing, instead of discarded
- Adds Unpublish button to Page editor
- Page editor now shows draft/published status
- [Visual Editor] Add Opacity property control
Fixes
- Fixed a bug where MediaLibrary could check for file contents on the wrong node in multi-node deployments
- Fixed a bug where using the code editor could reset other form fields on the page
- Saving as draft no longer resets the form for new pages
- Pin Tailwind v3 to avoid errors with the unsupported v4
- Properly start
:pg
in the supervision tree to avoid init errors
Chores
- Remove unnecessary node check on RPC calls
- [Visual Editor] Migrate the sidebar from Svelte to LiveView
- Make
:igniter
optional
Breaking Changes
- Require minimum
:igniter
v0.5 beacon_live_admin.install
- removed command alias-p
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