Releases: ifndefdeadmau5/react-floating-button-menu
Releases · ifndefdeadmau5/react-floating-button-menu
v.2.1.1
v.2.0.8
All vulnerability issues have been resolved by now
v.2.0.5
Bump below packages version
react
react-dom
styled-components
Dependency change
Replaced styled-jss
to styled-components
Misc
All components have been migrated to function components
v.2.0.4
Make use of css property 'pointer-events' to make ChildButton
un-clickable if it's not visible, previously it was poorly handled by 'z-index' which occurred cross-browsing issue.
v2.0.2
v2.0.1
Now when MainButton is active, only icon will be rotated :)
v2.0.0
2018/12/09
Changes
New feature
- Add
fancysliding transition when toggling - icon props now receive component instead of function for delegating styling solution for icon to user so that you can put anything inside of buttons
Deprecated feature
margin
property on ChildButton now deprecated. For adding consistent margin between buttons, usespacing
on FloatingMenu instead
Misc
- Remove unused dependencies.
v1.1.0
2018/12/08
Changes
FloatingMenu
now exposesisOpen
props to give user a full control of expanding menu.ChildButton
now disabled when menu is not spreaded