You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InternshipProject/node_modules/rc-rate/CHANGELOG.md

60 lines
1.1 KiB

# rc-rate
## 2.9.0
`2020-11-02`
- Update devDependencies include np/typescript/rc-tooltip
- Add peerDependencies [#97](https://github.com/react-component/rate/pull/97)
## 2.8.2
`2020-06-15`
- fix: improve defaultvalue more than half [#86](https://github.com/react-component/rate/pull/86)
- fix: star tabindex when disabled [#87](https://github.com/react-component/rate/pull/87)
## 2.8.1
`2020-06-12`
- feat: character support props [#85](https://github.com/react-component/rate/pull/85)
## 2.8.0
`2020-06-10`
- feat: expand character [#84](https://github.com/react-component/rate/pull/84)
## 2.7.0
`2020-05-29`
- 🆙 upgrade rc-util to 5.x
## 2.6.0
`2020-04-16`
- feat: add direction rtl [#80](https://github.com/react-component/rate/pull/80)
- chore: use father [#81](https://github.com/react-component/rate/pull/81)
## 2.4.1
- Better accessibility support.
## 2.4.0
- Add allowClear support.
## 2.3.0
- Add keyboard support.
- Add focus() blur() and autoFocus.
## 2.1.0
- Fix typo `charactor` to `character`.
## 2.0.0
- Add `character`.
- Add `className`.
- Add `onHoverChange(value)`.