Quellcode durchsuchen

docs: update faq & changelog

pointhalo vor 3 Jahren
Ursprung
Commit
c9f0d56f89

+ 0 - 1
content/start/changelog/index-en-US.md

@@ -20,7 +20,6 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 #### 🎉 2.15.0 (2022-07-15)
 - 【Fix】
     - Fixed the problem that when TreeSelect/Tree in multi-select state is wrapped by CheckboxGroup, clicking any option will cause all options to be displayed as selected [#750](https://github.com/DouyinFE/semi-design/issues/750)
-    - Fix the problem that @douyinfe/semi-illustrations failed to shaking [#961](https://github.com/DouyinFE/semi-design/issues/961)
     - Fix DatePicker in triggerRender range selection scene to select date interaction issue [#676](https://github.com/DouyinFE/semi-design/issues/676)
 
 #### 🎉 2.15.0-beta.0 (2022-07-11)

+ 2 - 0
content/start/faq/index-en-US.md

@@ -8,6 +8,8 @@ order: 8
 ---
 
 
+#### Semi now offers Figma UI Kit, will Sketch or other design tool based versions be available in the future?
+- There is no plan in this regard, please refer to [Issue 74](https://github.com/DouyinFE/semi-design/issues/74)
 
 #### What is the relationship between Semi 2.x (open source version) and Semi 1.x?
  - The Semi v2.0 version is refactored based on v1.x using ts, which brings a better ts experience, bettter a11y support and a more out-of-the-box engineering solution, which solves the coexistence of multi-component libraries in the micro front-end scenario Style conflict issues, etc. All subsequent long-term work of the Semi team will be based on the v2.x version

+ 3 - 0
content/start/faq/index.md

@@ -6,6 +6,9 @@ localeCode: zh-CN
 order: 8
 ---
 
+#### Semi 提供了 Figma UI Kit,考虑提供 Sketch 或基于其他设计工具的版本吗?
+- 目前没有这方面的计划,具体原因请参考 [Issue 74](https://github.com/DouyinFE/semi-design/issues/74)
+
 #### Semi 2.x 与 Semi 1.x 有什么不同?
 
 -   Semi v2.0 版本 基于 v1.x 使用 ts 进行了重构,带来了更好的 ts 使用体验、以及更开箱即用的工程化方案,更好的a11y支持,支持局部启用暗色/亮色模式,解决了对微前端场景下多组件库共存的样式冲突问题等。Semi 2.x 为开源版本, Semi 团队后续所有长期工作都将基于 v2.x 版本进行