Skip to content

Components + Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@snehilvj snehilvj released this 14 Nov 20:20
· 745 commits to master since this release

Added

  • New components:
    • Card, CardSection
    • Burger
    • AppShell
  • Persistence props
  • name prop in text inputs for forms. #103
  • Ability to debounce callbacks by specifying a duration in all text inputs. #102

Fixed

  • Button not showing disabled state. #106
  • Inability to move RangeSlider left handle when min prop is set to a negative value. (Fixed in upstream)

Thanks @nlyle01 @mikejturner