Releases: react95-io/React95
Releases · react95-io/React95
v3.0.0-beta.21
v3.0.0-beta.20
v3.0.0-beta.19
3.0.0-beta.19 (2020-04-11)
Bug Fixes
v3.0.0-beta.18
3.0.0-beta.18 (2020-04-09)
Bug Fixes
- colorinput: show pointer cursor on hover (3c58fb5)
- datepicker: adjust component for new Select API (cf1ce81)
- list: fix padding issue (afc79de)
- loadingindicator: fix display issue (516a35d)
- select: fix keyboard select wrong target value issue (db8ff1c)
- slider: fix disabled slider mark style issue (d265c6c)
Features
- avatar: add 'size' prop (cd2bbc6)
- bar: make Bar 'size' prop accept %, px (4286c3a)
- divider: remove 'vertical' prop in favor of 'orientation' prop (42111ed)
- window: small style improvements (c0c856c)
BREAKING CHANGES
- divider: API change: use orientation='vertical' instead of 'vertical' flag
v3.0.0-beta.17
v3.0.0-beta.16
3.0.0-beta.16 (2020-04-08)
Bug Fixes
- button,tab,textfield: make components inherit font-family (da57101)
Code Refactoring
- stylereset: renamed 'reset' to 'styleReset' (956f0c6)
BREAKING CHANGES
- stylereset: 'reset' util is renamed to 'styleReset'
v3.0.0-beta.15
v3.0.0-beta.14
v3.0.0-beta.13
3.0.0-beta.13 (2020-04-06)
Features
- select: select reworked (22586da)
BREAKING CHANGES
- select: API change: 'options' instead of 'items' and 'menuMaxHeight' instead of 'height' prop
Co-authored-by: Emily Kolar [email protected]
v3.0.0-beta.12
3.0.0-beta.12 (2020-04-04)
Features
- tableheadcell: add 'sort' prop and corresponding aria label (1c31744)