Skip to content

Releases: corvudev/corvu

@corvu/otp-field: v0.1.1

29 May 16:33
c1b30ae
Compare
Choose a tag to compare

0.1.1 (2024-05-29)

Bug Fixes

  • only render <noscript> on the server (ca769a5)
  • remove styles on cleanup (233ef00)

corvu: v0.7.1

27 May 21:01
4185fa5
Compare
Choose a tag to compare

0.7.1 (2024-05-27)

Features

@corvu/otp-field: v0.1.0

27 May 21:01
4185fa5
Compare
Choose a tag to compare

0.1.0 (2024-05-27)

Features

@corvu/resizable: v0.2.1

26 May 17:16
5d7201c
Compare
Choose a tag to compare

0.2.1 (2024-05-26)

Bug Fixes

  • panel not resizing if size is 0 (5009c34)

@corvu/utils: v0.3.1

25 May 13:01
07da6ed
Compare
Choose a tag to compare

0.3.1 (2024-05-25)

Bug Fixes

  • isFunction: check function.length to ignore accessors (749304d)

@corvu/drawer: v0.2.1

25 May 08:43
53b5df2
Compare
Choose a tag to compare

0.2.1 (2024-05-25)

Bug Fixes

  • prevent dragging if the target is a <select> element (073c5b9)

corvu: v0.7.0

21 May 16:58
812ce5c
Compare
Choose a tag to compare

0.7.0 (2024-05-21)

Breaking changes

This release is only breaking if you're using corvu's DynamicProps type. This type now only accepts 2 generic types! Just omit the 3rd :)

Example:

DynamicProps<'button', ComponentProps<'button'> & TriggerProps>

Features

  • pin primitives to minor version (d6fffc2)

@corvu/utils: v0.3.0

21 May 16:58
812ce5c
Compare
Choose a tag to compare

0.3.0 (2024-05-21)

⚠ BREAKING CHANGES

  • make component props generic to ensure proper typing

Bug Fixes

  • make component props generic to ensure proper typing (631fd87)
  • proper typesVersions in package.json (77c9ceb)

@corvu/tooltip: v0.2.0

21 May 16:58
812ce5c
Compare
Choose a tag to compare

0.2.0 (2024-05-21)

⚠ BREAKING CHANGES

  • make component props generic to ensure proper typing

Bug Fixes

  • make component props generic to ensure proper typing (631fd87)

@corvu/resizable: v0.2.0

21 May 16:58
812ce5c
Compare
Choose a tag to compare

0.2.0 (2024-05-21)

⚠ BREAKING CHANGES

  • make component props generic to ensure proper typing

Bug Fixes

  • make component props generic to ensure proper typing (631fd87)