Skip to content

Releases: carlos-algms/formik-material

v3.1.0

29 Nov 19:12
3ce75f9
Compare
Choose a tag to compare

3.1.0 (2023-11-29)

Features

Bug Fixes

  • dowgrade to Node v18 to check if semantic-release works again (bd3c593)
  • remove extra_plugins as it fails to install using NPM (d40c7e6)
  • update actions/checkout and add missing github pluging (cd3458c)

Others

  • fix pre-post scripts not running with pnpm (3ce75f9)
  • hardcode the shell to bash (9077338)
  • Run semantic-release manually instead of using action (39c30e8)
  • save lockfile (7696dbc)
  • try to set the shell variable (32964a7)
  • update semantic-release-action to v4 and Node to v20 (0b4be14)
  • Upgrade deps and use pnpm (#50) (7825219)

v3.0.0

18 Apr 06:46
Compare
Choose a tag to compare

3.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • Move from Angular preset to conventionalcommits
  • CHANGES

Others

  • Move from Angular preset to conventionalcommits (6dd5aa2)
  • Try to fix the BREAKING CHANGEs not being generated (e56739c)

v2.1.0

17 Apr 20:33
Compare
Choose a tag to compare

2.1.0 (2023-04-17)

Features

BREAKING CHANGES

  • CHANGE

v2.0.5

03 Oct 00:36
Compare
Choose a tag to compare

2.0.5 (2022-10-03)

Bug Fixes

  • Move to CommonJS instead of UMD (1584e6b)

v2.0.4

02 Oct 23:50
Compare
Choose a tag to compare

2.0.4 (2022-10-02)

Bug Fixes

v2.0.3

10 Sep 22:28
Compare
Choose a tag to compare

2.0.3 (2022-09-10)

Bug Fixes

  • Revert changes written mistake download artifacts (da4caec)

v2.0.2

10 Sep 22:05
Compare
Choose a tag to compare

2.0.2 (2022-09-10)

Bug Fixes

  • Fix types for components wrapping FormattedField (#33) (5644927)

v2.0.1

04 Apr 17:20
Compare
Choose a tag to compare

2.0.1 (2022-04-04)

Bug Fixes

v2.0.0

21 Nov 15:53
Compare
Choose a tag to compare

2.0.0 (2021-11-21)

Features

BREAKING CHANGES

  • mui: This upgrade is a breaking change as it will require consumers to install material-ui v5.

  • Upgrade mui and imports

  • Update mui imports to full paths

  • Run react-codemod to use the new JSX transform

  • Fix unit tests

  • Remove old @material-ui packages

v1.5.2

22 Oct 21:42
Compare
Choose a tag to compare

1.5.2 (2021-10-22)

Bug Fixes

  • Field's onBlur and onChange will work along with Formik (d8d7533)