Skip to content

Commit 0be39bd

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

File tree

4 files changed

+61
-73
lines changed

4 files changed

+61
-73
lines changed

.idea/workspace.xml

+56-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+3
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

+1-1
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

+1-1
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 <[email protected]>
55
homepage: https://github.com/danvick/flutter_chips_input
66

0 commit comments

Comments
 (0)