Skip to content

2019-10-15

Compare
Choose a tag to compare
@patricklafrance patricklafrance released this 15 Oct 12:18
· 5443 commits to master since this release

@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