Skip to content

v2.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 11:12
· 2189 commits to main since this release
028d320

2.0.0-beta.13 (2020-07-02)

Features

  • components: migrate Toggle to TypeScript (#628) (2fb627c)

BREAKING CHANGES

  • components: The Toggle component's on, labelOn, and labelOff props have been renamed to checked,
    labelChecked, and labelUnchecked (🤖 toggle-checked-prop).