Skip to content

Releases: bring-shrubbery/squircle-js

@squircle-js/react@1.3.0

03 Feb 21:34
95279ca

Choose a tag to compare

Minor Changes

  • #33 c0cf640 Thanks @theutkarshdev! - Enable dynamic resizing for squircle component in @squircle-js/react using ResizeObserver. The component now automatically adjusts its size based on its container or props, improving flexibility and usability.

@squircle-js/react@1.2.18

17 May 06:56
beb7e6f

Choose a tag to compare

Patch Changes

  • #31 19c6c1e Thanks @valentin-marquez! - Fix ESM module format in build output to resolve Vite import errors. Ensures .mjs files are generated correctly by tsup for ESM modules.

@squircle-js/react@1.2.17

24 Mar 14:50
1e37a0d

Choose a tag to compare

Patch Changes

@squircle-js/react@1.2.0

10 Nov 17:44
927f03e

Choose a tag to compare

Minor Changes

  • 84a5477: Test StaticSquircle component

Patch Changes

@squircle-js/react@1.1.0

27 Aug 00:30
5bebd6d

Choose a tag to compare

Minor Changes

  • 9a8292d: - Added width, height, defaultWidth, defaultHeight props for sizing.
    • Replaced as prop by asChild prop.