Skip to content

Commit

Permalink
Complete v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Jun 14, 2020
1 parent 15b49a8 commit 394c841
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v1.3.0](https://github.com/andyrichardson/fielder/tree/v1.3.0) (2020-06-14)

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

**Additions:**

- Add support for providing value to `onChange` [\#41](https://github.com/andyrichardson/fielder/issues/41)
- Add support for React Native [\#35](https://github.com/andyrichardson/fielder/issues/35)
- Add non DOM event support to onChange [\#123](https://github.com/andyrichardson/fielder/pull/123) ([andyrichardson](https://github.com/andyrichardson))

**Closed issues:**

- Add sitemap to docs [\#49](https://github.com/andyrichardson/fielder/issues/49)
- Update branching example to use consistent theming [\#47](https://github.com/andyrichardson/fielder/issues/47)

**Merged pull requests:**

- Add native example [\#124](https://github.com/andyrichardson/fielder/pull/124) ([andyrichardson](https://github.com/andyrichardson))
- Update readme with video [\#122](https://github.com/andyrichardson/fielder/pull/122) ([andyrichardson](https://github.com/andyrichardson))
- Add e2e for example 3 [\#84](https://github.com/andyrichardson/fielder/pull/84) ([andyrichardson](https://github.com/andyrichardson))
- Add sitemap generation on build [\#83](https://github.com/andyrichardson/fielder/pull/83) ([andyrichardson](https://github.com/andyrichardson))
- Keep styling consistent between examples [\#48](https://github.com/andyrichardson/fielder/pull/48) ([andyrichardson](https://github.com/andyrichardson))

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

[Full Changelog](https://github.com/andyrichardson/fielder/compare/v1.2.0...v1.2.1)
Expand Down Expand Up @@ -36,7 +59,6 @@
- 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))
- Add submission docs [\#25](https://github.com/andyrichardson/fielder/pull/25) ([andyrichardson](https://github.com/andyrichardson))

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

Expand Down Expand Up @@ -108,7 +130,6 @@

**Merged pull requests:**

- Add coverage [\#13](https://github.com/andyrichardson/fielder/pull/13) ([andyrichardson](https://github.com/andyrichardson))
- Changelog guide + version bump [\#10](https://github.com/andyrichardson/fielder/pull/10) ([andyrichardson](https://github.com/andyrichardson))
- Remove react-dom [\#9](https://github.com/andyrichardson/fielder/pull/9) ([andyrichardson](https://github.com/andyrichardson))
- Fix checkbox issue [\#7](https://github.com/andyrichardson/fielder/pull/7) ([andyrichardson](https://github.com/andyrichardson))
Expand All @@ -117,5 +138,3 @@
## [v1.0.2](https://github.com/andyrichardson/fielder/tree/v1.0.2) (2019-11-27)

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

\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
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.2.1",
"version": "1.3.0",
"description": "A field-first form library for React and React Native",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 394c841

Please sign in to comment.