diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbd7d2e9..71e52b793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,12 +112,17 @@ generated user module: if valid_password?(changeset.data, password) do ``` +## 1.0.1 (2024-12-13) + +### Bug fixes +* Fix live session verification causing logged errors and failed mounts when a cold deploy occurs + ## 1.0.0 (2024-12-03) 🚀 ## 1.0.0-rc.9 (2024-12-03) ### Enhancements - * Support `phx-no-curly-interpolation` to disable HEEx curly interpolation in a specific tag body +* Support `phx-no-curly-interpolation` to disable HEEx curly interpolation in a specific tag body ## 1.0.0-rc.8 (2024-12-02) diff --git a/README.md b/README.md index ead16b262..af693ee35 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ community at different stages of development: * [Doggo](https://github.com/woylie/doggo): Headless UI components for Phoenix -* [Petal Components](https://github.com/petalframework/petal_components): Phoenix + Live View HEEX Components +* [Petal Components](https://github.com/petalframework/petal_components): Phoenix + Live View HEEX Components * [PrimerLive](https://github.com/ArthurClemens/primer_live): An implementation of GitHub's Primer Design System using Phoenix LiveView @@ -86,8 +86,6 @@ community at different stages of development: * [Fluxon UI](https://fluxonui.com): Elegant and accessible UI components for Phoenix LiveView -* [Live ExWebRTC](https://github.com/elixir-webrtc/live_ex_webrtc): Phoenix LiveView components for real-time streaming - ## What makes LiveView unique? LiveView is server-centric. You no longer have to worry about managing