react-switch v1.1.0 Release Notes

Release Date: 2017-09-26 // over 6 years ago
  • ๐Ÿ›  Fixed

    • Pressing the spacebar while the switch is focused no longer causes the page to scroll.
    • Disabling the switch now sets opacity to 0.5 as it should.
    • ๐Ÿ›  Fixed glitch where the left property of the switch-handle would be off by one if checked was initially set to true.

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš The 'name' and 'value' properties will be removed in the next major version since I don't believe they serve any purpose in a controlled component.