Skip to content

Commit

Permalink
fix: < and >
Browse files Browse the repository at this point in the history
  • Loading branch information
伊北 committed Jan 18, 2022
1 parent de3d5ce commit 04281f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.en-US.md
Expand Up @@ -23,8 +23,8 @@ timeline: true
- ⚡️ Optimize Typography to use native css ellipsis when `tooltip` is configured. [#33669](https://github.com/ant-design/ant-design/pull/33669)
- 🐞 Refactor Typography `ellipsis` logic to fix error when `children` use Context content. [#33725](https://github.com/ant-design/ant-design/pull/33725)
- Icon
- 🐞 Fix the alignment for <Icon component={HomeOutlined} /> and <HomeOutlined />. [#33709](https://github.com/ant-design/ant-design/pull/33709)
- 🐞 Fix the shaking for <Icon component={SyncOutlined} spin />. [#33726](https://github.com/ant-design/ant-design/pull/33726) [@JX-Zhuang](https://github.com/JX-Zhuang)
- 🐞 Fix the alignment for &lt;Icon component={HomeOutlined} /&gt; and &lt;HomeOutlined /&gt;. [#33709](https://github.com/ant-design/ant-design/pull/33709)
- 🐞 Fix the shaking for &lt;Icon component={SyncOutlined} spin /&gt;. [#33726](https://github.com/ant-design/ant-design/pull/33726) [@JX-Zhuang](https://github.com/JX-Zhuang)
- Input
- 🐞 Fix the display problem for Input related components with `hidden`. [#33735](https://github.com/ant-design/ant-design/pull/33735) [@fanerge](https://github.com/fanerge) Fix Input can not be hidden when the prefix is set.
- 🐞 Fix the problem that `hidden` is invalid for Input with `prefix`/`suffix`.[#33706](https://github.com/ant-design/ant-design/pull/33706) [@hydraZty](https://github.com/hydraZty)
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.zh-CN.md
Expand Up @@ -23,8 +23,8 @@ timeline: true
- ⚡️ 优化 Typography 在配置 `tooltip` 时优先使用原生省略样式以提升性能。[#33669](https://github.com/ant-design/ant-design/pull/33669)
- 🐞 重构 Typography `ellipsis` 逻辑以修复 `children` 如果消费上游 Context 会报错的问题。 [#33725](https://github.com/ant-design/ant-design/pull/33725)
- Icon
- 🐞 修复 <Icon component={HomeOutlined} /><HomeOutlined /> 不对齐的问题。[#33709](https://github.com/ant-design/ant-design/pull/33709)
- 🐞 修复 <Icon component={SyncOutlined} spin /> 抖动的问题。[#33726](https://github.com/ant-design/ant-design/pull/33726) [@JX-Zhuang](https://github.com/JX-Zhuang)
- 🐞 修复 &lt;Icon component={HomeOutlined} /&gt;&lt;HomeOutlined /&gt; 不对齐的问题。[#33709](https://github.com/ant-design/ant-design/pull/33709)
- 🐞 修复 &lt;Icon component={SyncOutlined} spin /&gt; 抖动的问题。[#33726](https://github.com/ant-design/ant-design/pull/33726) [@JX-Zhuang](https://github.com/JX-Zhuang)
- Input
- 🐞 修复 Input 相关组件设置 `hidden` 时的展示问题。[#33735](https://github.com/ant-design/ant-design/pull/33735) [@fanerge](https://github.com/fanerge)
- 🐞 修复设置 `prefix`/`suffix` 的 Input 的 `hidden` 无效的问题。[#33706](https://github.com/ant-design/ant-design/pull/33706) [@hydraZty](https://github.com/hydraZty)
Expand Down

0 comments on commit 04281f9

Please sign in to comment.