changelog_en.md 5.3 KB

0.4.1

  • The repository has been migrated from dufu1991/stdf to any-tdf/stdf.

0.4.0

  • Added support for multi-theme configuration, please refer to Theme Configuration, Color, Theme Generator.
  • In accordance with the Tailwind naming rules, the gray color has been uniformly changed from gray5 to gray-500 writing method. Please note that the writing method should be changed after the upgrade. See Color for details.
  • The Avatar component adds the usage of the avatar group, please see Avatar.

0.3.2

  • Fix Input, please see Input.

0.3.1

  • Enhanced the Input component. For details, see Input.

0.3.0

0.2.11

  • Fix Cell, please see Cell.
  • Fix Icon, please see Icon.
  • Fix Skeleton, please see Skeleton.

0.2.10

  • Enhanced the Cell component. For details, see Cell.

0.2.9

  • Fixed missing files in NPM package.

0.2.8

  • Removed unnecessary code from some components.
  • Formatted component code to facilitate consistent code style among other contributors in the future.
  • Considering that the size of the component code itself is not large, we decided to directly include the component source code in the NPM package. This makes it easier for users to view the source code directly and avoids the hassle of having to view the source code on GitHub.
  • Reverted the language import path back to stdf/lang/xx_XX, as described in the Internationalization section.

0.2.7

  • 0.2.6 ~ 0.2.7 Added svelte to STDF package, allowing it to be directly imported and used in SvelteKit. Related Issues. [!issue|edhub|]

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.