future_en.md 1.7 KB

New Features 💪

  • Implement custom theme colors, rounded corners, spacing, etc. according to Tailwind CSS variable rules.
  • Add CodeInput component for entering numeric/letter verification codes received via SMS or email.
  • Develop a Vite/Rollup plugin that supports merging all SVGs in a specified directory into an SVG symbol.
  • Develop a VS Code plugin that supports displaying STDF component API and other functions when hovering over the cursor.
  • Develop a template scaffold that supports initializing STDF projects according to configuration. Initial support for Vite and SvelteKit.
  • Add NumKeyboard component for entering numbers.
  • Add FullKeyboard component for letters, numbers, and symbols input.
  • Add Pagination component.
  • Add Stepper component.
  • Add Card component for information display containers.
  • Add Tag component for marking and categorization.
  • Add List component for displaying long list data.
  • Add CountDown component.
  • Add ColorPicker component.
  • Complete support for Svelte 5, TypeScript, and Tailwind CSS v4.
  • Add TreeSelect component for tree-shaped selection.
  • Add ImagePreview component for image preview.
  • Add Upload component.
  • Add Signature component.
  • Add more animation effects to the Skeleton component.

Ongoing Development 💧

  • Expand the types of Loading components available.
  • Complete the Figma design draft and implement connectivity with component API according to Figma's Variable rules.
  • Based on the basic components, combine a series of business scenario components.
  • Continuously improve component documentation and examples.
  • Explore more theme customization capabilities.