2019-09-16
patricklafrance
released this
16 Sep 20:44
·
5521 commits
to master
since this release
- @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