Skip to content

Commit 0be39bd

Browse files
committed
Updated changelog to v1.1.1
1 parent bcad33f commit 0be39bd

4 files changed

Lines changed: 61 additions & 73 deletions

File tree

.idea/workspace.xml

Lines changed: 56 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.1.1] - 25-Mar-2019
2+
* Number of chips can now be limited using `maxChips` attribute
3+
14
## [1.1.0] - 26-Jan-2019
25
* Input can now be disabled by setting `enabled` attribute to `false`
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ChipsInput(
6666
```
6767

6868
## To-do list
69-
[ ] Ability to limit the number of chips
69+
[X] Ability to limit the number of chips
7070
[ ] Create a `FormField` implementation (`ChipsInputField`) to be used within Flutter Form Widget
7171

7272
## Known Issues

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_chips_input
22
description: Flutter library for building input fields with InputChips as input options.
3-
version: 1.1.0
3+
version: 1.1.1
44
author: Danvick Miller <danvickmiller@gmail.com>
55
homepage: https://github.com/danvick/flutter_chips_input
66

0 commit comments

Comments
 (0)