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|]
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.