From 3d2d3dd2c9975df0d81f0204399925468dfc4104 Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Thu, 26 Dec 2024 15:46:12 +0100 Subject: [PATCH] update changelog for 1.0.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95891962..2fff5f7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,6 +112,18 @@ generated user module: if valid_password?(changeset.data, password) do ``` +## 1.0.2 + +### Bug fixes +* Fix inconsistency between `mix format` and `mix format --check-formatted` with new curly interpolation syntax ([#3590](https://github.com/phoenixframework/phoenix_live_view/issues/3590)) +* Fix unnecessary compile time dependencies when using `attr` / `on_mount` / `live` ([#3592](https://github.com/phoenixframework/phoenix_live_view/issues/3592)) +* Fix crash when testing LiveViews with embedded XML (e.g. SVGs) ([#3594](https://github.com/phoenixframework/phoenix_live_view/issues/3594)) +* Fix type warning when using `follow_redirect` ([#3581](https://github.com/phoenixframework/phoenix_live_view/issues/3581)) + +### Enhancements +* Deduplicate items on `stream/4` / `steam_insert/4` ([#3599](https://github.com/phoenixframework/phoenix_live_view/pull/3599)) +* Restore scroll position on initial navigation ([#3572](https://github.com/phoenixframework/phoenix_live_view/pull/3572)) + ## 1.0.1 (2024-12-13) ### Bug fixes