Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Dec 5, 2024
1 parent 31ca121 commit afcd46c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Unreleased

### Enhancements
- Support Phoenix LiveView 1.0
- Add `Beacon.Plug` in the `:beacon` pipeline
- Generate sites in the main host app alias to allow mixing routes
- Introduce global process lock for Loader Workers, preventing multiple workers from
attempting to compile the same module simultaneously
- Page Warming - Beacon will now eagerly load a small number of pages (default 10) at boot time for SEO
Expand All @@ -13,6 +16,7 @@
- `mix beacon.install` now adds `Beacon.Plug` to host app Router

### Fixes
- Rename arg from `name` to `tag_name` in dynamic_tag component (#685)
- Remove self dependency on ErrorPage module
- Allow `:admin` source for BeaconAssigns in unpublished Pages

Expand Down

0 comments on commit afcd46c

Please sign in to comment.