Releases: gsoft-inc/sg-orbit
Releases · gsoft-inc/sg-orbit
2019-09-16
- @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
andanchorOffsets
has been renamed toposition
andoffsets
- 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]
- The popup now support react portals: https://reactjs.org/docs/portals.html
@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
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
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
- @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 valuetrue
- 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]
- Remove Edge and IE clear icon (X) on inputs when they are filled (see https://stackoverflow.com/questions/29396844/remove-x-input-decoration-in-microsoft-edge-formerly-project-spartan)
2019-09-06
@orbit-ui/[email protected]
- Breakpoints media queries are making a return
2019-09-04
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
@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
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
@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
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
@orbit-ui/react-multi-select
- The component was throwing an undefined error when an item is selected.
2019-08-30: Publish
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]
- @orbit-ui/[email protected]