瀏覽代碼

[doc]更新版本号至1.0.3,新增和修复多个组件属性,支持Svelte v5和Tailwind CSS v4。

dufu1991 1 年之前
父節點
當前提交
8c6f709a0d

+ 1 - 1
docs/mds/components/calendar/version.md

@@ -1,4 +1,4 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|A|0|]新增 `clear` 属性,关闭时可保留已选日期。
 

+ 1 - 1
docs/mds/components/calendar/version_en.md

@@ -1,4 +1,4 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|A|0|]Add `clear` property, keep the selected date when closed.
 

+ 1 - 1
docs/mds/components/cell/version.md

@@ -1,4 +1,4 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|B|3|]修复右侧箭头未垂直居中问题。
 - [!tag|O|0|]减少左右两侧间距。

+ 1 - 1
docs/mds/components/cell/version_en.md

@@ -1,4 +1,4 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|B|3|]Fix the problem that the right arrow is not vertically centered.
 - [!tag|O|0|]Reduce the distance between the left and right sides.

+ 1 - 1
docs/mds/components/navBar/version.md

@@ -1,3 +1,3 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|A|0|]新增 titleAlign 属性。

+ 1 - 1
docs/mds/components/navBar/version_en.md

@@ -1,3 +1,3 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|A|0|]Add titleAlign property.

+ 1 - 1
docs/mds/components/numKeyboard/version.md

@@ -1,4 +1,4 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|A|0|]新增 `value` 与 `clear` 属性,关联 Issue [#36](https://github.com/any-tdf/stdf/issues/36)。[!issue|sbscan|]
 - [!tag|O|0|]输入值不再通过 `onclick` 事件获取,而是通过 `value` 绑定。

+ 1 - 1
docs/mds/components/numKeyboard/version_en.md

@@ -1,4 +1,4 @@
-## 1.0.0
+## 1.0.3
 
 - [!tag|A|0|]Add `value` and `clear` properties, related to Issue [#36](https://github.com/any-tdf/stdf/issues/36). [!issue|sbscan|]
 - [!tag|O|0|]Input value is no longer obtained through the `onclick` event, but through the `value` binding.

+ 1 - 1
docs/mds/guide/changelog.md

@@ -1,5 +1,5 @@
 
-## 1.0.0 <font size=1>2025-04-03</font>
+## 1.0.3 <font size=1>2025-04-07</font>
 
 - 完整支持 Svelte v5、Tailwind CSS v4 与 TypeScript,包括库、示例、create-stdf、站点。
 - 按照 Svelte 官方 CLI [sv create](https://svelte.dev/docs/cli/sv-create) 重构库文件。

+ 1 - 1
docs/mds/guide/changelog_en.md

@@ -1,4 +1,4 @@
-## 1.0.0 <font size=1>2025-04-03</font>
+## 1.0.3 <font size=1>2025-04-07</font>
 
 - Full support for Svelte v5, Tailwind CSS v4, and TypeScript, including libraries, demos, create-stdf, and site.
 - Rebuilt the library according to Svelte official CLI [sv create](https://svelte.dev/docs/cli/sv-create).

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

@@ -1,7 +1,3 @@
-## 问:为什么已经完整支持 Svelte 5 了却还是 next 版本?
-
-答:因为当前时间点 Tailwind CSS v4 只是发布了 Beta 版本,正式版还未发布,STDF 将等待 Tailwind CSS v4 正式版发布后,迅速适配,届时将发布 v1.0.0 正式版。
-
 ## 问:为什么没有栅格组件?
 
 答:直接使用 CSS 的 Flexbox 特性,已经可以很方便快速地实现栅格布局,不再需要为了实现栅格布局而引入额外的组件,而且使用 Tailwind CSS 书写会非常简洁。

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

@@ -1,7 +1,3 @@
-## Q: Why is it still next version even though Svelte 5 is fully supported?
-
-A: Because Tailwind CSS v4 is just released the Beta version at the current time point, the official version has not been released yet. STDF will wait for Tailwind CSS v4 official release, quickly adapt, and release v1.0.0 official version when ready.
-
 ## Q: Why isn't there a rasterization component?
 
 A: Using CSS Flexbox directly can easily and quickly achieve rasterization layout. There is no need to introduce additional components to achieve rasterization layout. Moreover, using Tailwind CSS to write will be very concise.

+ 2 - 2
docs/mds/guide/milestone.md

@@ -1,6 +1,6 @@
-## 2024-12-02
+## 2025-04-07
 
-v1.0.0@next 版本发布,完整支持 Svelte 5 与 TypeScript,包括库与示例,待 Tailwind CSS v4 正式发布,STDF 将迅速适配,适时发布 v1.0.0 正式版
+v1 版本发布,完整支持 Svelte 5、Tailwind CSS v4 与 TypeScript
 
 ## 2023-11-03
 

+ 2 - 2
docs/mds/guide/milestone_en.md

@@ -1,6 +1,6 @@
-## 2024-12-02
+## 2025-04-07
 
-v1.0.0@next version released, full support for Svelte 5 and TypeScript, including libraries and demos, waiting for Tailwind CSS v4 official release, STDF will quickly adapt, and release v1.0.0 official version when ready.
+v1 version released, full support for Svelte 5, Tailwind CSS v4, and TypeScript.
 
 ## 2023-11-03