Skip to content

v0.0.0-rc11

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomashapl tomashapl released this 14 Jun 16:56
· 5666 commits to master since this release

Changelog:

Alert

  • Fixed closable button in Alert component

Checkbox

  • rewrited to styled-components
  • moved from deprecated
    • import from base with <ThemeProvider> wrapper
    • import from lib lib/_deprecated/Checkboxlib/Checkbox
  • added new props
    • hasError boolean - state of checkbox with error
    • info React.Node - render additional info

Radio

  • rewrited to styled-components
  • moved from deprecated
    • import from base with <ThemeProvider> wrapper
    • import from lib lib/_deprecated/Radiolib/Radio
  • added new props
    • hasError boolean - state of radio with error
    • info React.Node - render additional info

ButtonLink

  • added
  • renders <a/> or <button> based on href prop

For usage check our storybook
https://kiwicom.github.io/orbit-components/