Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.0.0-rc12 #222

Merged
merged 1 commit into from
Jun 20, 2018
Merged

Release v0.0.0-rc12 #222

merged 1 commit into from
Jun 20, 2018

Conversation

tomashapl
Copy link
Contributor

@tomashapl tomashapl commented Jun 20, 2018

Changelog:

Heading

  • Usage without - import from lib/Heading/Heading

TextLink

  • Changed props - BC!
    • url -> href (optional)
    • newTab -> external
  • Removed prop size
  • Added prop rel (optional)

Button

  • Can render custom component
  • Render a or button based on href prop

Added new icons

  • Code
  • Deals
  • KiwicomCare
  • KiwicomGuarantee
  • Kiwicom
  • Security

Alert

  • Added styling or passed as children
  • Added line-height

Select

  • Rewrited to styled-components
  • moved from deprecated
    • import from base with <ThemeProvider> wrapper
    • import from lib lib/_deprecated/Selectlib/Select
  • Removed prop required
  • Changed props
    • options - receive array with select options, removed visible key
[
  { value: 1, label: "First item", disabled: true },
  { value: 2, label: "Second item" },
  { value: 3, label: "Third item" },
]

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

@tomashapl tomashapl merged commit cd0d012 into master Jun 20, 2018
@tomashapl tomashapl deleted the v0.0.0-rc12 branch June 20, 2018 12:54
vepor pushed a commit that referenced this pull request Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants