Skip to content

Commit

Permalink
update changelog for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Dec 26, 2024
1 parent 918a765 commit 3d2d3dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d2d3dd

Please sign in to comment.