orbit

React components of open-source Orbit design system by Kiwi.com

MIT License

Downloads
51.3K
Stars
1.4K
Committers
81

Bot releases are visible (Hide)

orbit - @kiwicom/[email protected]

Published by vepor almost 4 years ago

0.97.0 (2020-11-10)

Bug Fixes

Features

orbit - @kiwicom/[email protected]

Published by silvenon almost 4 years ago

0.12.2 (2020-11-09)

Note: Version bump only for package @kiwicom/orbit-design-tokens

orbit - @kiwicom/[email protected]

Published by silvenon almost 4 years ago

0.96.3 (2020-11-09)

Bug Fixes

  • Modal: expose setScrollPosition via forwardRef (#2472) (3f30a63)
  • Modal: fix TypeScript definition for ref (#2479) (86c5c7e)
orbit - @kiwicom/[email protected]

Published by silvenon almost 4 years ago

0.96.2 (2020-11-06)

Bug Fixes

  • Inline: add inner wrapper for negative margin (#2469) (efd7ab2)
orbit - @kiwicom/[email protected]

Published by silvenon almost 4 years ago

0.12.1 (2020-11-05)

Note: Version bump only for package @kiwicom/orbit-design-tokens

orbit - @kiwicom/[email protected]

Published by silvenon almost 4 years ago

0.96.1 (2020-11-05)

Bug Fixes

orbit - @kiwicom/[email protected]

Published by mainframev almost 4 years ago

0.96.0 (2020-11-04)

Bug Fixes

  • InputFile: forward onFocus event handler (#2461) (92ad4da)
  • SkipNavigation: fix typos in stories (#2414) (b380a1c)
  • Stack: add forgotten interface export (#2456) (a85d20a)
  • Tooltip: do not propagate the onClick event on mobile when stopPropagate is set to true (#2438) (00467c5)
  • remove //flow from *.d.ts (5a57884)
  • CountryFlag stop exporting getCountryProps (#2436) (e001aabe)
  • ButtonPrimitive correctly forward ref (#2418) (cf4c4f33)

Features

BREAKING CHANGES

  • Stack: Renaming spacing values of Stack component and LinkList component โ€“ that was using Stack internally.

Also dropped support of different spacings between mobile and desktop version. It no longer make sense from design point of view.

  • AlertButton: Removed size property from AlertButton since only the small size should be used and from now, it's the default value. No actions should be necessary. If you used different than small size, just remove the usage of the property.
    Co-authored-by: Ludฤ›k Vepล™ek [email protected]
orbit - @kiwicom/[email protected]

Published by mainframev almost 4 years ago

0.12.0 (2020-11-04)

No changes, this release is just a side-effect of importing @kiwicom/orbit-design-tokens into the monorepo.

orbit -

Published by silvenon about 4 years ago

Bug Fixes

  • babel-plugin: fix Grid icon import path (64d9468)
orbit -

Published by silvenon about 4 years ago

Bug Fixes

Features

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

Bug Fixes

  • TextLink: ariaCurrent should in optional in TS definition (#2365) (09857f7)

Features

orbit - @kiwicom/[email protected]

Published by vepor about 4 years ago

Bug Fixes

Features

  • Accordion: added Accordion component (#2280) (9d24499)
  • add Wizard component (99229b1)
  • ButtonPrimitive: add support for aria-current (d26067b)
  • Illustration: added image to images.kiwi (#2312) (6652782)
  • InputField: adding a autofocus attribute (#2236) (3ebec2e)
  • Modal: add prop to remove the close button (d96f46d)
  • TextLink: add support for aria-current (9e0b3e2)
  • Timeline: init component (#2287) (9447edf)
  • Tooltip: refactoring Tooltip into 2 separate components (#2230) (df3b3be)
  • add an agnostic entry point for icons (#2237) (597d1ec)
orbit - @kiwicom/[email protected]

Published by vepor about 4 years ago

Bug Fixes

  • support icons entry point with Babel plugin (#2303) (a013150)

Features

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

No changes, this is empty release is a side-effect of importing this package into the monorepo.

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

Bug Fixes

  • updating TypeScript definitions to match Flow (#2202) (d476c2f)
  • Docs: internal github links (#2182) (da12261)
  • Table: updating default align and removing unnecessary vertical-align options (#2204) (0bfe9ae)
  • Tooltip: enable event bubbling for disabled children (#2201) (5f26d88)
  • update docs and icons link for monorepo (#2200) (27f4974)

Features

orbit - 0.91.0

Published by filipdanisko about 4 years ago

๐Ÿš€ Features

  • fc23be0 (Featureicon) adding alt (#2106)
  • d99d3de (ServiceLogo) adding elo logo (#2129)

๐Ÿ› Bug fixes

  • 2fd045a (ButtonPrimitive) disabled state is not calling onClick
  • f08161f (Icons) not diffed type with unnecessary props (#2127)
  • 05707aa (Breadcrumbs) show back button when only href is passed (#2099)
  • 67d4809 (Choicegroup) flow type of callback (#2113)
  • 9c93da6 (PricingTable) align of border color (#2115)
  • ad8e8ee (Typescript) mismatched use of RefForwardingComponent (#2122)
  • 1a99b71 (Alert) typescript type for icon prop (#2123)
  • 7572218 (Typescript) common ref type, support callback function (#2128)
  • e0f1b28 apply our browserslist configuration
  • 234b632 (Browsers) added kiwicom supported browsers to the project
  • d7c116f (Typescript) definition of component common type (#2125)
  • 0510397 (Table) typescript default export (#2126)
  • 08e43b4 (CardSection) typescript type for header prop (#2124)
  • adda3b1 (UseFocusTrap) wrong ts types (#2101)
  • 6c9168b (InputField) missing inputMode in typescript props (#2121)
  • 6667eb7 (UseTheme) typescript declaration (#2120)
  • 77a9c84 (Stack) add the as attribute to typescript types (#2114)
  • 137d72e correct bracket in getSpacingToken readme (#2105)

๐Ÿ”ง Chores and Improvements

  • 42ae894 (release) v0.91.0
  • 0fbfe28 (ButtonMobileStore) adding alt to stories
  • 85a81c0 prettify the rest of Markdown files
  • e552bc6 make list of browsers Prettier-friendly
  • 9089688 bump @kiwicom/orbit-design-tokens from 0.10.0 to 0.11.0 (#2137)
  • 735b96c bump @typescript-eslint/parser from 3.7.1 to 3.9.1 (#2133)
  • a0401f9 bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.9.1 (#2132)
  • e66f19c bump eslint from 7.5.0 to 7.7.0 (#2130)
  • c91fc57 remove generated type files from git (#2104)

๐Ÿ“ฆ Other

  • 4112677 add social and mobile store button examples (#2108)
  • f6139c4 add examples for InputField (#2090)
  • 98bb11a add prop to Breadcrumbs table (#2089)
  • dddd315 add examples for CountryFlag and FeatureIcon (#2087)
  • 604168d add examples for drawer (#2079)
  • 5547ff5 add examples for InputStepper and Stepper (#2045)
  • 9404307 add examples for TextLink (#2037)
  • 36e80c6 perform Prettier check on Markdown files
  • 6770ec5 add examples for NotificationBadge (#2139)
  • c50ae41 add examples for ListChoice (#2131)
  • 2ff44ff auto-update list of supported browsers
orbit - 0.90.1

Published by filipdanisko about 4 years ago

๐Ÿ› Bug fixes

  • 5713e76 (Pricingtable) rendering of wrapped mobile child (#2094)
  • 9a9a890 popover memory leak (#2095)
  • b6cdc68 (types) adjust Breadcrumbs, Tile, Button type declarations and exports (#2096)
  • 0fcd753 (types) adjust typescript types for heading and textarea (#2093)

๐Ÿ”ง Chores and Improvements

  • 2c4911a (Release) 0.90.1 (#2097)

๐Ÿ”ง Chores and Improvements

  • 42ae894 (release) v0.91.0
orbit - 0.90.0

Published by filipdanisko about 4 years ago

๐Ÿšจ Breaking Change

  • 1a71008 fix!(Popover): actions on mobile are no longer hidden (#2040)
    BREAKING CHANGE: adding a padding-top to Actions causing it to potentially collide with some wrappers with padding which might be in place
  • 8d1fee4 feat!(PricingTable): adding option to display radio buttons on desktop (#2076)
    BREAKING CHANGE: activeElement no longer passes active to children

๐Ÿš€ Features

  • d534554 (ButtonMobileStore) adding light variants (#2059)
  • 17fa9ae (Modal) adding extraSmall size option (#2078)
  • cb1c97d (SocialButton) adding twitter type (#2057)
  • 58e0493 (Breadcrumbs) add backHref prop (#2048)

๐Ÿ› Bug fixes

  • 81ed35b (InputStepper, Stepper) callbacks triggered when disabled (#2050)
  • b1fc89f (Typescript) updating definitions (#2083)
  • 6dd89e2 (Rtl) flow definition of destructured assigment (#2077)
  • 637f677 (Layout) edge to edge behavior of deprecated Card (#2049)
  • 70d1625 (ListChoice) set role to checkbox when selectable is true (#2062)
  • 0a867f1 (IllustrationPrimitive) defaulting flex shrink to false (#2036)

๐Ÿ”ง Chores and Improvements

  • bea2689 (Release) 0.90.0 (#2088)
  • cf8f5e5 [security] bump elliptic from 6.5.2 to 6.5.3 (#2061)
  • 282d6fc bump @adeira/js from 1.2.3 to 1.2.4 (#2074)
  • f23337e bump babel-jest from 26.1.0 to 26.2.2 (#2072)
  • 86aa9c3 bump jest from 26.1.0 to 26.2.2 (#2071)
  • ba7f9ae bump @babel/runtime from 7.10.5 to 7.11.0 (#2069)
  • f487c65 bump @babel/core from 7.10.5 to 7.11.0 (#2068)
  • 004c6df bump babel-plugin-styled-components from 1.11.0 to 1.11.1 (#2067)
  • 56b9c51 bump ESLint dependencies (#2063)
  • 95e3de3 bump babel-plugin-styled-components from 1.10.7 to 1.11.0 (#2060)
  • b8c862e lint .js.flow files as well (#2058)
  • 7b4eb44 bump eslint-plugin-react from 7.20.4 to 7.20.5 (#2056)
  • 8ee3ee7 configure ESLint with overrides and fix on pre-commit (#2052)
  • 89ea709 bump eslint-plugin-jest from 23.18.0 to 23.19.0 (#2053)
  • fa1d8af bump eslint-plugin-react from 7.20.3 to 7.20.4 (#2054)
  • 76a6b7d bump @babel/cli from 7.10.4 to 7.10.5 (#2016)
  • 4464599 bump @babel/runtime from 7.10.4 to 7.10.5 (#2017)
  • f751e75 bump @babel/node from 7.10.4 to 7.10.5 (#2018)
  • 21b3904 bump @babel/core from 7.10.4 to 7.10.5 (#2020)
  • ab78515 bump @commitlint/config-conventional from 9.0.1 to 9.1.1 (#2022)
  • b70e926 bump typescript from 3.9.6 to 3.9.7 (#2031)
  • 989a0d7 bump flow-bin from 0.129.0 to 0.130.0 (#2046)
  • bbdcbb0 prettify only staged *.md files on commit (#2039)

๐Ÿ“ฆ Other

  • a3cb169 (Stack) remove default for direction in table (#2075)
  • b1a5199 fix markup for Coupon example (#2038)
  • f65d605 update Modal example for fixed footer (#2043)
  • e95add8 update Stepper docs (#2042)
orbit - 0.89.0

Published by filipdanisko over 4 years ago

๐Ÿš€ Features

  • df8507e (Buttons) adding rel attribute (#2028)

๐Ÿ› Bug fixes

  • 8c8868d (Breadcrumbs) unification of style from figma (#2032)
  • 96c1a7b extend type of tabIndex to allow numbers (#2029)
  • 3d475f3 (Layout) inner usage of Card โ€“ edge to edge behavior (#2025)
  • 387806c (InputStepper) onChange is triggered when disabled (#2024)

๐Ÿ”ง Chores and Improvements

  • 7808945 (Release) 0.89.0 (#2033)
  • 4898647 bump flow-bin from 0.128.0 to 0.129.0 (#2014)
  • d1b52e7 bump eslint-plugin-jest from 23.17.1 to 23.18.0 (#2013)
  • ced58bd bump @commitlint/cli from 9.0.1 to 9.1.1 (#2011)
  • e02c24f bump jsdom from 16.2.2 to 16.3.0 (#2010)
  • 183a242 bump eslint-plugin-react-hooks from 4.0.7 to 4.0.8 (#2009)
  • 6327a39 bump @babel/cli from 7.10.3 to 7.10.4 (#1992)
  • 34e00cd bump @babel/node from 7.10.3 to 7.10.4 (#1994)
  • 83164f6 bump @babel/core from 7.10.3 to 7.10.4 (#1996)
  • 3c4691d bump eslint-plugin-react from 7.20.1 to 7.20.3 (#1997)
  • 4954d3f bump @adeira/js from 1.2.2 to 1.2.3 (#1998)
  • d56d95e bump typescript from 3.9.5 to 3.9.6 (#2000)
  • bbf257d bump eslint-plugin-react-hooks from 2.5.1 to 4.0.7 (#2008)

๐Ÿ“ฆ Other

  • fd8e3ef add illustration examples (#2006)
  • 90fb8a2 add examples for ButtonGroup (#2005)
  • 0b0d375 add InputGroup examples (#2004)
  • f02f207 add Coupon and CallOutBanner examples (#1999)
  • d09962d add examples for dialog (#2023)
  • 983b9be add examples for ChoiceGroup (#2026)
  • 9942f11 add examples for Carrier and Service logos (#2015)
Package Rankings
Top 1.54% on Npmjs.org
Badges
Extracted from project README
Kiwi.com library CI Build Orbit release lerna minified and gzipped size Maintenance Downloads
Related Projects