Skip to content

Commit 2bfebae

Browse files
authored
Correcting some items in the breaking changes index (#12902)
@bkonyi, @loic-sharma noticed some breaking changes that were misplaced when the site was migrated. Can you confirm these corrections?
1 parent 71d6672 commit 2bfebae

File tree

1 file changed

+3
-2
lines changed
  • src/content/release/breaking-changes

1 file changed

+3
-2
lines changed

src/content/release/breaking-changes/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ They're sorted by release and listed in alphabetical order:
3737
### Not yet released to stable
3838

3939
* [Merged threads on Linux][]
40-
* [Stop generating `AssetManifest.json`][]
41-
* [`$FLUTTER_ROOT/version` replaced by `$FLUTTER_ROOT/bin/cache/flutter.version.json`][]
4240
* [`FontWeight` also controls the weight attribute of variable fonts][]
4341
* [Deprecate `containsSemantics` in favor of `isSemantics`][]
4442
* [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:
8381
* [Flutter now sets default `abiFilters` in Android builds][]
8482
* [Merged threads on macOS and Windows][]
8583
* [The `Visibility` widget is no longer focusable by default when `maintainState` is enabled][]
84+
* [`$FLUTTER_ROOT/version` replaced by `$FLUTTER_ROOT/bin/cache/flutter.version.json`][]
8685

8786
[Component theme normalization updates]: /release/breaking-changes/component-theme-normalization-updates
8887
[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:
185184
[Rename `MemoryAllocations` to `FlutterMemoryAllocations`]: /release/breaking-changes/flutter-memory-allocations
186185

187186
<a id="released-in-flutter-319" aria-hidden="true"></a>
187+
188188
### Released in Flutter 3.19
189189

190190
* [Deprecated API removed after v3.16][]
191191
* [Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system][]
192192
* [Deprecate imperative apply of Flutter's Gradle plugins][]
193193
* [Default multitouch scrolling][]
194194
* [Accessibility traversal order of tooltip changed][]
195+
* [Stop generating `AssetManifest.json`][]
195196

196197
[Deprecated API removed after v3.16]: /release/breaking-changes/3-16-deprecations
197198
[Migrate RawKeyEvent/RawKeyboard system to KeyEvent/HardwareKeyboard system]: /release/breaking-changes/key-event-migration

0 commit comments

Comments
 (0)