Skip to content

Releases: gsoft-inc/sg-orbit

2021-05-17-v2

17 May 20:57
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 14.0.1
  • @orbit-ui/react => 16.0.1

Quick release for Apricot.

Changes

  • Added missing nullable controlled props #619

2021-05-17

17 May 18:08
Compare
Choose a tag to compare
  • @orbit-ui/css-normalize => 4.0.0
  • @orbit-ui/react-components => 14.0.0
  • @orbit-ui/react => 16.0.0

Changes

  • Focus ring improvement #512
  • Padding issue with Disclosure #600
  • TextLink should have an underline by default #599

Breaking

  • Replace cancellablePromise by an AbortController #546

useAsyncSearch doesn't fully handle by itself request cancellation anymore. You must now pass the provided signal to your fetch request.

const fetcher = useAsyncSearch(async (query, signal) => {
    ...
    await fetch(url, { signal });
    ...
}

2021-05-12

12 May 21:23
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 13.2.0
  • @orbit-ui/react => 15.2.0

Changes

  • New Transition component #607
  • Input components should always provide the current value as the second arguments #580
  • Alert's icon size is too small when Alert's width is restricted #610
  • The NumberInput component clamp behavior have been normalize to match the DateInput clamp behavior.

Breaking

  • DateInput & DateRangeInput minDate and maxDate props have been renamed to min and max

2021-05-11

11 May 18:37
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 13.1.1
  • @orbit-ui/react => 15.1.1

Changes

  • Checkbox's onChange property is ignored when inside a CheckboxGroup #601

2021-05-05

05 May 17:47
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 13.1.0
  • @orbit-ui/react => 15.1.0

Changes

  • ButtonGroup's children should be ReactNode instead of ReactElement #579
  • Controlled property should all accept null as a possible value #582
  • Link components prevent hover behavior of it's children #577
  • Play nice with password managers #586
  • Add end-icons slot to Tags #589

2021-04-28

28 Apr 22:04
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 13.0.2
  • @orbit-ui/react => 15.0.2

Changes

  • Tabs property should not be required #564
  • Properly type every SyntheticEvent #567
  • CheckBox and CheckboxGroup props are not exported #563
  • A disabled menu item is hoverable & focusable #548

2021-04-23

23 Apr 19:39
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 13.0.1
  • @orbit-ui/react => 15.0.1

Changes

  • Removed dependency to lodash #505
  • Fixed TextLink component typings #539
  • Fixed Button component documentation #544

2021-04-16

16 Apr 18:00
Compare
Choose a tag to compare
  • @orbit-ui/css-normalize => 3.0.0
  • @orbit-ui/fonts => 3.0.0
  • @orbit-ui/foundation => 6.0.0
  • @orbit-ui/icons => 9.0.0
  • @orbit-ui/react-components => 13.0.0
  • @orbit-ui/tachyons => 6.0.0
  • @orbit-ui/react => 15.0.0

Full rewrite of Orbit.

  • Remove dependency to Semantic UI
  • Added TypeScript support
  • Added React 17 support
  • Added theme and color scheme support to enable dark mode
  • All components now follow WAI-ARIA AA specifications
  • New documentation

2020-11-20

20 Nov 22:43
Compare
Choose a tag to compare
  • @orbit-ui/react-components => 11.1.0
  • @orbit-ui/react => 13.1.0

@orbit-ui/react-components [minor]

Select

  • A select item now support a tooltip by providing a tooltip key to selectItem.

2020-11-18

18 Nov 18:16
Compare
Choose a tag to compare
  • @orbit-ui/react-components: 11.0.2 => 11.0.3
  • @orbit-ui/react: 13.0.2 => 13.0.3

Commits

  • Fix popper null reference when document click occurs after component unmounted: 1856d6a
  • Added a span to Select component selected value text: 4076224