Skip to content

2019-09-12

Compare
Choose a tag to compare
@patricklafrance patricklafrance released this 12 Sep 21:01
· 5549 commits to master since this release
  • @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]