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.8.0 #2925

Merged
merged 3 commits into from
Nov 23, 2023
Merged

chore: release 1.8.0 #2925

merged 3 commits into from
Nov 23, 2023

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Nov 23, 2023

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.8.0

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Nov 23, 2023

🌈 1.8.0 2023-11-23

🚀 Features

  • Statistic: 新增Statistic统计数值组件 @LIjiAngChen8 (#2397)
  • Loading: 支持使用 v-if 和 v-loading 混用的场景 @Zz-ZzzZ (#2902)
  • Space: 支持老旧浏览器也能正常显示子元素之间的间距,#1901 @chaishi (#2887)
  • Table: 可编辑单元格/可编辑行场景,支持使用参数 updateEditedCellValue 更新其他处于编辑态的列数据 @chaishi (#2917)
  • Input: 恢复 valuenumber的支持 @chaishi (#2906)

🐞 Bug Fixes

  • Radio: 修复误判删除键(backspace)是空格键(space)的问题 @liweijie0812 (#2905)
  • Checkbox: 修复误判删除键(backspace)是空格键(space)的问题 @liweijie0812 (#2905)
  • Table: @chaishi
    • 列配置操作场景,修复表头不显示时,报错问题 (#2909)
    • 优化多级表头的列配置功能,不再显示非叶子节点 (#2916)
    • 修复列宽调整在某种情况下的列宽问题 (#2916)
    • 修复懒加载场景默认依然会执行内部逻辑问题 @chaishi (#2915)
  • Checkbox: 修复 CheckboxGroup.max 超出数量限制时的禁用态显示问题,issue#2908 @betavs (#2911)
  • Checkbox: 修复提前设置某个选项的值在选中项 CheckboxGorup.value 里面,再放入选项到 options 中,选项呈现状态为非选中问题 @chaishi (#2914)
  • Checkbox: 修复懒加载场景默认依然会执行内部逻辑问题 @chaishi (#2915)
  • Cascader: 修复数字为 value 时的告警问题 @uyarn (#2924)
  • TreeSelect: 修复数字为 value 时的告警问题 @uyarn (#2924)
  • Popup: 修复destroyOnClose时,快速重复 hover 后组件无法正常展示的问题 @guxi11 (#2898)
  • Textarea: 修复表格中使用 Textarea 且设置autosize为 true 报错的问题 (#2912) @nined9 (#2921)

🚧 Others

Copy link
Contributor

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

🌈 1.8.0 2023-11-23

🚀 Features

  • loading: 新增使用v-loading时元素被移除后一同隐藏 @Zz-ZzzZ (#2902)
  • Space: 支持老旧浏览器也能正常显示子元素之间的间距,#1901 @chaishi (#2887)
  • Table: 可编辑单元格/可编辑行场景,支持使用参数 updateEditedCellValue 更新其他处于编辑态的列数据 @chaishi (#2917)
  • Input: value 支持数据类型 number @chaishi (#2906)

🐞 Bug Fixes

  • Radio: 误判断删除键(backspace)是空格键(space) @liweijie0812 (#2905)
  • Checkbox: 误判断删除键(backspace)是空格键(space) @liweijie0812 (#2905)
  • popup: ignore mouseenter when destroyOnClose is true and is leaving @guxi11 (#2898)
  • Table: 列配置操作场景,修复表头不显示时,报错问题 @chaishi (#2909)
  • Checkbox: 修复 CheckboxGroup.max 超出数量限制时的禁用态显示问题,issue#2908 @betavs (#2911)
  • Checkbox: 修复提前设置某个选项的值在选中项 CheckboxGorup.value 里面,再放入选项到 options 中,选项呈现状态为非选中问题 @chaishi (#2914)
  • Table: 优化多级表头的列配置功能,不再显示非叶子节点 @chaishi (#2916)
  • Table: 修复列宽调整在某种情况下的列宽问题 @chaishi (#2916)
  • Textarea: autosize nextTick null err (#2912) @nined9 (#2921)
  • Checkbox: 修复懒加载场景默认依然会执行内部逻辑问题 @chaishi (#2915)
  • Table: 修复懒加载场景默认依然会执行内部逻辑问题 @chaishi (#2915)
  • cascader: 修复数字为value时的告警问题 @uyarn (#2924)
  • popup: ignore mouseenter when destroyOnClose is true and is leaving @guxi11 (#2898)
  • Textarea: autosize nextTick null err (#2912) @nined9 (#2921)

🚧 Others

  • chore: fix api docs @uyarn (#2904)
  • Table: 优化吸顶表头/表尾示例代码 @chaishi (#2916)
  • Input: 添加更多英文文档 @chaishi (#2906)
  • feat(statistic): add Statistic component @LIjiAngChen8 (#2397)
  • chore: update docs @uyarn (#2923)
  • feat(statistic): add Statistic component @LIjiAngChen8 (#2397)

Copy link
Contributor

github-actions bot commented Nov 23, 2023

完成

Copy link
Contributor

Size Change: +1 B (0%)

Total Size: 878 kB

Filename Size Change
./dist/tdesign.js 485 kB +1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 52.1 kB
./dist/tdesign.min.css 47.3 kB
./dist/tdesign.min.js 292 kB

1 similar comment
Copy link
Contributor

Size Change: +1 B (0%)

Total Size: 878 kB

Filename Size Change
./dist/tdesign.js 485 kB +1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 52.1 kB
./dist/tdesign.min.css 47.3 kB
./dist/tdesign.min.js 292 kB

@uyarn uyarn merged commit 4a8eba3 into develop Nov 23, 2023
@uyarn uyarn deleted the release/1.8.0 branch November 23, 2023 09:50
uyarn added a commit that referenced this pull request Nov 23, 2023
* chore: release 1.8.0

* chore: remove deprecated CHANGELOG

* 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 Nov 23, 2023
* fix(tree): tree 组件,解决 watch 回调时间过迟的问题 (#2873)

* fix(tree): tree 组件,解决 watch 回调时间过迟的问题

* style(tree): tree 组件,代码样式改进

* test(tree): tree 组件,完善单元测试,验证 mounted 赋值可在 nextTick 触发数据变更

* [cascader]选项disabled修改后,选项不是禁用状态#2859 (#2872)

* [cascader]选项disabled修改后,选项不是禁用状态#2859

* chore: fix lint

---------

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

* feat(tree): add api getTreeData (#2888)

* refactor(tree): tree 组件完善数据初始化时机问题的解决方案

* feat(tree): tree 组件添加 api: getTreeData

* test(tree): tree 组件,完善 getTreeData 方法的单元测试

* test(tree): 完善单元测试

* docs(tree): tree 组件完善文档

* feat(upload): support fileListDisplay=null to hide file list (#2889)

* feat(image-viewer): support closeOnEscKeydown (#2890)

* feat(Upload): add Some Features and Bugs (#2891)

* feat: rebase develo

* feat(upload): some features

* test: update snapshots

* fix: remove unsued code

* feat(select): props collapsedItems to add onClose function (#2863)

* fix: 修正 lodash 引入 (#2893)

* fix(slider): step < 1 is not working (#2894)

* fix(slider): fix step is not working

* chore: update common

* chore: update demo

* fix(checkbox): value.splice does not work (#2896)

* feat(checkbox): support Array.splice

* revert: demo

* chore: release 1.7.2 (#2895)

* chore: release 1.7.2

* chore: changelog's changes

---------

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

* chore: fix api docs (#2904)

* chore: fix api docs

* chore: fix api docs

* fix: 误判断删除键(backspace)是空格键(space) (#2905)

* docs(Input): value type remove Number

* fix: 删除键(backspace)触发误判断成空格(space)

* fix(popup): ignore mouseenter when destroyOnClose is true and is leaving (#2898)

* feat(loading): support v-loading unbind (#2902)

* fix(table): do not calculate th width if props.showHeader=false (#2909)

* feat(space): compatibility problems (#2887)

* fix(space): compatibility problems

* test: unit tests

* feat: update common and snapshots

* test: update common and unit tests

* test: update snapshots

* chore: add ignore async expamle list test

* fix(checkbox): unexpected behavior when disabled is handled (#2911)

* fix(checkbox): unexpected behavior when disabled is handled

* fix(checkbox): max disabled state

---------

Co-authored-by: chaishi <974383157@qq.com>

* feat(table): support update edited cell value (#2917)

* [Checkbox] fix set value checked before options pushed, while checkbox UI is not checked (#2914)

* fix: useElementLazyRender default value

* fix(checkbox): set value before options change does not work

* fix: useElementLazyRender

* [Table] fix column resize problem; column controller of multiple header improvement (#2916)

* docs: demo inprovement

* fix(table): multi header column config

* fix: 修复列宽调整问题

* fix(table): column controller of multiple header does not work

* test: update snapshots

* test: update snapshots

* feat(input): support number type (#2906)

* feat(input): support number type

* feat(input): default type is string

* fix: add ts

* feat: inputvalue string

* fix: lint error

* feat(taginput): support prefixIcon

* chore: remove api not implemented

---------

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

* feat(statistic): add Statistic component  (#2397)

* Merge branch 'docs/statistic' into feat/statistic

* feat(statistic): add new component for statistic

add new component for statistic

BREAKING CHANGE: add statistic

* perf(renamed icons for consistency): renamed icons for consistency

Renamed icons for consistency

* feat(statistic): add component tests and update examples

add component tests and update examples

* chore(submodules): submodules

* docs(statistic): add file description

* chore: update snapshot

* chore: fix ui feedback

* chore: update snapshot

* chore: update common

* chore: update common

---------

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

* fix(Textarea): autosize nextTick null err (#2921)

* feat(table): lazyLoad works not properly (#2915)

* fix: useElementLazyRender

* test: update snapshots

---------

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

* chore: update docs (#2923)

* chore: update docs

* chore: update docs

* chore: update CONTRIBUTING.md

* fix(cascader): fix placeholder warning (#2924)

* chore: release 1.8.0 (#2925)

* chore: release 1.8.0

* chore: remove deprecated CHANGELOG

* chore: changelog's changes

---------

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

* chore: release 1.8.0-naruto

---------

Co-authored-by: TabSpace <pillar0514@163.com>
Co-authored-by: lxc-orange <108909689+lxc-orange@users.noreply.github.com>
Co-authored-by: sheepluo <yaoyanhuoyi@qq.com>
Co-authored-by: bloglab <37498563+ubloglab@users.noreply.github.com>
Co-authored-by: fennghuang <89014758+fennghuang@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: Guxi11 <zhang.yuanyuan@pku.edu.cn>
Co-authored-by: Zz-ZzzZ <48228016+Zz-ZzzZ@users.noreply.github.com>
Co-authored-by: betavs <34408516+betavs@users.noreply.github.com>
Co-authored-by: chaishi <974383157@qq.com>
Co-authored-by: 李江辰 <SpaceCode@foxmail.com>
Co-authored-by: Nined <nined@protonmail.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

1 participant