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.10.1 #3337

Merged
merged 3 commits into from
Sep 24, 2024
Merged

chore: release 1.10.1 #3337

merged 3 commits into from
Sep 24, 2024

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Sep 24, 2024

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.10.1

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Sep 24, 2024

🌈 1.10.1 2024-09-24

🚀 Features

  • Button: 新增form API,原生的 form 属性,支持用于通过 form 属性触发对应 id 的 form 的表单事件 @uyarn (#3310)
  • Cascader: 支持在打开菜单时滚动到首个已选项所在节点的能力 @uyarn (#3335)
  • DatePicker: 支持readonly属性 @myronliu347 (#3311)
  • Form: 新增id API,表单原生的 id 属性,支持用于配合非表单内的按钮通过 form 属性来触发表单事件 @uyarn (#3310)
  • Menu: expandTypenormal时,支持三级子菜单的展示 @setcy (#3296)
  • Select: 支持在过滤情况下使用checkAll配置全选的功能 @zhengchengshi (#3295)
  • Table: 可展开收起场景下新增 t-table__row--expandedt-table__row--folded 用于区分展开和收起的行 @uyarn (#3331)
  • Tag: 新增 title API 控制鼠标悬停显示的文本 @liweijie0812 (#3309)
  • TimePicker: 支持readonly属性 @myronliu347 (#3311)
  • TimeRangePicker: 当结束时间大于开始时间时,自动调整时间范围的顺序 @myronliu347 (#3327)
  • TreeSelect: 修改多选状态下默认点击父节点选项的行为为选中父节点,如果需要点击展开的交互效果,请配置treeProps.expandOnClickNode @uyarn (#3330)
  • Rate: 新增支持clearable API,用于清空评分 @myronliu347 (#3332)

🐞 Bug Fixes

  • Cascader: 修复过滤条件下选择父节点导致样式异常的问题 @uyarn (#3333)
  • DatePicker: 修复周选择器下,年份边界日期返回格式错误的问题 @uyarn (#3336)
  • Select: 修复下拉面板存在自定义节点且存在回车等操作时与组件自身键盘事件冲突的问题 @uyarn (#3303)
  • SelectInput: 修复动态变化输入框宽度的情况下,下拉菜单宽度没有动态跟随变化的问题 @myronliu347 (#3325)
  • Slider: 修复change-end事件回到没有正确emit的问题 @myronliu347 (#3320)
  • Table: 修复表格开启虚拟滚动和 loading 后,分页和表格内容顺序错乱的问题 @myronliu347 (#3319)
  • TimePicker: 修复 12 小时制切换在 dayjs 切换中文情况下失效的问题 @myronliu347 (#3326)
  • TreeSelect: 修复无法支持深层的 keys 设置的问题 @myronliu347 (#3313)
  • Upload: 修复 uploadPastedFiles = false 时第一次上传文件后报错导致响应式丢失的问题 @myronliu347 (#3308)

🚧 Others

@myronliu347
Copy link
Contributor

#3333

@myronliu347
Copy link
Contributor

这个改动,过滤之后没法选择

Copy link
Contributor

github-actions bot commented Sep 24, 2024

完成

Copy link
Contributor

Size Change: 0 B

Total Size: 903 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 53.1 kB
./dist/tdesign.js 500 kB
./dist/tdesign.min.css 48.1 kB
./dist/tdesign.min.js 300 kB

@uyarn
Copy link
Collaborator Author

uyarn commented Sep 24, 2024

这个改动,过滤之后没法选择

什么地方没法选择?

@myronliu347
Copy link
Contributor

image
这个demo, 过滤之后选项点了没反应

@uyarn
Copy link
Collaborator Author

uyarn commented Sep 24, 2024

image 这个demo, 过滤之后选项点了没反应

噢我看到了,这个还需要判断下单选,我修改下

Copy link
Contributor

Size Change: +8 B (0%)

Total Size: 903 kB

Filename Size Change
./dist/tdesign.js 500 kB +6 B (0%)
./dist/tdesign.min.js 300 kB +2 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 53.1 kB
./dist/tdesign.min.css 48.1 kB

@Tencent Tencent deleted a comment from github-actions bot Sep 24, 2024
@uyarn uyarn merged commit 38f91d6 into develop Sep 24, 2024
1 check passed
@uyarn uyarn deleted the release/1.10.1 branch September 24, 2024 12:46
uyarn added a commit that referenced this pull request Sep 24, 2024
* chore: release 1.10.1

* chore: fix cascader change bug

* 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 Sep 24, 2024
* chore: replace type alias path to relative path (#3297)

* fix(Select): fix keyboard event conflict with self-defined components (#3303)

* chore: optimize (#3304)

* fix(Select): support checkAll option when using filterable API (#3295)

* perf(select): 全选常驻

* perf(select): 选择器搜索时支持全选选项常驻

* chore(select): 支持搜索词保留

* feat(menu): support multiple head menu (#3296)

* feat(menu): support multiple head menu

* feat(menu): lint multiple head menu code

* fix(menu): update snap files

* fix(menu): fix code style

* chore: complete classprefix docs (#3306)

* fix(input): fix status default value (#3307)

* chore(deps-dev): bump jsdom from 20.0.3 to 25.0.0 (#3300)

* chore(deps-dev): bump jsdom from 20.0.3 to 25.0.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.3 to 25.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@20.0.3...25.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update snapshot

---------

Signed-off-by: dependabot[bot] <support@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>

* fix(upload): uploadPastedFiles =false 时第一次上传文件后会报错,导致整个vue 响应式丢失 (#3308)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* feat(tag): support title api (#3309)

* feat(tag): support title api

* fix: test case

* fix: test case

* chore: fix test

* chore: update snapshot

---------

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

* feat(form): support form id and button form API (#3310)

* feat: date-picker and time-picker support readonly API (#3311)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* feat(DatePicker): support readonly

* feat(TimePicker): support readonly

* chore: update snapshot

* docs: add readonly in api

---------

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

* chore: update pr-comment-ci (#3312)

* chore: update pr-comment-ci

* chore: add generate:coverage-badge

* feat(site): component Internationalization (#3316)

* feat(site): component Internationalization

* chore: remove`data` defined

* docs(icon): fix installation instructions (#3318)

* [Bug Fix]:修复表格开启虚拟滚动和loading 后,分页和表格内容顺序错乱的问题 (#3319)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* fix(Table): virtual scroll pagination content order error

* fix(tree-select): keys should support deep keys (#3313)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* fix(Treeselect): suport deep keys like entiry.label

* chore: change lodash import

* fix(Slider): fix change-end emit and support empty array as initial value  (#3320)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* fix(Slider): change end event not emit

* fix(Slider): range mode not use on value is empty array

* feat(TimeRangePicker): auto open others panel, auto set start end value order (#3327)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* feat(TimeRangePicker): auto open others panel, auto set start end value order

* fix(TreeSelect): mulitple set true has empty selection tag (#3328)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* fix(TreeSelect): mulitple set true has empty selection tag

* chore: update test snap

* style: code style fixed

* fix(tree-select): fix multiple select click parent node callback (#3330)

* feat: checkboxGroup/select/List support change component tag name (#3322)

* feat(table): add class to identify expanded and folded row  (#3331)

* feat(table): add class to identify expanded and folded row when expandRowKeys is defined

* chore: update snapshot

---------

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

* feat(cascader): support scroll to first selected node (#3335)

* feat(cascader): support scroll to first select node

* chore: fix lint

* feat(i18n): add ru_RU and  it_IT (#3334)

* fix(DatePicker): fix boundary week format bug (#3336)

* docs: fix datepicker week firstdayofweek usage demo

* fix(DatePicker): fix week calculate bug

* fat(upload): uploader trigger context add disabled (#3321)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* feat(Upload): trigger context add disabled

* fix(TimePicker): use 12 hours, disable hour not add 12, check meridiem only support en (#3326)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* fix(TimePicker): use 12 hours, disable hour not add 12, check meridiem only support en

* fix(cascader): fix filterable parent click bug (#3333)

* feat(Rate): add clearable prop (#3332)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* feat(Rate): add allowClear Prop

* chore: update test snap

* chore: change prop name clearable

* chore: clearable result should be 0

* chore: clearable result should be 0

---------

Co-authored-by: wū yāng <uyarnchen@gmail.com>

* fix(SelectInput): overlay width not update on width change (#3325)

* fix(TimePicker): fixed only support hh:mm format

* fix(TimePicker): disabled position only is  start

* fix(Upload): fixed vue error on uploadPastedFiles is false

* docs: add readonly in api

* fix(SelectInput): overlay width not update on width change

* chore: release 1.10.1 (#3337)

* chore: release 1.10.1

* chore: fix cascader change bug

* chore: changelog's changes

---------

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

* chore: release 1.10.1-naruto

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: 企鹅岛岛主 <76833996+zhengchengshi@users.noreply.github.com>
Co-authored-by: setcy <asetcy@gmail.com>
Co-authored-by: liweijie0812 <674416404@qq.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>
Co-authored-by: myron <myronliu347@gmail.com>
Co-authored-by: 阿菜 Cai <1064425721@qq.com>
Co-authored-by: 阿菜 Cai <jimmyrss1102@gmail.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.

4 participants