- #21 Allow editing of fixed end handles
Thanks to @tbhesswebber!
- 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
- Set internal state value on constructor
- Explicitly set
button
type tobutton
to prevent form submission
- Bumped
react
andreact-dom
to>=17