changelog_en.md 3.1 KB

0.2.5

  • The default value of path in the Icon component has been modified. Please refer to the Icon section for more details.
  • A new plugin called rollup-plugin-stdf-icon has been added. It combines all SVG files in a specified folder into an SVG symbol for the convenience of using the Icon component in STDF. Please see rollup-plugin-stdf-icon for more information.
  • The create-stdf project has been updated to work with rollup-plugin-stdf-icon.

0.2.4

  • 0.2.2 ~ 0.2.4 Optimized file structure and reduced NPM package size. Say no to bloated node_modules and dependency black holes!
  • Updated the language import path from stdf/lang/xx_XX to stdf/dist/lang/xx_XX. For more details, please refer to the Internation.

0.2.1

  • Added create-stdf to quickly create a project using STDF. (beta version, may have issues)

0.2.0

  • Adapted for Svelte 4 while remaining compatible with Svelte 3. Currently, only one item needs to be adapted, which is to upgrade the transition animation of some components. Refer to the Svelte 4 migration guide - Transitions are local by default.
  • Enhanced the Swiper component. For details, see Swiper.

0.1.5

  • Modify the touch events in the components to pointer events, enabling support for various input methods such as mouse, stylus, and touch. The components include BottomSheet, IndexBar, Slider, and Swiper. Related to Issues. [!issue|shenliqing|]

0.1.4

  • Update NPM README.

0.1.3

0.1.2

0.1.1

  • Fix Pagination.

0.1.0

  • Add Pagination component, please see Pagination.

0.0.27

  • 0.0.12 ~ 0.0.27 versions have no substantial updates, only for testing GitHub Action.

0.0.11

  • Optimize Input, please see Input.

0.0.10

  • Optimize Cell, please see Cell.

0.0.9

  • Fix AsyncPicker file path.

0.0.8

0.0.7

  • The value of the Context for the multilingual package has been changed from "lang" to "STDF_lang" to avoid conflicts with the names of other language packages within the project.
  • Improve the instructions for quickly configuring Tailwind CSS in the site, link to Issues.[!issue|gavinning|][!contribute|yuedanlabs|]

0.0.6

  • Add Loading type, For more information, please see Loading.

0.0.1

  • Online now.