Skip to content

Releases: corvudev/corvu

corvu@0.4.1

07 Feb 20:46
corvu@0.4.1
66c4ebd

Choose a tag to compare

Patch Changes

corvu@0.4.0

07 Feb 16:35
corvu@0.4.0
9595370

Choose a tag to compare

Migration Guide

This release removes the polymorphic component and replaces it with a simpler approach. Dynamic corvu components now behave the same as Solid's Dynamic component, but with the as property instead of component.

This is only a breaking change if you use asChild with the <As/> component in your code. Have a look at the new Dynamic Components documentation for more information.

Changelog

Minor Changes

Patch Changes

solid-prevent-scroll@0.1.1

28 Jan 15:30
solid-prevent-scroll@0.1.1
49a051d

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • corvu@0.3

solid-presence@0.1.1

28 Jan 15:30
solid-presence@0.1.1
49a051d

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • corvu@0.3

solid-focus-trap@0.1.1

28 Jan 15:30
solid-focus-trap@0.1.1
49a051d

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • corvu@0.3

corvu@0.3.0

28 Jan 15:29
corvu@0.3.0
49a051d

Choose a tag to compare

Minor Changes

  • Add closeOnOutsidePointerStrategy to dialog and use corvu-drawer-* data attributes for drawer components - 629871f (@GiyoMoon)

  • Add allowPinchZoom option to dialog primitive - 5deb1c5 (@GiyoMoon)

Patch Changes

Migration Guide

  • Drawer
    • drawer elements now have data-corvu-drawer-* data attributes instead of data-corvu-dialog-*
    • Text selection is now allowed. You have to disable it yourself if you want to change this behavior.
  • Dialog
    • Renamed onOutsidePointerDown to onOutsidePointer
    • The dialog now closes on pointerup as default. You can use the new closeOnOutsidePointerStrategy property to change it back to pointerdown.
    • Pinch zoom is now allowed per default. You can disable it by passing the allowPinchZoom prop.

corvu@0.2.4

19 Jan 13:12
corvu@0.2.4
aeebc04

Choose a tag to compare

Patch Changes

@corvu/tailwind@0.1.4

19 Jan 13:11
@corvu/tailwind@0.1.3
aeebc04

Choose a tag to compare

Patch Changes

corvu@0.2.3

17 Jan 08:01
corvu@0.2.3
32a3d59

Choose a tag to compare

Patch Changes

  • Correctly use requestAnimationFrame to wait for browser repaint - 5704a0b (@GiyoMoon)

corvu@0.2.2

16 Jan 23:46
corvu@0.2.2
967383f

Choose a tag to compare

Patch Changes