Releases: amir0ff/reactjs-use-form
Releases · amir0ff/reactjs-use-form
🤩 1.5.0 React 18 & MUI v5
What's Changed
- upgrade to React 18 / upgrade to MUI v5 / upgrade GitHub actions / use node.js 18 09daeae
- chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #55
Full Changelog: 1.4.5...1.5.0
🫦 1.4.5 Introduce isDirty
What's Changed
chore: update docs
feat: provide isDirty boolean when a form value has changed
fix: pick the right target event value
fix: change the onChange event type to work with MUI components
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #39
Full Changelog: 1.4.1...1.4.5
✨ 1.4.1 Update package
What's Changed
- chore(deps-dev): bump @craco/craco from 6.2.0 to 6.3.0 by @dependabot in #5
- chore(deps-dev): bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.4 by @dependabot in #3
- chore(deps-dev): bump typedoc from 0.21.4 to 0.22.3 by @dependabot in #7
- chore(deps-dev): bump tslib from 2.3.0 to 2.3.1 by @dependabot in #8
- chore(deps-dev): bump @rollup/plugin-typescript from 8.2.1 to 8.2.5 by @dependabot in #6
- chore(deps-dev): bump @rollup/plugin-commonjs from 19.0.0 to 20.0.0 by @dependabot in #9
- chore(deps-dev): bump @testing-library/react-hooks from 7.0.1 to 7.0.2 by @dependabot in #2
- chore(deps-dev): bump typescript from 4.3.5 to 4.4.3 by @dependabot in #1
- chore(deps-dev): bump @types/jest from 26.0.24 to 27.0.1 by @dependabot in #4
- chore(deps-dev): bump typedoc-plugin-markdown from 3.10.2 to 3.11.0 by @dependabot in #10
- chore(deps-dev): bump @material-ui/core from 4.12.1 to 4.12.3 by @dependabot in #13
- chore(deps-dev): bump @types/react from 17.0.14 to 17.0.27 by @dependabot in #16
- chore(deps-dev): bump prettier from 2.4.0 to 2.4.1 by @dependabot in #11
- chore(deps-dev): bump typedoc-plugin-markdown from 3.11.0 to 3.11.12 by @dependabot in #28
- chore(deps-dev): bump rollup from 2.53.1 to 2.68.0 by @dependabot in #37
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: 1.2.9...1.4.1
1.2.9: chore: packages update
docs links fix [skip ci]
✨ 1.2.4 yarn workspaces
remove lerna and use yarn workspaces feature
1.2.1
1.1.6
1.1.5
1.1.1: feat: adopt husky 🐶
add prettier script
1.1.0: feat: add eslint
improve tests