Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-18 | 708 Bytes | |
v0.5.0 source code.tar.gz | 2025-03-18 | 3.2 MB | |
v0.5.0 source code.zip | 2025-03-18 | 3.6 MB | |
Totals: 3 Items | 6.8 MB | 0 |
Enhancements
- [Router] Add option
:session
inbeacon_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
andupdated_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