Skip to content

Releases: gsoft-inc/sg-orbit

2021-06-18

18 Jun 14:00
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 17.1.2
  • @orbit-ui/react => 19.2.1

Changes

  • NumberInput onBlur is not called anymore when focus switch between input and spinner arrows #643
  • Fixed NumberInput min support #665
  • Improved NumberInput spinner arrows & keyboard arrows support
  • All components now call user event handlers after updating their values

2021-06-17

18 Jun 13:27
Compare
Choose a tag to compare

Changes

  • Fixed Button type="submit" gets overwritten with type="button" #674
  • Standardize motion #529

2021-06-15

16 Jun 02:46
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 17.1.0
  • @orbit-ui/react => 19.1.0

Changes

  • New Avatar and AvatarGroup components #535
  • Tooltip & Popover now support break-word #668
  • Tabs header doesn't doesn't call onSelectionChange multiple times & doesn't call onSelectionChange anymore when the active tab is clicked #658

2021-06-09

09 Jun 15:53
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 17.0.2
  • @orbit-ui/react => 19.0.2

Changes

  • Added Storybook Accessibility addon #641
  • Select Item's height is too small with the new font #649
  • Small Checkbox checkmark is too big #651
  • Standardize link focus state #640
  • The new font breaks the "edit example" label of an editable code blocks #650
  • Added "soft guards" to ensure IconButton, ToggleIconButton, LinkIcon have an aria-label attribute.
  • Added "soft guards" to ensure TextInput, SearchInput, PasswordInput, TextArea, DateInput, DateRangeInput, NumberInput have a valid WCAG AA label specification

2021-06-02

03 Jun 20:43
Compare
Choose a tag to compare

Changes

  • Fixed a bug in disabled Checkbox component hover and active state.

2021-06-01

01 Jun 20:26
Compare
Choose a tag to compare

Changes

  • Interphases has replaced Calibre.
  • Font size scale has changed since Interphases uses less space than Calibre. Calibre was known to be bigger than most fonts at the same size.
  • Line height scale has changed.
  • Added CSS Variables for line heights as well as CSS utilities classes.
  • Font weights have been adjusted in order to match Interphases variable font specificity. See note below.

Note:
Interphases has an odd specificity where it expects a font-variation-settings declaration instead of a font-weight in Firefox Mac. This is most likely an issue with Firefox, please use a font-variation-settings: "wght" 500; property if needed and leave the font weight at 400 or the font weight won't be applied in Firefox(Mac). This might change down the line when Firefox Mac fixes their stuff.

2021-05-28

28 May 22:58
Compare
Choose a tag to compare
  • @orbit-ui/foundation => 6.1.0
  • @orbit-ui/react-components => 16.1.0
  • @orbit-ui/react => 18.1.0

Changes

  • New InputGroup component #571
  • New focus ring style
  • Popover heading is now an h3 by default #636

2021-05-27

27 May 22:53
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 16.0.1
  • @orbit-ui/react => 18.0.1

Changes

  • A tag start icon & dot should have right margin when fluid #595
  • Select without a value arrow should be the same color as the placeholder #632
  • A tooltip should still render even if the trigger is disabled #634

2021-05-21

21 May 20:56
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 16.0.0
  • @orbit-ui/react => 18.0.0

Changes

  • Tooltip should overflow when there isn't enough place to render #628
  • Accordion's variant should have an optional typing #625
  • Improve external link look & accessibility #627
  • Native handlers shouldn't be superseeded by custom handlers #623

Breaking

  • The variant contained have been renamed to bordered
  • Checkbox, Radio, SearchInput & NumberInput onChange handlers have been renamed to onValueChange (native onChange handler is still available)

2021-05-20

20 May 17:02
Compare
Choose a tag to compare
  • @orbit-ui/foundation => 6.0.1
  • @orbit-ui/react-components => 15.0.0
  • @orbit-ui/tachyons => 6.0.1
  • @orbit-ui/react => 17.0.0

Changes

  • Added an invalid state to Listbox & Menu #618
  • Overlay component now internally rely on refs #514
  • Redesign of Accordion #609

Breaking

The default accordion styles is not contained with borders anymore. To render a container Accordion, you now must specify variant="contained".