Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 701 Bytes

CHANGELOG

2.1.0

2.0.0

  • Rewrite from class component to functional component
  • Replaced SCSS with CSS for simplicity
  • Add CSS variables for simpler theming
  • Added preview option for previewing the easing curve
  • Update to React 18 dependency
  • BREAKING The component is now fully controlled
  • BREAKING Updated to module type

v1.1.2

  • Set internal state value on constructor

1.1.1

  • Explicitly set button type to button to prevent form submission

1.1.0

  • Bumped react and react-dom to >=17