Skip to content

v0.5.0

Choose a tag to compare

@leandrocp leandrocp released this 18 Mar 14:57
· 143 commits to main since this release
824a38b

Enhancements

  • [Router] Add option :session in beacon_site
  • [Media Library] Add customizable asset delete callbacks - @ddink
  • [Visual Editor] Include assigns defined by on_mount in the page context
  • [Tasks] Move beacon_site to the end of the router (mount it after other routes)
  • [Tasks] Rename default Phoenix route when adding a site at root "/" to avoid conflicts

Fixes

  • [Migrations] Hardcode inserted_at and updated_at - @sltong
  • [Media Library] Don't crash on invalid search query
  • [Proxy Endpoint] Check when host/port doesn't match

Chores

  • [CI] Organize workflows and run Igniter tasks separately

Docs

  • Clean up and fix typos