Skip to content

Releases: BeaconCMS/beacon_live_admin

v0.3.1

12 Dec 19:54
af54a00
Compare
Choose a tag to compare

0.3.1 (2024-12-12)

Fixes

  • Support LiveView 0.20
  • Fix "new meta tag" modal close event being sent to wrong target

v0.3.0

05 Dec 17:15
d518f14
Compare
Choose a tag to compare

0.3.0 (2024-12-05)

Enhancements

  • Support Phoenix LiveView 1.0
  • Introduce Beacon.LiveAdmin.Config

Fixes

  • [Visual Editor] Decode HTML entities in Tailwind compiler

Chores

  • Remove unused router helper beacon_live_admin_url/4

v0.2.0

14 Nov 14:47
7a35b37
Compare
Choose a tag to compare

Enhancements

  • Add beacon_live_admin.install Igniter task
  • [Media Library] Display asset file name on show details to allow easy copy and paste

Fixes

  • [Visual Editor] Pass down slot to nested components
  • [Visual Editor] Improve flow detection

v0.1.1

23 Oct 20:22
8f4beaa
Compare
Choose a tag to compare

Fixes

  • [Visual Editor] Allow to drop elements into the page over the layout
  • [Visual Editor] Fix small bug that prevented deleting an item

v0.1.0

09 Oct 18:45
98cb3d2
Compare
Choose a tag to compare

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

21 Sep 17:49
f503942
Compare
Choose a tag to compare

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

Fixes

  • [Dev] Fix tailwind watch config
  • [Visual Editor] Fix drag button orientation - #218
  • [Visual Editor] Do not show drag buttons on elements that are only children - #217
  • [Visual Editor] Keep current element select after drag and drop event - #214