Skip to content

Commit 1fedd12

Browse files
committed
update changelog
1 parent df8f919 commit 1fedd12

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ by setting `phx-ignore-missing-id` or disable it globally with the `:missing_for
114114

115115
See the module documentation or `Phoenix.LiveViewTest` for more information.
116116

117+
## v1.2.0-rc.1 (Unreleased)
118+
119+
### Enhancements
120+
121+
* Align `Phoenix.Component` global attributes list with [reference list from MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes) ([#4207](https://github.com/phoenixframework/phoenix_live_view/pull/4207)). If you relied on one of the removed attributes, use the `include` option instead. For example:
122+
```elixir
123+
attr :rest, :global, include: ~w(width height)
124+
```
125+
117126
## v1.2.0-rc.0 (2026-04-23)
118127

119128
### Enhancements

0 commit comments

Comments
 (0)