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

refactor(Cascader): new cascader #533

Merged
merged 3 commits into from
Apr 10, 2023
Merged

refactor(Cascader): new cascader #533

merged 3 commits into from
Apr 10, 2023

Conversation

anlyyao
Copy link
Collaborator

@anlyyao anlyyao commented Mar 27, 2023

相关pr:
common:Tencent/tdesign-common#1220

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • break(Cascader): 移除cancel、click-tab 事件

  • breakCascader): 移除 closeIcon 属性

  • featCascader): 新增 close 事件

  • featCascader): 新增 closeBtn、keys、subTitles

  • 本条 PR 不需要纳入 Changelog

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

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Mar 27, 2023

完成

@anlyyao anlyyao force-pushed the refactor/cascader branch 2 times, most recently from d88affe to d409f6a Compare March 27, 2023 09:19
@github-actions
Copy link
Contributor

Size Change: +1.65 kB (0%)

Total Size: 396 kB

Filename Size Change
./dist/tdesign.js 228 kB +985 B (0%)
./dist/tdesign.min.css 25.8 kB +40 B (0%)
./dist/tdesign.min.js 109 kB +629 B (+1%)
ℹ️ View Unchanged
Filename Size
./dist/tdesign.css 33.8 kB

@anlyyao anlyyao requested a review from LeeJim March 27, 2023 11:17
@anlyyao anlyyao mentioned this pull request Mar 28, 2023
@anlyyao anlyyao force-pushed the refactor/cascader branch 2 times, most recently from 12c9e72 to 5f6e996 Compare April 3, 2023 06:34
@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2023

Size Change: +1.65 kB (0%)

Total Size: 400 kB

Filename Size Change
./dist/tdesign.css 34.5 kB -13 B (0%)
./dist/tdesign.js 230 kB +995 B (0%)
./dist/tdesign.min.css 26.4 kB +38 B (0%)
./dist/tdesign.min.js 110 kB +626 B (+1%)

@LeeJim
Copy link
Collaborator

LeeJim commented Apr 4, 2023

common 已合并,麻烦更新下

Copy link
Collaborator

@LeeJim LeeJim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有两个问题,

  • tabs 的下划线没有定位正确
  • 带初始值的 radio 没有勾选正确

@anlyyao
Copy link
Collaborator Author

anlyyao commented Apr 6, 2023

有两个问题,

  • tabs 的下划线没有定位正确
  • 带初始值的 radio 没有勾选正确

已处理。

@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2023

Size Change: +1.69 kB (0%)

Total Size: 401 kB

Filename Size Change
./dist/tdesign.css 34.9 kB -6 B (0%)
./dist/tdesign.js 230 kB +1.03 kB (0%)
./dist/tdesign.min.css 26.5 kB +37 B (0%)
./dist/tdesign.min.js 110 kB +634 B (+1%)

@github-actions
Copy link
Contributor

Size Change: +1.68 kB (0%)

Total Size: 401 kB

Filename Size Change
./dist/tdesign.css 35 kB -5 B (0%)
./dist/tdesign.js 230 kB +1.02 kB (0%)
./dist/tdesign.min.css 26.6 kB +39 B (0%)
./dist/tdesign.min.js 110 kB +630 B (+1%)

@github-actions
Copy link
Contributor

Size Change: +1.68 kB (0%)

Total Size: 401 kB

Filename Size Change
./dist/tdesign.css 35 kB -5 B (0%)
./dist/tdesign.js 230 kB +1.02 kB (0%)
./dist/tdesign.min.css 26.6 kB +39 B (0%)
./dist/tdesign.min.js 110 kB +630 B (+1%)

@LeeJim LeeJim merged commit ca49f40 into develop Apr 10, 2023
@LeeJim LeeJim deleted the refactor/cascader branch April 10, 2023 06:41
This was referenced Apr 11, 2023
LeeJim added a commit that referenced this pull request Apr 18, 2023
* fix: resolve path reference problem (#578)

* refactor(Cascader): new cascader (#533)

* refactor(Cascader): new cascader

* test: update snapshot

---------

Co-authored-by: leejimqiu <leejimqiu@gmail.com>

* refactor(badge): new badge (#576)

* refactor(badge): new badge

* refactor(badge): demo base dot

* refactor(badge): demo finish(#576)

* refactor(badge): finish(#576)

* Feat/new grid (#584)

* chore(grid): update demo

* feat(grid): finish new version

* test: update snapshot

* test: update snapshot

* chore: update common

* fix: remove click event

* fix: rename badgeProps

* fix: update demo

* fix(upload): using new style (#587)

* fix(upload): using new style

* fix(upload): finish new upload

* fix(upload): resolve type

* refactor(message): new message (#586)

re #548

* Refactor/link (#589)

* feat: update api

* feat(link mobile component\): link Mobile Component

* feat(create link): create link

* fix(link style fix): link style fix

* feat(merge code): merge code

* fix(update _common): update common

* feat(merge code): merge code

* feat(merge code): merge code

* feat(update snapshots): update snapshots

* feat: 更新link hover,click

* feat(update link demo): update link demo

* feat(create link): create link

* feat(create link): create link

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* feat: add form (#591)

* feat: add form

* fix(Form): fix demo

* fix: fix cr

* chore: update common

* chore: publish v0.18.0 (#599)

* chore: publish v0.18.0

* chore: changelog's changes

---------

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

---------

Co-authored-by: Y <anly_yaw@163.com>
Co-authored-by: jarmywang <awangjianjun9@gmail.com>
Co-authored-by: yusuf <47958012+yusuf-yz@users.noreply.github.com>
Co-authored-by: brian <brian.netmad@gmail.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants