Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 953 Bytes

Changelog

2.1.1 - 2024-08-21

  • Removed obsoleted *.map from published modules (2.1.0 is considered as a broken package)
  • Removed prop-types completely
  • Upgraded to React 18

2.1.0 - 2024-08-19

  • Removed defaultProps
  • Added new size variant insane (144px)
  • Updated examples

2.0.0 - 2023-11-19

  • Breaking change: Set minimal React version to v17
  • Fixed propTypes warning
  • Updated examples

1.4.0 - 2021-01-01

  • Breaking change: Must specify either a number (e.g. 48) or style string (e.g. '48px') for arrow size.
  • Updated examples

1.3.0 - 2020-07-28

  • Fixed propTypes warning (actually not working)
  • Updated readme

1.2.0 - 2020-06-05

  • Added webpack build
  • Support change checkmark color with css variables

1.1.1 - 2019-07-03

  • Added webpack build
  • Builds checkmark style with LESS

1.1 - 2019-07-03

  • Added webpack build
  • Added examples

1.0 - 2019-06-17

Initial version with prebuild code only