Skip to content

Releases: ifndefdeadmau5/react-floating-button-menu

v.2.1.1

15 Oct 04:01
Compare
Choose a tag to compare

The package has been rewritten using Typescript (bootstrapped with create-react-library)
Now you can take advantage of full type support of all components!

v.2.0.8

15 Dec 11:12
Compare
Choose a tag to compare

All vulnerability issues have been resolved by now

v.2.0.5

27 Oct 06:53
Compare
Choose a tag to compare

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

25 May 04:40
Compare
Choose a tag to compare

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

19 May 12:25
Compare
Choose a tag to compare

Fix #8

v2.0.1

05 Jan 10:26
Compare
Choose a tag to compare

Now when MainButton is active, only icon will be rotated :)

v2.0.0

09 Dec 06:28
a0abb7b
Compare
Choose a tag to compare

2018/12/09

Changes

New feature

  • Add fancy sliding 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, use spacing on FloatingMenu instead

Misc

  • Remove unused dependencies.

v1.1.0

08 Dec 11:06
Compare
Choose a tag to compare

2018/12/08

Changes

  • FloatingMenu now exposes isOpen props to give user a full control of expanding menu.
  • ChildButton now disabled when menu is not spreaded