2019-09-12
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 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)