Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 14:06
· 30 commits to main since this release

πŸš€ Release addon-ui v0.11.0 (2026-03-13)

✨ Features

  • Popover: add Popover component with subcomponents (3077350)

  • Shift: add Shift component (06712c6)

  • ToggleGroup: add ToggleGroup component (b724242)

πŸ“ Documentation

  • Popover: add comprehensive documentation for Popover and its subcomponents (1aa982c)

  • README: update component list with Popover, Shift, and ToggleGroup links (1795272)

  • Select: update documentation to include new subcomponents and enhanced props (565ad7d)

  • Shift: add comprehensive documentation for Shift component (2281f71)

  • ToggleGroup: add documentation for ToggleGroup and its subcomponents (46094a6)

  • ToggleGroup: improve readability and update table formatting in documentation (dfa9843)

πŸ€– CI

  • workflow: add OIDC diagnostics and registry URL to release workflow (897e12f)

  • workflow: add permissions and update npm in release workflow (952bce1)

  • workflow: remove npm update step (a96c99c)

🧩 Other

  • set overflow: hidden for body in reset styles (b58c895)

  • update styles for Button, TextArea, TextField, Tooltip (d71cc2c)

πŸ› οΈ Refactoring

  • eslint: remove deprecated Storybook eslint config and update ignore patterns (89f5dbb)

  • migrate to storybook-react-rsbuild and update related peer dependencies (d3a1506)

    • Replaced @storybook/react with storybook-react-rsbuild in all components and configurations.
    • Updated storybook, storybook-react-rsbuild, and their related plugins to the latest versions.
    • Added missing peer dependencies, such as eslint-plugin-storybook.
    • Adjusted .gitignore to include storybook-static folder.
    • Updated package.json with updated author details and removed contributors property.
    • Removed unused dependencies from package-lock.json for a cleaner build.
  • Select: improve Select component (0113fab)

  • Shift: update type checks and improve style merging logic (08519ec)

  • types: make various component props optional (db18054)

πŸ™Œ Contributors