Переглянути джерело

[stdf]更新版本至1.0.8

dufu1991 1 рік тому
батько
коміт
c539fb3ecb

+ 3 - 0
docs/mds/components/grids/version.md

@@ -0,0 +1,3 @@
+## 1.0.8
+
+- [!tag|B|2|] 修复 Grid Props 的 `col` 为 `'10'|'11'|'12'` 时的类名错误 [PR#45](https://github.com/any-tdf/stdf/pull/45)。[!contribute|nakulrathore|]

+ 3 - 0
docs/mds/components/grids/version_en.md

@@ -0,0 +1,3 @@
+## 1.0.8
+
+- [!tag|B|2|] Fixed the class name error when `col` is `'10'|'11'|'12'` in Grid Props [PR#45](https://github.com/any-tdf/stdf/pull/45). [!contribute|nakulrathore|]

+ 4 - 0
docs/mds/guide/changelog.md

@@ -1,3 +1,7 @@
+## 1.0.8 <font size=1>2025-05-04</font>
+
+- 修复 Grids 组件,详见 [Grids](https://stdf.design/components?nav=grids&tab=4)。
+
 ## 1.0.7 <font size=1>2025-04-30</font>
 
 - 修复部分类型错误。

+ 4 - 0
docs/mds/guide/changelog_en.md

@@ -1,3 +1,7 @@
+## 1.0.8 <font size=1>2025-05-04</font>
+
+- Fixed Grids component, please see [Grids](https://stdf.design/components?nav=grids&tab=4).
+
 ## 1.0.7 <font size=1>2025-04-30</font>
 
 - Fixed some type errors.

+ 1 - 1
packages/stdf/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "stdf",
-	"version": "1.0.7",
+	"version": "1.0.8",
 	"description": "Mobile web component library based on Svelte and Tailwind",
 	"author": "any-tdf",
 	"funding": "https://stdf.design?fund",