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.1 #3107

Merged
merged 3 commits into from
Mar 10, 2024
Merged

chore: release 1.9.1 #3107

merged 3 commits into from
Mar 10, 2024

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Mar 10, 2024

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.9.1

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Mar 10, 2024

🌈 1.9.1 2024-03-10

🚀 Features

  • Slider: 支持通过 label=nulllabel=false 隐藏滑块数字浮层 @chaishi (#3100)
  • Table: 支持全局配置 size @Lyan-u (#3103)
  • Table: 可筛选表格,单选/多选筛选条件,支持搜索选项 issue#3988 @chaishi (#3098)
  • Tabs: 调整激活 Tab下划线与 TabHeader边框的层级关系 @uyarn

🐞 Bug Fixes

  • DatePicker: 修复 formatvalueType 不一致的场景下计算错误的问题 @uyarn (#3106)
  • Descriptions: 解决控制台报错绑定属性 title 已声明为属性的问题 @betavs (#3065)
  • Descriptions: 优化自适应宽度的问题 @uyarn (#3105)
  • Table: 树形结构表格,修复同时异步设置 data 和 expandedTreeNodes 时,展开节点无效问题(延迟设置有效),tdesign-vue-next#3873 @chaishi (#3098)
  • Table: 固定列表格,修复固定多列时,在 Dialog 中固定列位置压缩问题 @chaishi (#3098)
  • Table: 修复Table缺失refreshTable方法的异常 @uyarn (#3104)

🚧 Others

Copy link
Contributor

github-actions bot commented Mar 10, 2024

完成

Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 888 kB

Filename Size Change
./dist/tdesign.js 491 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 52.3 kB
./dist/tdesign.min.css 47.5 kB
./dist/tdesign.min.js 295 kB

Copy link
Contributor

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

🌈 1.9.1 2024-03-10

🚀 Features

🐞 Bug Fixes

  • Descriptions: 解决控制台报错绑定属性 title 已声明为属性的问题 @betavs (#3065)
  • Table: 树形结构表格,修复同时异步设置 data 和 expandedTreeNodes 时,展开节点无效问题(延迟设置有效),tdesign-vue-next#3873 @chaishi (#3098)
  • Table: 固定列表格,修复固定多列时,在 Dialog 中固定列位置压缩问题 @chaishi (#3098)
  • Table: 修复Table缺失refreshTable方法的异常 @uyarn (#3104)
  • Descriptions: 优化自适应宽度的问题 @uyarn (#3105)
  • DatePicker: 修复 formatvalueType 不一致的场景下计算错误的问题 @uyarn (#3106)

🚧 Others

Copy link
Contributor

Size Change: +11 B (0%)

Total Size: 888 kB

Filename Size Change
./dist/tdesign.js 491 kB +6 B (0%)
./dist/tdesign.min.js 295 kB +5 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.93 kB
./dist/tdesign.css 52.3 kB
./dist/tdesign.min.css 47.5 kB

@uyarn uyarn merged commit 72bc09f into develop Mar 10, 2024
8 checks passed
@uyarn uyarn deleted the release/1.9.1 branch March 10, 2024 14:43
uyarn added a commit that referenced this pull request Mar 10, 2024
* chore: release 1.9.1

* chore: changelog's changes

* chore: resolve warning

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
uyarn added a commit that referenced this pull request Mar 10, 2024
* docs(form):  文档更新 (#3064)

* docs(form):  文档更新

* docs(form):  文档更新

* fix(descriptions): title is already declared as a prop (#3065)

* docs: update tree demo (#3066)

* docs: update tree demo

* chore: update snapshot

---------

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

* chore(deps-dev): bump @babel/eslint-parser from 7.19.1 to 7.23.10 (#3072)

Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.19.1 to 7.23.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.10/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* docs: add composition api demo (#3081)

* docs(upload): justify upload demo request-method.vue

* docs(upload): composition api demo

* chore: eslint ignore examples

* docs(table): remove dulplicate varaibles

* docs(table): add composition-api demo

* docs(notification): fix offset demo code

* docs: add composition api demo of components with first letter `a`

* docs: add composition api demo of components with first letter `a`

* docs: add composition api demo of components with first letter `c`

* feat: support various demo display

* docs: add composition api demo of components with first letter `d ~ g`

* docs(form): add composition demo

* docs: add composition api demo of components with first letter `i`

* docs: add composition api demo of components with first letter `l ~ p`

* docs: add composition api demo of components with first letter `r ~ s`

* docs: add composition api demo of components with first letter `t`

* docs(table and upload): update composition api demo

* docs(table and upload): fix composition api demo

* docs(table): fix table composition api demo

* docs(tag-input): add draggable.vue composition-api demo

* docs(all): fix demo never used

* test: update snapshots

* feat: complete whole demo display process

* feat: complete whole demo display process

* feat: set up codesandbox with vite

* feat: stackblitz work for vue 2.7

---------

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

* chore: remove assign CI (#3088)

* chore: fix demo tab name (#3090)

* feat: support table filter input; fix fixed columns in dialog problem (#3098)

* [Slider] support label=null or label = false to hide label tips (#3100)

* docs(Table): update demo

* feat(Slider): support label=null

* fix(Slider): label

* fix(Slider): hideEmptyPopup

* test: update snapshots

* feat(table): 支持全局配置 size (#3103)

* fix(table): primary-table expose refreshTable function (#3104)

* fix(Descriptions): fix descriptions item prompt (#3105)

* fix: fix descriptions item prompt

* chore: update common

* fix(Datepicker): value display wrong with special format (#3106)

* chore: release 1.9.1 (#3107)

* chore: release 1.9.1

* chore: changelog's changes

* chore: resolve warning

---------

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: betavs <34408516+betavs@users.noreply.github.com>
Co-authored-by: sheepluo <yaoyanhuoyi@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HaixingOoO <974758671@qq.com>
Co-authored-by: Lyan-u <46185702+Lyan-u@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.

1 participant