2019-10-15
·
5443 commits
to master
since this release
- @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/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 incomponentDidUpdate
when theopen
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
andcloseOnOutsideClick
props
@orbit-ui/react-popup [breaking]
- Full rewrite
@orbit-ui/react-components-shared [feat]
- The
useHandlerProxy
utility function now accept anoptional
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