Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 2.12 KB

Changelog

3.0.0 (2023-05-31)

⚠ BREAKING CHANGES

  • drop React 17 support
  • drop node 14 support

Miscellaneous Chores

2.0.0 (2023-01-20)

⚠ BREAKING CHANGES

  • upgrade node engine minimum version to 14

Features

  • create example app wth typescript template (6cc5bea)

Miscellaneous Chores

  • upgrade node engine minimum version to 14 (2cdeb1e)

1.0.0 (2022-09-06)

Features

  • add github pages integration (b7534eb)
  • generate customized README after installation (68ca2c1)
  • integrate release-please (fe05370)

Bug Fixes

  • add jest-environment-jsdom for the new version of jest (40eb502)
  • postcss integration is not working (a510c71)
  • update typedoc config (72f30e7)
  • upgrade deps to fix vulnerabilities (bf40348)