mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
60 lines
1.7 KiB
YAML
60 lines
1.7 KiB
YAML
# Copyright 2014 The Flutter Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# TODO(Piinks): Add link to public user guide when available.
|
|
|
|
# Please add new fixes to the top of the file, separated by one blank line
|
|
# from other fixes. In a comment, include a link to the PR where the change
|
|
# requiring the fix was made.
|
|
|
|
version: 1
|
|
transforms:
|
|
|
|
# Changes made in https://github.com/flutter/flutter/pull/28602
|
|
- title: 'Rename to fromMouseEvent'
|
|
date: 2020-12-15
|
|
element:
|
|
uris: [ 'gestures.dart' ]
|
|
constructor: 'fromHoverEvent'
|
|
inClass: 'PointerEnterEvent'
|
|
changes:
|
|
- kind: 'rename'
|
|
newName: 'fromMouseEvent'
|
|
|
|
# Changes made in https://github.com/flutter/flutter/pull/28602
|
|
- title: 'Rename to fromMouseEvent'
|
|
date: 2020-12-15
|
|
element:
|
|
uris: [ 'gestures.dart' ]
|
|
constructor: 'fromHoverEvent'
|
|
inClass: 'PointerExitEvent'
|
|
changes:
|
|
- kind: 'rename'
|
|
newName: 'fromMouseEvent'
|
|
|
|
|
|
# Changes made in https://github.com/flutter/flutter/pull/41859
|
|
- title: 'Remove brightness'
|
|
date: 2020-12-10
|
|
element:
|
|
uris: [ 'cupertino.dart' ]
|
|
constructor: ''
|
|
inClass: 'CupertinoTextThemeData'
|
|
changes:
|
|
- kind: 'removeParameter'
|
|
name: 'brightness'
|
|
|
|
# Changes made in https://github.com/flutter/flutter/pull/41859
|
|
- title: 'Remove brightness'
|
|
date: 2020-12-10
|
|
element:
|
|
uris: [ 'cupertino.dart' ]
|
|
method: 'copyWith'
|
|
inClass: 'CupertinoTextThemeData'
|
|
changes:
|
|
- kind: 'removeParameter'
|
|
name: 'brightness'
|
|
|
|
# Before adding a new fix: read instructions at the top of this file.
|