From 88f5051b2ba655ed1925dd6511a12255f9389a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B3=BD=E7=8E=89?= <714704978@qq.com> Date: Fri, 15 Apr 2022 17:29:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=200.8.4=E5=8F=91=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f768b7e..d123314b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ docClass: timeline toc: false spline: explain --- +## 0.8.4 (2022-04-15) + + +### Bug Fixes + +* **Swiper:** 修复动态绑定时出错问题 +* **List:** 修复组件demo代码运行出错的问题 +* **Input:** compositionend优化 + + +### Features + +* **Tabs:** 新增stickyProps,支持滚动到顶部时自动吸顶 +* **PullDownRefresh:** loadingBarHeight属性支持string类型,代码优化 + ## 0.8.2 (2022-04-08) diff --git a/package.json b/package.json index f48666a8b..44da4218d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-mobile-vue", "purename": "tdesign", - "version": "0.8.3-alpha.1", + "version": "0.8.4", "description": "tdesign-mobile-vue", "author": "TDesign Group", "homepage": "https://tdesign.tencent.com/mobile-vue/",