2020-04-22
patricklafrance
released this
22 Apr 22:46
·
4540 commits
to master
since this release
Changes:
- @orbit-ui/react-components: 8.2.0 => 9.0.0
- @orbit-ui/semantic-ui-theme: 6.2.0 => 6.3.0
- @orbit-ui/react: 10.0.0 => 11.0.0
@orbit-ui/react-components [breaking]
Input [deprecated]
- Use
<TextInput />
instead for all your existing<Input />
components.
TextInput [new]
- New input component that support
text
,password
andemail
types.
NumberInput [new]
- New input component for numbers. Use this component instead of
<Input type="number
/>.
MultiSelect [patch]
- Fixed Multi-Select items padding between the remove button and the right corner of the label.
DropdownMenu [new]
- New menu component. Use this component instead of
Dropdown />
.
@orbit-ui/semantic-ui-theme [minor]
Date Picker [minor]
- Fixed a bug where large date picker text was too long in some date choice. #308
Checkbox [minor]
- Fixed a bug where the spacing between a medium checkbox was bigger than on a large. They all have a 8px margin now. #308.
Label [minor]
- Fixed a bug where a label containing an avatar or icon was not following our padding scale #306.
- Fixed a bug where a label text was wrapping when too long. #307
Select [minor]
- Fixed a bug where loading state was not rendering correctly in inline selects. #325.
- Added a transparent property which removes a Select border and left padding, this is similar to a transparent input. #323
Button [minor]
- Fixed a bug where a button rendered as a link was not showing correctly in Safari. #327