Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
akshathjain committed Jan 26, 2020
1 parent 4da7e4d commit 4ec44b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

#### Breaking Changes
The following `PanelController` methods now return `Future<void>` instead of `void`:
- `close`
- `open`
- `hide`
- `show`
- `animatePanelToPosition`
- `close()`
- `open()`
- `hide()`
- `show()`
- `animatePanelToPosition(double value)`

The following `PanelController` methods have changed to Dart properties to better reflect Dart language conventions:
- `setPanelPosition()` -> `panelPosition` [as a setter]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,11 +508,11 @@ Widget _body(){
`v1.0.0` introduced some breaking changes to the `PanelController` to better adhere to Dart language conventions. The changes are outlined below.

The following `PanelController` methods now return `Future<void>` instead of `void`:
- `close`
- `open`
- `hide`
- `show`
- `animatePanelToPosition`
- `close()`
- `open()`
- `hide()`
- `show()`
- `animatePanelToPosition(double value)`

The following `PanelController` methods have changed to Dart properties to better reflect Dart language conventions:
- `setPanelPosition()` -> `panelPosition` [as a setter]
Expand Down

0 comments on commit 4ec44b9

Please sign in to comment.