Skip to content

Releases: gsoft-inc/sg-orbit

2020-01-10

10 Jan 18:57
Compare
Choose a tag to compare

@orbit-ui/css-normalize [patch]

  • Updated dependencies

@orbit-ui/semantic-ui-theme [patch]

  • Searchable dropdown are now non fluid by default. Issue 66
  • Searchable dropdown input's text are now vertically centred. Issue 60
  • Fixed an issue where clearable dropdown did not show a clear icon. Issue 62
  • Searchable SUI dropdown placeholder have less emphasis when the input is focused. Issue 61

@orbit-ui/react-date-picker [patch]

  • Fix a bug were the calendar will not close on focus out / blur after the "reset" button is clicked.

@orbit-ui/react-popup [patch]

  • Fix a bug where no blur event will be bubble up to the popup when the focused element becomes disable and that element lose the focus. An alternative logic have been added to detect and handle this scenarion. More info at: https://allyjs.io/tutorials/mutating-active-element.html

2019-12-13

13 Dec 15:32
Compare
Choose a tag to compare

@orbit-ui/icons [patch]

  • Compare icons are now in line with icon rules
  • Sorting icons are now in line with icon rules

@orbit-ui/react-date-picker [patch]

2019-12-12

12 Dec 21:13
Compare
Choose a tag to compare

@orbit-ui/semantic-ui-theme [patch]

  • basic buttons in a group are now white
  • the content of checkbox label is now vertically aligned

2019-12-11

12 Dec 02:40
Compare
Choose a tag to compare

React date-picker [patch]

Fix of #27

Semantic UI Theme [feature]

  • Support for button groups (only basic)

2019-12-05

05 Dec 15:23
Compare
Choose a tag to compare

@orbit-ui/foundation [breaking]

Shadow Scale has been revamped. 1, 2, 3 are out, while 4 becomes 100 and 5, 200.

Old New
--shadow-4 --shadow-100
--shadow-5 --shadow-200

@orbit-ui/tachyons [breaking]

See above

Incidentally if you are using the box shadow tachyon classes

Old New
.shadow-4 .shadow-100
.shadow-5 .shadow-200

@orbit-ui/[email protected]

  • Handshake icon is no more, since it is not a generic icon.
  • icon-add.svg has been renamed icon-add-32.svg and it's size has changed.
  • Many new icons (see : https://sg-orbit.netlify.com/?path=/docs/materials-icons--icons) using these in your application is recommended. These icons follows a specific size chart, which might need some CSS refactor on your end.

@orbit-ui/[email protected]

  • Icon change this is purely cosmetic.

@orbit-ui/[email protected] [breaking]

  • Circular button sizes are now more coherent
Name Old New
mini 24px tiny
tiny - 24px
small - 32px
medium/default - 40px
large - 48px

Tldr;

  • Circular button size revision, mini are now tiny while keeping the same size, mini is not supported since it would result in a way too small button
  • Support for small and large circular/icon buttons

2019-10-30

30 Oct 13:55
Compare
Choose a tag to compare

@orbit-ui/tachyons [patch]

  • Changed some misplaced LESS variables for CSS4 Variables

2019-10-15

15 Oct 12:18
Compare
Choose a tag to compare

@orbit-ui/react-multi-select [patch]

  • Internal changes, added test ids to the multi-select components to facilitate interaction tests.
  • MultiSelectDropdown now bind is global events in componentDidMount and in componentDidUpdate when the open props value is updated
  • Updated how the search input is autofocus after the dropdown is open
  • The trigger button now have a disabled attribute when the component is disabled
  • The dropdown now close on blur

@orbit-ui/react-date-picker [breaking]

  • Bump the react-dates dependency to 21.2.0
  • Fixed a regression where hovering the disabled date range picker would show an hover state
  • The date pickers close on blur
  • When a date picker close, the input is focused
  • The ResizeObserver is now used to calculate the height of the input.

@orbit-ui/react-search-input [patch]

  • Internal changes, added test ids to the <SearchInputController /> component to facilitate interaction tests.
  • The event that caused the search is now provided as the first argument of the <SearchInput /> onSearch handler.
  • When a remote call fail, <RemoteSearchInput /> will show the no results message instead of throwing an exception.
  • Added closeOnBlur and closeOnOutsideClick props

@orbit-ui/react-popup [breaking]

  • Full rewrite

@orbit-ui/react-components-shared [feat]

  • The useHandlerProxy utility function now accept an optional parameter default to true.
  • Added the DOMEventListener component to subscribe / unsuscribe to global DOM events

@orbit-ui/tachyons [patch]

  • Box Shadow 4 was not rendering anymore, making every shadow-4 elements shadowless

@orbit-ui/semantic-ui-theme [patch]

  • Message component dismiss icon hover colour adjustment

2019-09-25

25 Sep 18:41
Compare
Choose a tag to compare

@orbit-ui/[email protected]

  • Changed the checkbox checkmark icon
  • Toggle circle shows a checkmark when toggled if the browser supports masks
  • Disabled selected toggle is now primary 100 instead of primary 50

@orbit-ui/[email protected]

  • Code spacing

@orbit-ui/[email protected]

  • Internal changes, added test ids to the date pickers component to facilitate interaction tests.

@orbit-ui/[email protected]

  • Test planification

2019-09-20

20 Sep 15:08
Compare
Choose a tag to compare

@orbit-ui/react [feature]

  • Bump to semantic-ui-react 0.88.1

@orbit-ui/icons [breaking]

  • Removed component specific icons
  • Renamed ClearIcon to CancelIcon
  • Renamed ArrowIcon to ChevronIcon
  • Added ArrowOutlineIcon
  • Added CheckmarkIcon
  • Added InfoIcon

@orbit-ui/react-search-input [patch]

  • Tab support was broken. When the input was tab, it was impossible to "tab out"

  • Renamed ClearIcon to CancelIcon

@orbit-ui/react-multi-select [patch]

  • Monkey patch the Semantic UI React dropdown of version >= 0.88.1 to support space in search input for our Search-In-Menu scenario.

  • Open the dropdown when the trigger is focused and the "space" key is down.

  • When the dropdown close, the trigger is automatically focus.

  • Renamed ClearIcon to CancelIcon

@orbit-ui/react-date-picker [patch]

  • Renamed ClearIcon to CancelIcon

@orbit-ui/semantic-ui-theme[patch]

  • Rename of some icons

2019-09-17

17 Sep 20:26
Compare
Choose a tag to compare

@orbit-ui/react-date-picker [patch]

  • date range picker's input zone has a pointer when hovered
  • date range picker's input zone has a border and placeholder colour change when hovered
  • single date picker's input zone has a pointer when hovered
  • inline single date picker has a border bottom when hovered or focused

@orbit-ui/react-multi-select [patch]

  • internal maintenance

@orbit-ui/react [new]

First release of the React bundle

@orbit-ui/react-* [patch]

lodash as been moved to a peerDependency

@orbit-ui/tachyons [patch]

  • fixed a bug where primary hover classes (hover-primary-*) were not applying the font colour on focus
  • fixed a bug where background hover classes (hover-bg-*) were not applying the background colour on focus
  • fixed a bug where fill hover classes (hover-fill-*) were not applying the fill colour on focus
  • added a focus rule to all border pseudo classes, now hovering or focusing on a element with a hover-b** class will render the same visual