浏览代码

fix: update lark icon and update header

yanqi.xu 3 年之前
父节点
当前提交
a542506ab2

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

@@ -16,6 +16,13 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.1.2 (2021-11-30)
+- 【Fix】
+  - Fix the style problem of AutoComplete
+  - Fixed the problem that InputNumber does not have API syntax hints in the editor [#327](https://github.com/DouyinFE/semi-design/issues/327)
+  - Fix the wrong color of hover state border when Input focus [#332](https://github.com/DouyinFE/semi-design/issues/332)
+  - Replace Feishu Logo icon
+
 #### 🎉 2.1.1 (2021-11-26)
 - 【Fix】
   - Provide UMD products of semi-icons and semi-illustrations to solve the problem that icons cannot be used in UMD scenarios [#215](https://github.com/DouyinFE/semi-design/issues/215)

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

@@ -15,6 +15,13 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.1.2 (2021-11-30)
+- 【Fix】
+  - 修复 AutoComplete 的样式问题
+  - 修复 InputNumber 在编辑器没有 API 语法提示问题 [#327](https://github.com/DouyinFE/semi-design/issues/327)
+  - 修复 Input focus 时 hover 态边框颜色错误问题 [#332](https://github.com/DouyinFE/semi-design/issues/332)
+  - 替换飞书Logo图标
+
 #### 🎉 2.1.1 (2021-11-26)
 - 【Fix】
   - 提供 semi-icons、semi-illustrations 的 UMD 产物,解决 UMD 场景下无法使用 icon 的问题 [#215](https://github.com/DouyinFE/semi-design/issues/215)

+ 1 - 1
package.json

@@ -38,7 +38,7 @@
   "dependencies": {
     "@douyinfe/semi-site-banner": "0.0.1",
     "@douyinfe/semi-site-doc-style": "0.0.1",
-    "@douyinfe/semi-site-header": "0.0.2",
+    "@douyinfe/semi-site-header": "0.0.3",
     "@douyinfe/semi-site-markdown-blocks": "0.0.1",
     "@mdx-js/react": "^1.6.22",
     "@svgr/core": "^5.5.0",

+ 17 - 3
packages/semi-icons/src/icons/IconFeishuLogo.tsx

@@ -14,9 +14,23 @@ function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
             {...props}
         >
             <path
-                fillRule="evenodd"
-                clipRule="evenodd"
-                d="M10.396 12.9586L15.7149 7.59084C15.5779 7.34131 15.5 7.05475 15.5 6.75C15.5 5.78351 16.2835 5 17.25 5C17.549 5 17.8305 5.07501 18.0768 5.20723L22.2456 1L0 7.44405L5.28847 12.6722L10.396 12.9586ZM11.1685 13.7194L11.5483 18.9896L16.6209 24L23.0001 1.77899L18.827 5.99044C18.9379 6.22018 19 6.47784 19 6.75C19 7.7165 18.2165 8.5 17.25 8.5C16.9835 8.5 16.731 8.44045 16.5049 8.33391L11.1685 13.7194Z"
+                d="M6.13732 3.80654C8.76716 5.98777 11.0232 8.49408 12.7428 11.4327L14.4397 9.75535C15.2458 8.96545 16.2113 8.34129 17.258 7.93496C16.7802 6.31936 16.0033 4.98005 14.9403 3.65376C14.8135 3.49449 14.6185 3.40346 14.4137 3.40346L6.28362 3.40021C6.06906 3.40021 5.9748 3.67001 6.13732 3.80654Z"
+                fill="currentColor"
+            />
+            <path
+                d="M20.5703 14.1922L20.58 14.1793L20.6155 14.1146C20.6026 14.1372 20.5864 14.1631 20.5703 14.1922Z"
+                fill="currentColor"
+            />
+            <path
+                d="M11.0361 14.5567C12.2714 15.0833 13.3766 15.5287 14.6899 15.883C17.0207 16.5136 19.2311 15.5709 20.3234 13.4872L21.6432 10.8541C21.939 10.2105 22.3128 9.6156 22.7647 9.07273C21.9715 8.78016 21.3149 8.63064 20.4534 8.63064C18.5518 8.63064 16.7606 9.36205 15.4018 10.6948L13.3831 12.6875C12.6647 13.3929 11.878 14.0203 11.0361 14.5567Z"
+                fill="currentColor"
+            />
+            <path
+                d="M20.7945 13.7752L20.8039 13.7566L20.8101 13.7473C20.8039 13.7535 20.8007 13.7659 20.7945 13.7752Z"
+                fill="currentColor"
+            />
+            <path
+                d="M1.62519 9.74885C1.47889 9.60906 1.23511 9.70983 1.23511 9.91463L1.23834 17.8724C1.23834 18.1 1.34887 18.3112 1.53416 18.4348C3.66663 19.8521 6.15343 20.5998 8.72151 20.5998C11.166 20.5998 13.5488 19.9171 15.6098 18.6266C16.3867 18.139 16.9979 17.7099 17.6512 17.0792C16.6013 17.388 15.4472 17.4075 14.2835 17.0922C9.37815 15.7594 5.20097 13.2044 1.62519 9.74885Z"
                 fill="currentColor"
             />
         </svg>

+ 1 - 1
packages/semi-icons/src/svgs/feishu_logo.svg

@@ -1 +1 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.396 12.9586L15.7149 7.59084C15.5779 7.34131 15.5 7.05475 15.5 6.75C15.5 5.78351 16.2835 5 17.25 5C17.549 5 17.8305 5.07501 18.0768 5.20723L22.2456 1L0 7.44405L5.28847 12.6722L10.396 12.9586ZM11.1685 13.7194L11.5483 18.9896L16.6209 24L23.0001 1.77899L18.827 5.99044C18.9379 6.22018 19 6.47784 19 6.75C19 7.7165 18.2165 8.5 17.25 8.5C16.9835 8.5 16.731 8.44045 16.5049 8.33391L11.1685 13.7194Z" fill="black"/></svg>
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.13732 3.80654C8.76716 5.98777 11.0232 8.49408 12.7428 11.4327L14.4397 9.75535C15.2458 8.96545 16.2113 8.34129 17.258 7.93496C16.7802 6.31936 16.0033 4.98005 14.9403 3.65376C14.8135 3.49449 14.6185 3.40346 14.4137 3.40346L6.28362 3.40021C6.06906 3.40021 5.9748 3.67001 6.13732 3.80654Z" fill="black"/><path d="M20.5703 14.1922L20.58 14.1793L20.6155 14.1146C20.6026 14.1372 20.5864 14.1631 20.5703 14.1922Z" fill="black"/><path d="M11.0361 14.5567C12.2714 15.0833 13.3766 15.5287 14.6899 15.883C17.0207 16.5136 19.2311 15.5709 20.3234 13.4872L21.6432 10.8541C21.939 10.2105 22.3128 9.6156 22.7647 9.07273C21.9715 8.78016 21.3149 8.63064 20.4534 8.63064C18.5518 8.63064 16.7606 9.36205 15.4018 10.6948L13.3831 12.6875C12.6647 13.3929 11.878 14.0203 11.0361 14.5567Z" fill="black"/><path d="M20.7945 13.7752L20.8039 13.7566L20.8101 13.7473C20.8039 13.7535 20.8007 13.7659 20.7945 13.7752Z" fill="black"/><path d="M1.62519 9.74885C1.47889 9.60906 1.23511 9.70983 1.23511 9.91463L1.23834 17.8724C1.23834 18.1 1.34887 18.3112 1.53416 18.4348C3.66663 19.8521 6.15343 20.5998 8.72151 20.5998C11.166 20.5998 13.5488 19.9171 15.6098 18.6266C16.3867 18.139 16.9979 17.7099 17.6512 17.0792C16.6013 17.388 15.4472 17.4075 14.2835 17.0922C9.37815 15.7594 5.20097 13.2044 1.62519 9.74885Z" fill="black"/></svg>