Skip to content

Commit 6a41d8b

Browse files
authored
Merge pull request #72 from awhitford/prep195
Prepare for 1.9.5 release
2 parents de23cb6 + d65cda4 commit 6a41d8b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.9.5] - 08-Dec-2020
2+
3+
- Fixed bug where `FocusNode` was not being properly disposed.
4+
- Applied `pedantic` rules and cleaned up code.
5+
- Improved type safety.
6+
- Removed unused `AlwaysDisabledFocusNode` class.
7+
- Added Continuous Integration and Code Coverage analysis.
8+
- Builds against stable, beta, and dev channels.
9+
- Regenerated `example` app.
10+
111
## [1.9.4] - 05-Sept-2020
212
* Fix bug where first chip disappears, replaced with typed character. Fixes #34
313

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: flutter_chips_input
22
description: Flutter library for building input fields with InputChips as input options.
3-
version: 1.9.4
3+
version: 1.9.5
44
homepage: https://github.com/danvick/flutter_chips_input
55

66
environment:
7-
sdk: ">=2.6.0 <3.0.0"
7+
sdk: ">=2.7.0 <3.0.0"
88

99
dependencies:
1010
flutter:

0 commit comments

Comments
 (0)