Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jun 27, 2018
1 parent 034fb45 commit aac16fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### [1.2.3](https://github.com/Kozea/formol/compare/v1.2.2...v1.2.3)

- Make SelectField super fast (even with a lot of choices).
Thanks to [react-virtualized-select](https://github.com/bvaughn/react-virtualized-select) and
[react-select-fast-filter-options](https://github.com/bvaughn/react-select-fast-filter-options)

### [1.2.2](https://github.com/Kozea/formol/compare/v1.2.1...v1.2.2)

- Use an updater for Formol setState to avoid data loss
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "formol",
"version": "1.2.2",
"version": "1.2.3",
"description": "An opiniated react form framework.",
"main": "lib/formol.js",
"repository": "https://github.com/Kozea/formol",
Expand Down

0 comments on commit aac16fd

Please sign in to comment.