You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## [7.11.1] - 2026-03-12
2
+
3
+
### Fixed
4
+
5
+
***`toast-oops` calling wrong toast method** - The `toast-oops` state action was incorrectly calling `showToastInfo()` instead of `showToastOops()`, causing oops-style toasts to display as info-style toasts
6
+
***`Field.password()` not respecting `viewable` parameter** - The `viewable` parameter was not being passed through to `FieldStyleTextField.password()`, so the password visibility toggle setting was ignored when constructing password fields
7
+
8
+
### Changed
9
+
10
+
***`NyPage.initState()` state name resolution** - The state name for `NyStatefulWidget` is now resolved unconditionally in `initState()`, rather than only when `stateManaged` is true. The event bus subscription logic is now a single `stateManaged && allowStateUpdates` check with reduced nesting
0 commit comments