Skip to content

Latest commit

 

History

History
201 lines (89 loc) · 8.42 KB

CHANGELOG.md

File metadata and controls

201 lines (89 loc) · 8.42 KB

3.4.0 (2024-07-23)

Features

  • update mask type to match the avaliable types. (#88) (2e17b79)

3.3.8 (2024-06-18)

Bug Fixes

  • prepare withMask function to React 19 ref breaking changes (#83) (4756fe8)

3.3.7 (2023-11-09)

Bug Fixes

  • fix options spread in getMaskOptions function (e857424)

3.3.6 (2023-10-02)

Bug Fixes

3.3.5 (2023-08-30)

Bug Fixes

  • types: fix mask options with any type (7b643b1)

3.3.4 (2023-08-29)

Bug Fixes

3.3.3 (2023-08-14)

Bug Fixes

  • scripts: remove unused postinstall script (4a62989)

3.3.2 (2023-08-10)

Bug Fixes

  • ci: adjust ci to run on beta (1aa0978)
  • fix Missing type=module in package.json #44 (f193a20)

3.3.2-beta.1 (2023-08-10)

Bug Fixes

  • fix Missing type=module in package.json #44 (f193a20)

3.3.1 (2023-08-03)

Bug Fixes

  • package.json: add type module (34faa1e)

3.3.0 (2023-06-30)

Features

3.2.0 (2023-06-14)

Features

3.1.2 (2023-05-10)

Bug Fixes

  • add inputmask extension support (eecc00a)

3.1.1 (2023-05-10)

Bug Fixes

3.1.0 (2023-05-04)

Bug Fixes

  • refactor code and add compose function to utils.ts (49a7459)
  • refactor withHookFormMask to use compose instead of flow. (85b8bc5)
  • small refactors, remove lodash dep and add exports suggar (95286a8)

Features

  • Add React Hook Form to dependencies and install git hooks (f7496c2)

3.0.6 (2023-02-10)

Bug Fixes

  • fix regression for cra exports (b149d78)

3.0.5 (2023-02-09)

Bug Fixes

3.0.4 (2023-02-09)

Bug Fixes

  • fix invalid resolve entry for package fix #8 (91e3fc2)

3.0.3 (2023-02-09)

Bug Fixes

  • can access nodeName on component unmount fix #7 (a881272)

3.0.2 (2023-02-06)

Bug Fixes

  • remove unused deps and fix vulnerabilities (a49c5d5)

3.0.1 (2023-01-23)

Bug Fixes

3.0.0 (2022-10-11)

Features

  • simplify API & add react-final-form support. (981588d)

BREAKING CHANGES

  • update api

2.1.0 (2022-09-27)

Features

  • add react-hook-form 7 integration (0fd5bfc)

2.0.1 (2022-09-27)

Bug Fixes

2.0.0 (2022-09-27)

Bug Fixes

BREAKING CHANGES

  • update libs to suport new react-hook-form

1.1.0 (2022-09-27)

Features