Releases: cyntler/hamburger-react
Releases · cyntler/hamburger-react
2.5.0
- Automatically set
aria-expanded
prop, thanks to @jgrenat (#47)
- Add support for React 18 (#52)
2.4.1
- Check if state value is defined (#35)
2.4.0
- New burger type, thanks to @saj96n (#27)
2.3.0
- Slightly smaller library size ⚡️
- React 17 support 🎉
- Remove additional support for deprecated
KeyboardEvent.keyCode
. Only KeyboardEvent.key
is supported now.
2.2.0
- Add
easing
property for choosing your own transition-timing-function
value (#22)
2.1.1
- Explicitly reference filename in package (8149bd1)
2.1.0
- Add 6 burger types with two lines (#18)
- Add
distance
property for setting the vertical distance between the lines (#18)
2.0.0
- Breaking change: improve default color by utilising
currentColor
, thanks to @SeinopSys (#14)
- Add
label
property for setting an ARIA label (#15)