Releases: tanmen/react-actors
Releases · tanmen/react-actors
v0.4.24
0.4.24 (2021-05-09)
Bug Fixes
- Select: changed the format from registering refs in register to forwarding refs (1fe28d9)
- Textarea: changed the format from registering refs in register to forwarding refs (019ab53)
v0.4.23
0.4.23 (2021-05-09)
Bug Fixes
- Input: changed the format from registering refs in register to forwarding refs (7972027)
- Input: fix type error (2360b68)
- Typescript: fix build target (e9ccec5)
v0.4.22
0.4.22 (2021-05-09)
Bug Fixes
- AspectText: change element p to div (22ec40e)
v0.4.21
0.4.21 (2021-05-08)
Bug Fixes
- AspectText: solved the problem of it getting too big when the size is less than the base size (82cd285)
v0.4.20
0.4.20 (2021-05-08)
Bug Fixes
- SkeletonLoading: color of the skeleton loading was made crisp (e9f21d3)
v0.4.19
0.4.19 (2021-05-08)
Bug Fixes
- Storybook: fix invalid import (c24617a)
v0.4.18
0.4.18 (2021-05-07)
Bug Fixes
- Button: add word-break rule (439cff0)
v0.4.17
0.4.17 (2021-05-07)
Bug Fixes
- Select: standardize the size (229beb2)
v0.4.16
0.4.16 (2021-05-07)
Bug Fixes
- AspectText: remove console.log (79794c2)
v0.4.15
0.4.15 (2021-05-07)
Bug Fixes
- AspectText: changed the target of css to outer to take padding into account (f0f0b1d)