Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 16:38
· 56 commits to main since this release

πŸš€ Release addon-ui v0.10.0 (2026-02-04)

✨ Features

  • plugin: extend plugin options and improve splitChunks logic (894a43c)

    • Added new plugin options: themeDir, configName, styleName, and splitChunks.
    • Enhanced splitChunks logic with callback support and refined naming conventions.
    • Replaced redundant toKebabCase logic with lodash's kebabCase for better consistency.
    • Optimized chunk naming to support component groups like button, list, and view.
  • TextField: add strict number input mode with sanitization logic (09e3a79)

  • Truncate: improve text truncation logic, introduced render prop (c5148a6)

πŸ› Bug Fixed

  • plugin: correct spacing in conditional for resource.includes check (1a8eaa1)

πŸ“ Documentation

  • add strict prop to TextField and enhance Truncate functionality (b117c2d)

  • README: update documentation for components, plugin options, and theming (dd7c2ee)

🧩 Other

  • Truncate: enhance code readability and consistency with formatting adjustments (bfe60ca)

🧹 Chores

  • deps: update adnbn to v0.5.7 and simplify override configuration (d6a0ba1)

πŸ› οΈ Refactoring

  • enhance theme handling and rename plugin options (1cb3a58)

  • plugin: enhance splitChunks logic with improved naming and module handling (10206b7)

  • plugin: rename file-related options and add splitChunks optimization logic (46ada1d)

  • Select: add explicit type modifier to exported props (3667446)

  • ThemeProvider: add container and enhance storage prop flexibility (563ad34)

    • Introduced container prop to customize DOM element for attribute handling.
    • Enhanced storage prop for better persistence with custom and default options.
    • Updated SCSS mixins for dynamic attribute context support.
    • Synced UIProvider to pass container prop to ThemeProvider.
  • Truncate: extract calculateMiddleTruncate to a utility file and clean up styles and stories (26c258a)

  • UIProvider: add container prop for custom DOM element attribute handling (2cebafc)

πŸ™Œ Contributors