Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danvick committed Dec 16, 2018
1 parent 075e1c2 commit f46df92
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
30 changes: 15 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.2] - 16-Dec-2018
* Minor improvements in documentation

## [1.0.2] - 16-Dec-2018
* Improved library description.
* Properly formatted example code in README
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ ChipsInput(
```

## Known Issues
* Overlay for ChipsInput doesn't move when input height changes i.e. when chips wrap
* For some reason Overlay for ChipsInput floats above AppBar when scrolling
* Overlay doesn't move when input height changes i.e. when chips wrap
* For some reason Overlay floats above AppBar when scrolling
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_chips_input
description: Flutter library for building input fields with InputChips as input options.
version: 1.0.2
version: 1.0.3
author: Danvick Miller <[email protected]>
homepage: https://github.com/danvick/flutter_chips_input

Expand Down

0 comments on commit f46df92

Please sign in to comment.