changelog_en.md 7.0 KB

2.0.1 2026-01-23

  • Component directory updates: AvatarGroup and ButtonGroup moved to dedicated directories with updated export paths.
  • Feedback component rename: FeedbackContainer renamed to Feedback, with updated imports and usage.
  • Icon build update: switched to @any-tdf/vite-plugin-svg-symbol, removed rollup-plugin-stdf-icon dependency.

2.0.0 2026-01-22

1.2.0 2025-11-07

  • Enhanced Input component, please see Input.
  • Added Form component, please see Form

1.1.1 2025-05-31

  • Fixed Avatar component, please see Avatar.
  • Optimized NoticeBar component, please see NoticeBar.
  • Optimized Stepper component, please see Stepper.

1.1.0 2025-05-26

  • Enhanced Button component, please see Button.
  • Enhanced Icon component, support Iconify, built-in svg, please see Guide - Icon and Icon.
  • Fixed Avatar component, please see Avatar.
  • Optimized NoticeBar component, please see NoticeBar.

1.0.8 2025-05-04

  • Fixed Grids component, please see Grids.

1.0.7 2025-04-30

  • Fixed some type errors.
  • Fixed id_ID language file error.

1.0.6 2025-04-27

  • Fixed Input component, please see Input.

1.0.5 2025-04-27

  • Fixed Input component, please see Input.

1.0.4 2025-04-26

  • Enhanced Input component, please see Input.
  • Enhanced Button component, please see Button.
  • Added missing language files.
  • Fixed type export error.

1.0.3 2025-04-07

  • Full support for Svelte v5, Tailwind CSS v4, and TypeScript, including libraries, demos, create-stdf, and site.
  • Rebuilt the library according to Svelte official CLI sv create.
  • Enhanced NavBar component, please see NavBar.
  • Fixed Cell component, please see Cell.
  • Enhanced NumKeyboard component, please see NumKeyboard.
  • Rewrote Checkbox, Radio, etc. components, modified some component APIs, please check when upgrading.
  • Added type to document component API.
  • Following Tailwind CSS v4, the color system of document site, theme generator, component library, etc. uses oklch, refer to Tailwind CSS.

1.0.0 2025-04-07

  • Upgrade to 1.x version, refactor project structure.