Releases: gsoft-inc/sg-orbit
Releases · gsoft-inc/sg-orbit
2021-06-18
- @orbit-ui/react-components => 17.1.2
- @orbit-ui/react => 19.2.1
Changes
2021-06-17
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
Changes
2021-06-15
- @orbit-ui/react-components => 17.1.0
- @orbit-ui/react => 19.1.0
Changes
2021-06-09
- @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
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
Changes
- Fixed a bug in disabled Checkbox component hover and active state.
2021-06-01
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
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
2021-05-27
2021-05-21
- @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 tobordered
- Checkbox, Radio, SearchInput & NumberInput
onChange
handlers have been renamed toonValueChange
(nativeonChange
handler is still available)
2021-05-20
- @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"
.