Skip to content

Releases: gsoft-inc/sg-orbit

2019-09-16

16 Sep 20:44
Compare
Choose a tag to compare
  • @orbit-ui/icons: 1.0.5 => 2.0.0
  • @orbit-ui/react-components: 1.1.9 => 1.2.0
  • @orbit-ui/semantic-ui-theme: 1.1.5 => 1.1.6
  • @orbit-ui/react-date-picker: 1.0.0 => 1.0.0
  • @orbit-ui/react-multi-select: 1.0.7 => 1.0.8
  • @orbit-ui/react-popup: 1.0.6 => 1.1.0
  • @orbit-ui/react-search-input: 1.0.8 => 1.0.9
  • @orbit-ui/react-components-shared: 1.0.5 => 1.1.0

Package rename

  • @orbit-ui/date-range-picker has been renamed to @orbit-ui/date-picker

@orbit-ui/date-picker [new]

  • Added 2 new components: SingleDatePicker & InlineSingleDatePicker
  • anchorDirection and anchorOffsets has been renamed to position and offsets
  • DIRECTIONS constants has been replaced by POSITIONS constants
ANCHOR_LEFT,
ANCHOR_RIGHT,
ANCHOR_CENTER,
OPEN_DOWN,
OPEN_UP

TO

TOP_LEFT
TOP_RIGHT
TOP_CENTER
BOTTOM_LEFT
BOTTOM_RIGHT
BOTTOM_CENTER
  • Added white backgrounds where needed in order to get ready for the holy dark theme

@orbit-ui/popup [feat]

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

  • Added the useHandlerProxy utility function,

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

  • Updated colors to support a dark theme

@orbit-ui/icons [break]

  • Calendar icons has been removed from the packages since it's very specific to the date pickers

2019-09-13

13 Sep 22:44
Compare
Choose a tag to compare

A few tests we're made to solve an issue with Lerna.

For the latest release notes, refer to https://github.com/gsoft-inc/sg-orbit/releases/tag/2019-09-12

2019-09-12

12 Sep 21:01
Compare
Choose a tag to compare
  • @orbit-ui/css-normalize => 1.0.1
  • @orbit-ui/react-components => 1.1.0
  • @orbit-ui/semantic-ui-theme => 1.1.1
  • @orbit-ui/tachyons => 2.0.0
  • @orbit-ui/react-date-range-picker => 1.1.0
  • @orbit-ui/react-popup => 1.0.1

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

  • Fix: RemoteSearchInput defaultResultsFetcher requestOptions object is not passed properly to the fetch API.
  • Fix: A null ref error occurs when trying to focus the search input when the component was show / hide quickly.
  • Fix: #5

@orbit-ui/react-date-range-picker [feat]

  • Preset icon, arrows and month names are now marine-500
  • Spacing adjustment between preset icon and presets
  • Added an allowClear property with the default value true
  • Added ANCHOR_CENTER directions
  • Added an anchorOffset property

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

  • Added a border of 2px to disabled radios
  • Disabled but checked radios are now primary-100

@orbit-ui/tachyons [breaking change]

  • Line height scale is on par with the design system (lh2 -> lh3, lh3 -> lh4, lh4 -> lh6)

@orbit-ui/css-normalize [patch]

2019-09-06

06 Sep 13:36
Compare
Choose a tag to compare

@orbit-ui/[email protected]

  • Breakpoints media queries are making a return

2019-09-04

04 Sep 17:43
Compare
Choose a tag to compare

@orbit-ui/semantic-ui-theme

  • search-input and date picker are now sharing the same border color (standard and hover/focus).
  • The theme default text colour is now marine500
  • Message Component is now supported
  • Support for the close Icon

@orbit-ui/icons

  • Clear icon is now marine-500 since Jet is deprecated

2019-09-03: Publish

03 Sep 22:10
Compare
Choose a tag to compare

@orbit-ui/react-date-range-picker

  • Added an initialVisibleMonth property
  • Fix the first visible month selection algo to prevent selecting the previous month if it's also blocked

2019-08-30-patch: Publish

30 Aug 22:53
Compare
Choose a tag to compare

@orbit-ui/react-multi-select

  • The component was throwing an undefined error when an item is selected.

2019-08-30: Publish

30 Aug 22:54
Compare
Choose a tag to compare