Skip to content

v0.1.0-rc.2

Compare
Choose a tag to compare
@leandrocp leandrocp released this 21 Sep 17:49
· 99 commits to main since this release
f503942

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