Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 1.9.8 #3234

Merged
merged 3 commits into from
Jul 11, 2024
Merged

chore: release 1.9.8 #3234

merged 3 commits into from
Jul 11, 2024

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Jul 11, 2024

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.9.8

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Copy link
Contributor

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 1.9.8 2024-07-11

🚀 Features

  • Icon: 新增有序列表图标 list-numbered,优化lock-off的绘制路径 @uyarn (#3229)

🐞 Bug Fixes

  • Icon: 修复图标chart-column的命名错误问题 @uyarn (#3229)
  • Input: 修复禁用状态下仍可以切换明文密文的问题 @jby0107 (#3230)
  • Tree: 修复树形组件错误过滤 value0 的节点的问题 @uyarn (#3233)
  • Input: 修复禁用状态下仍可以切换明文密文的问题 @jby0107 (#3230)

🚧 Others

  • chore(deps-dev): bump cypress from 9.7.0 to 13.12.0 @dependabot[bot] (#3225)
  • chore(deps-dev): bump @testing-library/dom from 8.20.1 to 10.2.0 @dependabot[bot] (#3222)

@liweijie0812
Copy link
Collaborator

/update-common

Copy link
Contributor

github-actions bot commented Jul 11, 2024

完成

Copy link
Contributor

Size Change: 0 B

Total Size: 894 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 52.8 kB
./dist/tdesign.js 495 kB
./dist/tdesign.min.css 47.8 kB
./dist/tdesign.min.js 297 kB

Copy link
Contributor

github-actions bot commented Jul 11, 2024

🌈 1.9.8 2024-07-11

🚀 Features

🐞 Bug Fixes

  • Icon: 修复图标chart-column的命名错误问题,如果使用旧错误命名请注意 @uyarn (#3229)
  • Tree: 修复树形组件错误过滤 value0 的节点的问题 @uyarn (#3233)
  • Input: 修复禁用状态下仍可以切换明文密文的问题 @jby0107 (#3230)
  • Input: 修复禁用状态下超出问题文字长度异常的问题 @uyarn (common#1831)
  • Menu: 修复样式文件多余的空格导致部分场景打包异常的问题 @liweijie0812 (common#1828)

Copy link
Contributor

Size Change: 0 B

Total Size: 894 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 52.8 kB
./dist/tdesign.js 495 kB
./dist/tdesign.min.css 47.9 kB
./dist/tdesign.min.js 297 kB

@uyarn uyarn merged commit fdad21d into develop Jul 11, 2024
@uyarn uyarn deleted the release/1.9.8 branch July 11, 2024 12:08
uyarn added a commit that referenced this pull request Jul 11, 2024
* chore: release 1.9.8

* chore: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
uyarn added a commit that referenced this pull request Jul 11, 2024
* ci: add pr-comment-ci (#3217)

* feat(icon): add new icon (#3229)

* fix(input): disable password toggle when input disabled (#3230)

* fix(input): disable password toggle when input disabled

fix #3228

* fix(input): update snapshot

* chore: update snapshot

---------

Co-authored-by: Uyarn <uyarnchen@gmail.com>

* chore: add CODEOWNERS file (#3231)

* chore: update codeowner (#3232)

* chore(deps-dev): bump cypress from 9.7.0 to 13.12.0 (#3225)

Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 13.12.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v9.7.0...v13.12.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @testing-library/dom from 8.20.1 to 10.2.0 (#3222)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Tree): fix nil value filter bug (#3233)

* fix(Tree): fix nil value filter bug

* chore: revert change

* chore: add test

* chore: release 1.9.8 (#3234)

* chore: release 1.9.8

* chore: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: jby0107 <50822648+jby0107@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants