changelog_en.md 2.2 KB

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.