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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## [7.13.0] - 2026-03-31
2
+
3
+
### Added
4
+
5
+
***Satellite connectivity support for `Connective` widget and `NyConnectivityState`** - Added `satellite` value to the `NyConnectivityState` enum with mapping from `ConnectivityResult.satellite`, and added `onSatellite` widget parameter to `Connective` for rendering satellite-specific UI
6
+
***Wildcard `*` key for `StyledText.template` styles and onTap** - When no exact or pipe-delimited key matches a placeholder, the styles/onTap map now falls back to a `*` wildcard key, allowing a single style or tap handler to apply to all placeholders
0 commit comments