-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Correcting some items in the breaking changes index #12902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,8 +37,6 @@ They're sorted by release and listed in alphabetical order: | |
| ### Not yet released to stable | ||
|
|
||
| * [Merged threads on Linux][] | ||
| * [Stop generating `AssetManifest.json`][] | ||
| * [`$FLUTTER_ROOT/version` replaced by `$FLUTTER_ROOT/bin/cache/flutter.version.json`][] | ||
| * [`FontWeight` also controls the weight attribute of variable fonts][] | ||
| * [Deprecate `containsSemantics` in favor of `isSemantics`][] | ||
| * [Deprecate `findChildIndexCallback` in favor of `findItemIndexCallback` in `ListView` and `SliverList` separated constructors][] | ||
|
|
@@ -83,6 +81,7 @@ They're sorted by release and listed in alphabetical order: | |
| * [Flutter now sets default `abiFilters` in Android builds][] | ||
| * [Merged threads on macOS and Windows][] | ||
| * [The `Visibility` widget is no longer focusable by default when `maintainState` is enabled][] | ||
| * [`$FLUTTER_ROOT/version` replaced by `$FLUTTER_ROOT/bin/cache/flutter.version.json`][] | ||
|
|
||
| [Component theme normalization updates]: /release/breaking-changes/component-theme-normalization-updates | ||
| [Deprecate `DropdownButtonFormField` `value` parameter in favor of `initialValue`]: /release/breaking-changes/deprecate-dropdownbuttonformfield-value | ||
|
|
@@ -185,13 +184,15 @@ They're sorted by release and listed in alphabetical order: | |
| [Rename `MemoryAllocations` to `FlutterMemoryAllocations`]: /release/breaking-changes/flutter-memory-allocations | ||
|
|
||
| <a id="released-in-flutter-319" aria-hidden="true"></a> | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| ### Released in Flutter 3.19 | ||
|
|
||
| * [Deprecated API removed after v3.16][] | ||
| * [Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system][] | ||
| * [Deprecate imperative apply of Flutter's Gradle plugins][] | ||
| * [Default multitouch scrolling][] | ||
| * [Accessibility traversal order of tooltip changed][] | ||
| * [Stop generating `AssetManifest.json`][] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change moves the 'Stop generating |
||
|
|
||
| [Deprecated API removed after v3.16]: /release/breaking-changes/3-16-deprecations | ||
| [Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system]: /release/breaking-changes/key-event-migration | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change moves the '
$FLUTTER_ROOT/versionreplaced by$FLUTTER_ROOT/bin/cache/flutter.version.json' breaking change to the 'Released in Flutter 3.35' section. However, the corresponding documentation file (src/content/release/breaking-changes/flutter-root-version-file.md) states 'Stable release: Not published yet'. This suggests the change should remain in the 'Not yet released to stable' section. Please verify the correct release for this change.