Skip to content

Releases: tanmen/react-actors

v0.4.24

09 May 18:25
Compare
Choose a tag to compare

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

09 May 18:05
Compare
Choose a tag to compare

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

09 May 04:00
Compare
Choose a tag to compare

0.4.22 (2021-05-09)

Bug Fixes

  • AspectText: change element p to div (22ec40e)

v0.4.21

08 May 12:37
Compare
Choose a tag to compare

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

08 May 12:18
Compare
Choose a tag to compare

0.4.20 (2021-05-08)

Bug Fixes

  • SkeletonLoading: color of the skeleton loading was made crisp (e9f21d3)

v0.4.19

08 May 12:14
Compare
Choose a tag to compare

0.4.19 (2021-05-08)

Bug Fixes

  • Storybook: fix invalid import (c24617a)

v0.4.18

07 May 22:52
Compare
Choose a tag to compare

0.4.18 (2021-05-07)

Bug Fixes

  • Button: add word-break rule (439cff0)

v0.4.17

07 May 21:38
Compare
Choose a tag to compare

0.4.17 (2021-05-07)

Bug Fixes

  • Select: standardize the size (229beb2)

v0.4.16

07 May 19:20
Compare
Choose a tag to compare

0.4.16 (2021-05-07)

Bug Fixes

  • AspectText: remove console.log (79794c2)

v0.4.15

07 May 18:23
Compare
Choose a tag to compare

0.4.15 (2021-05-07)

Bug Fixes

  • AspectText: changed the target of css to outer to take padding into account (f0f0b1d)