Skip to content

Commit

Permalink
chore: prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Mar 25, 2023
1 parent 7c83323 commit 40410ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [1.1.0] - 2023-03-25
### Fixed
- Backspace on browser would delete two values at once.
- Keep text value up-to-date when chips are removed.
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Edit your package's `pubspec.yaml` like so and then run `flutter pub get`:

```
dependencies:
choose_input_chips: ^1.0.0
choose_input_chips: ^1.1.0
```

### Import
Expand All @@ -23,10 +23,6 @@ import 'package:choose_input_chips/choose_input_chips.dart';

See the code in `example/lib/main.dart` for a full-fledged working example.

## Known Issues

* [macos: cursor selection of suggestion dismisses overlay](https://github.com/nlfiedler/choose_input_chips/issues/8)

## Similar Projects

The libraries shown below offer form input fields that have something to do with input chips. They may be quite different from this library, and that is kind of the point. This library is not meant to be an end-all-be-all to your input chip needs, so one of these may offer what you're looking for.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: choose_input_chips
description: Build form fields with multiple values and text completion.
version: 1.0.0
version: 1.1.0
homepage: https://github.com/nlfiedler/choose_input_chips

environment:
Expand Down

0 comments on commit 40410ef

Please sign in to comment.