Ver código fonte

docs: update changelog

point.halo 10 meses atrás
pai
commit
9622a4354c

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

@@ -16,6 +16,13 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.77.0 (2025-03-25)
+- 【Fix】
+    - Fixed the issue of click-through when the UserGuide is in the bubble mode [#2764](https://github.com/DouyinFE/semi-design/pull/2764)
+    - Fixed the problem that the icon in the header of the Navigation is not centered in the collapsed mode.  [#2675](https://github.com/DouyinFE/semi-design/issues/2675)
+    - Fixed the problem that the search box of JsonViewer does not support i18n multilingual adaptation. [#2766](https://github.com/DouyinFE/semi-design/pull/2766)
+    - Fixed the problem of long text folding when the auto-wrap function of JsonViewer is not enabled, and fixed the issue of line number display. [#2756](https://github.com/DouyinFE/semi-design/pull/2756)
+
 #### 🎉 2.77.0-beta.0 (2025-03-18)
 - 【New Component】
     - support new component UserGuide

Diferenças do arquivo suprimidas por serem muito extensas
+ 169 - 161
content/start/changelog/index.md


+ 10 - 10
src/templates/postTemplate.js

@@ -368,43 +368,43 @@ const components = {
 
             // For convience of adding new feature in different type, we use "if else" group instead of object or map.
 
-            if (children[0] === '[Feature]' || children[0] === '[Feat]') {
+            if (children[0] === '【Feature】' || children[0] === '【Feat】') {
                 children[0] = <div className={'changelog-title'}>🎁【Feature】</div>;
             }
 
-            if (children[0] === '[Chore]') {
+            if (children[0] === '【Chore】') {
                 children[0] = <div className={'changelog-title'}>🗃【Chore】</div>;
             }
 
-            if (children[0] === '[New Component]') {
+            if (children[0] === '【New Component】') {
                 children[0] = <div className={'changelog-title'}>💡【New Component】</div>;
             }
 
-            if (children[0] === '[Fix]') {
+            if (children[0] === '【Fix】') {
                 children[0] = <div className={'changelog-title'}>🔧【Fix】</div>;
             }
 
-            if (children[0] === '[Perf]') {
+            if (children[0] === '【Perf】') {
                 children[0] = <div className={'changelog-title'}>🚀【Performance】</div>;
             }
 
-            if (children[0] === '[Style]') {
+            if (children[0] === '【Style】') {
                 children[0] = <div className={'changelog-title'}>💅【Style】</div>;
             }
 
-            if (children[0] === '[Docs]') {
+            if (children[0] === '【Docs】') {
                 children[0] = <div className={'changelog-title'}>✏️【Documentation】</div>;
             }
 
-            if (children[0] === '[Refactor]') {
+            if (children[0] === '【Refactor】') {
                 children[0] = <div className={'changelog-title'}>🧶【Refactor】</div>;
             }
 
-            if (children[0] === '[Breaking Change]') {
+            if (children[0] === '【Breaking Change】') {
                 children[0] = <div className={'changelog-title'}>💥【Breaking Change】</div>;
             }
 
-            if (children[0] === '[Design Token]') {
+            if (children[0] === '【Design Token】') {
                 children[0] = <div className={'changelog-title'}>✨【Design Token】</div>;
             }
         }

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff