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

Release/1.6.1 #2692

Merged
merged 6 commits into from
Aug 16, 2023
Merged

Release/1.6.1 #2692

merged 6 commits into from
Aug 16, 2023

Conversation

xiaosansiji
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 15, 2023

🌈 1.6.1 2023-08-15

🚀 Features

  • Menu: menu-item click 事件参数增加 value @dexterBo (#2689)
  • 键盘操作: @chaishi (#2683)
    • Checkbox: 支持使用空格键选中或取消选中
    • Radio: 支持使用空格键选中或取消选中
    • SelectInput: 支持键盘事件
    • Select: 支持键盘操作聚焦和显示下拉框,可通过上下键切换选项

🐞 Bug Fixes

  • SelectInput: 修复多选情况下按下 Enter 键后触发了 focus 事件而不是 enter 事件的问题 @dexterBo (#2694)
  • Select: 远程搜索场景下不再进行内部过滤 @uyarn (#2699)
  • Menu: 修复激活菜单项未发生变化时也会触发 change 事件的的问题 @dexterBo (#2693)
  • ImageViewer: 前后浏览及关闭浏览时重置图片状态 @sinbadmaster (#2685)
  • Table: @chaishi (#2683)
    • 拖拽排序在使用懒加载 lazyLoad 时,失效问题
    • 虚拟滚动场景,修复默认滚动条长度和滚动后的长度不一致问题
    • 补充 SSR 场景,window 变量判断

@github-actions
Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 973 kB

Filename Size Change
./dist/tdesign.js 565 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 51.3 kB
./dist/tdesign.min.css 46.5 kB
./dist/tdesign.min.js 308 kB

@github-actions
Copy link
Contributor

github-actions bot commented Aug 15, 2023

完成

@github-actions
Copy link
Contributor

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

🌈 1.6.1 2023-08-15

🚀 Features

  • Checkbox: 支持使用空格键选中或取消选中 @chaishi (#2683)
  • Radio: 支持使用空格键选中或取消选中 @chaishi (#2683)
  • SelectInput: 支持键盘事件 @chaishi (#2683)
  • Select: 支持键盘操作聚焦和显示下拉框,可通过上下键切换选项 @chaishi (#2683)

🐞 Bug Fixes

  • Table: 拖拽排序在使用懒加载 lazyLoad 时,失效问题 @chaishi (#2683)
  • Table: 虚拟滚动场景,修复默认滚动条长度和滚动后的长度不一致问题 @chaishi (#2683)
  • Table: 补充 SSR 场景,window 变量判断 @chaishi (#2683)

🚧 Others

  • feat(menu-item): click事件参数增加value @dexterBo (#2689)
  • fix(menu): menu的激活菜单项未发生变化时也会触发change @dexterBo (#2693)
  • fix(select-input): 多选情况下按下Enter键后触发了focus事件而不是enter事件 @dexterBo (#2694)
  • fix(ImageViewer): 前后浏览及关闭浏览重置图片状态 @sinbadmaster (#2685)
  • feat(menu-item): click事件参数增加value @dexterBo (#2689)

@github-actions
Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 974 kB

Filename Size Change
./dist/tdesign.js 566 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 51.3 kB
./dist/tdesign.min.css 46.5 kB
./dist/tdesign.min.js 309 kB

@xiaosansiji xiaosansiji merged commit 9def519 into develop Aug 16, 2023
@xiaosansiji xiaosansiji deleted the release/1.6.1 branch August 16, 2023 08:51
uyarn pushed a commit that referenced this pull request Aug 17, 2023
* feat: release 1.6.1

* feat: update common

* feat: update common

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
LeeJim pushed a commit that referenced this pull request Aug 17, 2023
* feat(menu-item): click事件参数增加value (#2689)

fix #2621

* feat: add KeyboardEvents to select; fix table some bugs (#2683)

* fix(table): virtual scroll default scroll bar height

* feat(checkbox): support Space checked

* feat(radio): support Space Keyboard to check

* fix(table): e.target.closest might not exist

* test: update snapshots

* feat(select): support keyboard selection

* feat(select): support keyboard

* feat(input): showInput with 0px width

* fix: remove unsued code

* test: update snapshots

* fix(table): drag sort invalid on lazyload

* feat: update common

* feat: update common

* fix(menu): menu的激活菜单项未发生变化时也会触发change (#2693)

fix #2688

* fix(select-input): 多选情况下按下Enter键后触发了focus事件而不是enter事件 (#2694)

fix #2525

* fix(ImageViewer): 前后浏览及关闭浏览重置图片状态 (#2685)

* fix(image-viewer): 前后浏览及关闭浏览重置图片状态

#2679

* fix(image-viewer): 清除关闭时图片状态

* Docs/affix treeselect (#2696)

* fix: affix offsetBottom/offsetTop doc

* fix: tree select keys doc

* fix(select): disable internal filter when remote search (#2699)

* chore: release/1.6.1 (#2692)

* feat: release 1.6.1

* feat: update common

* feat: update common

* feat: update common

* chore: changelog's changes

---------

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

---------

Co-authored-by: Dexter <52393227+dexterBo@users.noreply.github.com>
Co-authored-by: sheepluo <yaoyanhuoyi@qq.com>
Co-authored-by: sinbadmaster <40019023+sinbadmaster@users.noreply.github.com>
Co-authored-by: azhe <xiaosansiji@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
KMethod pushed a commit to KMethod/tdesign-vue that referenced this pull request Aug 25, 2023
* feat: release 1.6.1

* feat: update common

* feat: update common

* feat: update common

* chore: changelog's changes

---------

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.

None yet

2 participants