Skip to content

Commit

Permalink
Version v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Feb 5, 2020
1 parent bedc155 commit a42b336
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [v1.2.0](https://github.com/andyrichardson/fielder/tree/v1.2.0) (2020-02-05)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v1.1.2...v1.2.0)

**Breaking changes:**

- Revert checked state managment using ref [\#39](https://github.com/andyrichardson/fielder/issues/39)
- Remove checkbox refs [\#40](https://github.com/andyrichardson/fielder/pull/40) ([andyrichardson](https://github.com/andyrichardson))

**Additions:**

- Add tracking of 'hasChanged' and 'hasBlurred' states [\#21](https://github.com/andyrichardson/fielder/issues/21)

**Merged pull requests:**

- Use 'latest' tag for dependencies examples [\#43](https://github.com/andyrichardson/fielder/pull/43) ([andyrichardson](https://github.com/andyrichardson))
- Update checkbox docs [\#42](https://github.com/andyrichardson/fielder/pull/42) ([andyrichardson](https://github.com/andyrichardson))
- Add cypress integration [\#38](https://github.com/andyrichardson/fielder/pull/38) ([andyrichardson](https://github.com/andyrichardson))
- Add hasChanged and hasBlurred props to useField [\#37](https://github.com/andyrichardson/fielder/pull/37) ([andyrichardson](https://github.com/andyrichardson))
- Update examples [\#36](https://github.com/andyrichardson/fielder/pull/36) ([andyrichardson](https://github.com/andyrichardson))

## [v1.1.2](https://github.com/andyrichardson/fielder/tree/v1.1.2) (2020-01-21)

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v1.1.1...v1.1.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fielder",
"version": "1.1.2",
"version": "1.2.0",
"description": "A dynamic React form library which adapts to change.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit a42b336

Please sign in to comment.