Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Mar 6, 2023
1 parent 9006b35 commit 1df7366
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

# 0.1.0

- Fix bugs
- Auto focus latest tag after `delete` tag
- Added `border radius` for suggestion box

### BREAKING CHANGES
- Support `validation`
- Compatible with flutter version `v3.7.5`

# 0.0.3+4

- Support press `keyboard` to `Delete` tag and `Move`, `Select` suggestion item
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Super Tag Editor

A simple tag editor for imported tags in Flutter.
A simple tag editor for inputting tags in Flutter.

Enhance:
### Enhance:
- Suggestion box
- Validation

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: super_tag_editor
description: A simple tag editor for inputing tags. This is design to act and feel similar the standard Material TextField as much as possible.
version: 0.0.3+4
description: A simple tag editor for inputting tags. This is design to act and feel similar the standard Material TextField as much as possible.
version: 0.1.0
homepage: https://github.com/dab246/super_tag_editor.git

environment:
Expand Down

0 comments on commit 1df7366

Please sign in to comment.