react-switch v2.0.0-rc.1 Release Notes

Release Date: 2017-10-08 // over 6 years ago
  • โž• Added

    • ๐Ÿ†• New prop boxShadow. It acts just like outline, but I called it boxShadow since that is the actual css attribute that is being controlled.
    • ๐Ÿ†• New props checkedIcon and uncheckedIcon. They have a checkmark and an x as default. Custom elements can be given as icons or the boolean value 'false', which will remove icons.

    ๐Ÿ”จ Refactor

    • ๐Ÿšš Dependency on 'react-draggable' is removed and replaced with new drag logic.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Glitch related to faulty 'inTransition' state fixed due to inTransition no longer existing.