Skip to content

v.1.2.0

Latest

Choose a tag to compare

@innrvoice innrvoice released this 10 Apr 04:51
· 5 commits to master since this release
8218ec2

A small stabilization release focused on runtime safety, publish safety and dependency security updates.

What's improved

  • Fixed SSR / non-browser safety issues by guarding document and navigator access
  • Added safer handling for invalid input cases such as:
    • fewer than 2 options
    • invalid selected value
    • out-of-range division/index calculations
  • Fixed the disabled cursor styling
  • Fixed the README usage example
  • Fixed the invalid disabled Storybook example value

Security updates

  • Bumped vite to 7.3.2
  • Updated vulnerable dependency paths for:
    • serialize-javascript
    • picomatch
    • minimatch
    • brace-expansion
  • Replaced rollup-plugin-typescript2 with @rollup/plugin-typescript to keep the Rollup build compatible with patched dependencies