Skip to content

Releases: opentiny/tiny-vue

v3.8.3

15 Jun 01:05
9a29239
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: config-provider by @GaoNeng-wWw in #271
  • feat(vite-plugin): On-demand packaging plug-ins support more custom package names by @zzcr in #276

Bug Fixes 🐛

  • fix(date-picker): fix date-picker clear icon style by @kagol in #260
  • fix(numeric): Fixed the bug: Decimal points cannot be entered after the numeric precision is set. Wrong Crop Value After Decimal Number Exceeded. by @Huangyilin19 in #270
  • fix(eslint): mask eslint: top-level-function rule by @zzcr in #273
  • Fix: Fix the null pointer problem of the actionSheet component api.watchVisible and remove the tabs blank padding by @MrWang2016 in #278.

Other Changes

  • docs: Update PULL_REQUEST_TEMPLATE.md by @zuixinwang in #258
  • docs: Added the remote data request demo and auto-lookup attribute API document by @yuanningning in #269.
  • style(internal-cli): fix types and lint code by @zuixinwang in #257

Exciting New Features 🎉

  • feat: config-provider by @GaoNeng-wWw in #271
  • feat(vite-plugin): 按需打包插件支持更多自定义包名 by @zzcr in #276

Bug Fixes 🐛

  • fix(date-picker): fix date-picker clear icon style by @kagol in #260
  • fix(numeric): 解决bug: 设置数值精度后无法输入小数点; 超出小数位数后裁剪值不对. by @Huangyilin19 in #270
  • fix(eslint): 屏蔽eslint:top-level-function规则 by @zzcr in #273
  • fix: 修复actionSheet组件api.watchVisible空指针问题和去掉tabs空白padding by @MrWang2016 in #278

Other Changes

Full Changelog: v3.8.2...v3.8.3

v3.8.2

29 May 01:29
ee759b2
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • fix (runtime-build) Fix the lack of components in the running of the packaged build product by @zzcr in #250.
  • fix(tinyvue): The grid component reports an error in vue2. by @zzcr in #254 is fixed.

Other Changes

  • chore: add label ci by @kagol in #243
  • Refactor: Refactor cli by @GaoNeng-wWw in #238
  • refactor: A constructor name should not start with a lowercase letter but a uppercase by @pe-3 in #251

Bug Fixes 🐛

  • fix(runtime-build) 修复运行打包构建产物缺少组件问题 by @zzcr in #250
  • fix(tinyvue): 修复grid组件再vue2下报错问题 by @zzcr in #254

Other Changes

  • chore: add label ci by @kagol in #243
  • Refactor: 重构cli by @GaoNeng-wWw in #238
  • refactor: A constructor name should not start with a lowercase letter but a uppercase by @pe-3 in #251

New Contributors

  • @pe-3 made their first contribution in #251

Full Changelog: v3.8.0...v3.8.2

v3.8.0

18 May 23:08
034cf3c
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: add XDesign 🎊

Bug Fixes 🐛

  • fix: Fix pnpm install rm rf not found by @coderbaozi in #149 in Windows.
  • Fix the bug in the product packaged by build:ui, and fix the alarm bug by @zzcr in #150 reported during local development of the input component.
  • fix(tabs): fix tab header bottom border line close #154 by @kagol in #155
  • chore: Compatible with windows users by @ErKeLost in #151
  • fix(carousel-item): merge duplicate attributes by @linxiang07 in #152
  • fix(checkbox): icon position when checked by @zuixinwang in #164
  • fix(build:runtime): fixes the script by @shenjunjian in #183 for packaging runtime products.
  • fix(build runtime) Fix the problem that an error is reported during packaging and running by @zzcr in #185.
  • fix(carousel) The data is occasionally inconsistent with the actual data when the manual carousel is switched to this area. by @WXC-Spring in #188
  • fix(runtime-build): During multi-entry packaging, public dependencies are extracted. As a result, error by @zzcr in #191 is reported during loading.
  • fix(dialog-box): Fix the bug by @Huangyilin19 in #195 where the dynamic style is not updated after the dialog box is moved.
  • fix(upload) The bug by @zzcr in #196 error is reported when the upload component is destroyed.
  • fix(fileupload): An error is reported when the action attribute is not configured for the upload component, informing the user that the by @chenxi-20 in #199 needs to be configured.
  • fix(button): Fix up/down misalignment when there is no content (#194) by @qinwencheng in #203
  • Fix: The data type of the pullRefresh component does not match. As a result, a large number of alarm logs are printed on the console, resulting in slow page rendering. by @MrWang2016 in #211
  • fix: Fix the breadcrumb configuration textField demo that does not display breadcrumb content #207 by @yuanningning in #210
  • fix(rate) Resolved the problem that 2.5 stars and 3 stars do not match after the rate is half selected and disabled. by @wwttff in #200
  • fix(build) Repairs the grid and pager components bug by @zzcr in #240.
  • fix: fix npm publish 402 error by @kagol in #241

Other Changes

  • chore: Add file extension by @CatsAndMice in #160
  • refactor(button): Optimize the size attribute validation by @LadyChatterleyLover in #162.
  • docs: correct the port number in the README and contribution guide documents in both Chinese and English, and correct the microsignal of the assistant in the issue template by @heygsc in #171.
  • docs: Add all-contributors bots to automatically add contributors by @kagol in #214
  • docs: update README.zh-CN.md by @kagol in #216
  • doc: Modified document example by @GaoNeng-wWw in #224

Exciting New Features 🎉

  • feat: add XDesign 🎊

Bug Fixes 🐛

  • fix: 修复windows下pnpm install rm rf not found by @coderbaozi in #149
  • 修复build:ui打包出来的产物有问题bug,修复input组件本地开发报警告bug by @zzcr in #150
  • fix(tabs): fix tab header bottom border line close #154 by @kagol in #155
  • chore: Compatible with windows users by @ErKeLost in #151
  • fix(carousel-item): 合并重复属性 by @linxiang07 in #152
  • fix(checkbox): icon position when checked by @zuixinwang in #164
  • fix(build:runtime): 修复打包runtime产物的脚本 by @shenjunjian in #183
  • fix(build runtime) 修复打包运行时报错问题 by @zzcr in #185
  • fix(carousel) 走马灯手动轮播切换到此处数据会偶现与实际不符 by @WXC-Spring in #188
  • fix(runtime-build) 修复:运行时多入口打包会抽取公共依赖,导致加载报错 by @zzcr in #191
  • fix(dialog-box): 修复对话框移动后动态style没更新的bug by @Huangyilin19 in #195
  • fix(upload) 修复upload组件销毁时报错的bug by @zzcr in #196
  • fix(fileupload): 上传组件增加用户不配置action属性产生的报错,告知用户需要配置 by @chenxi-20 in #199
  • fix(button): 修复无内容的情况下上下错位的问题(#194) by @qinwencheng in #203
  • fix: 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题 by @MrWang2016 in #211
  • fix: 修复Breadcrumb配置textField的demo不显示面包屑内容 #207 by @yuanningning in #210
  • fix(rate) 修复组件Rate半选加禁选后,2.5与3星实际不匹配的问题 by @wwttff in #200
  • fix(build) 修复grid、pager组件bug by @zzcr in #240
  • fix: fix npm publish 402 error by @kagol in #241

Other Changes

  • chore: 添加文件后缀名 by @CatsAndMice in #160
  • refactor(button): 优化size属性校验 by @LadyChatterleyLover in #162
  • docs:中英文README和贡献指南文档中端口号的修正,以及Issue模板中的小助手微信号修正 by @heygsc in #171
  • docs: 增加 all-contributors 机器人🤖️用于自动添加贡献者 by @kagol in #214
  • docs: update README.zh-CN.md by @kagol in #216
  • doc: 修改文档示例 by @GaoNeng-wWw in #224

New Contributors

Full Changelog: v3.6.6...v3.8.0

v3.6.6

19 Apr 01:47
8fda54e
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: vue-vite-import plug-in added by @kagol in #135
  • feat: When children is an empty array, it is considered as a leaf node by @GaoNeng-wWw in #143.

Bug Fixes 🐛

  • fix(ipaddress): Toggling the tab key skips 168 from 192 to 0 by @rayhaoqin in #122.
  • fix: Fixed pnpm dev:docs error. by @ygj6 in #123
  • fix: fix vuepress-vite version error when execute pnpm i by @kagol in #126
  • fix(chart-line): fix line-chart tooltip.axisPointer.lineStyle does not take effect close #130 by @kagol in #131
  • fix(types): Fix ts error in vue3-example project.by @ygj6 in #132
  • fix(date-picker): fix date-picker style by @kagol in #136
  • Fix issue #115 by @acyza in #116
  • fix(table): table-misaligned when frozen columns by @awspi in #140
  • Fixed tooltipappend-to-body="false" position calculation error in table by @acyza in #146
  • fix(pull-refresh): Fixed an issue where the pull-down refresh component is frequently triggered. by @TC-twwang in #145

Other Changes

  • refactor(tabs): optimize new tab button postion close #127 by @kagol in #128

Exciting New Features 🎉

  • feat: 增加 vue-vite-import 插件 by @kagol in #135
  • feat: 当children为空数组是认为是叶子节点 by @GaoNeng-wWw in #143

Bug Fixes 🐛

  • fix(ipaddress): 切换tab键会从192跳过168到0 by @rayhaoqin in #122
  • fix: 修复 pnpm dev:docs 报错的问题。 by @ygj6 in #123
  • fix: fix vuepress-vite version error when execute pnpm i by @kagol in #126
  • fix(chart-line): fix line-chart tooltip.axisPointer.lineStyle does not take effect close #130 by @kagol in #131
  • fix(types): 修复vue3-example项目中的ts报错。 by @ygj6 in #132
  • fix(date-picker): fix date-picker style by @kagol in #136
  • Fix issue #115 by @acyza in #116
  • fix(table): table-misaligned when frozen columns by @awspi in #140
  • 修复tooltipappend-to-body="false"时在表格中位置计算错误 by @acyza in #146
  • fix(pull-refresh): 修复下拉刷新组件频繁触发的问题 by @TC-twwang in #145

Other Changes

  • refactor(tabs): optimize new tab button postion close #127 by @kagol in #128

New Contributors

Full Changelog: v3.6.1...v3.6.6

v3.6.1

08 Apr 12:41
7ae2726
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(timeline): Add arrow click area by @MNZhu in #103

Bug Fixes 🐛

  • fix(radio): Fix the bug that the theme configuration radio-button cannot inherit the attribute. Enable the inheritable attribute by @chenxi-20 in #82.
  • fix: fix monorepo by @kagol in #91
  • fix(anchor): Fix parent anchor indication exception by @chenxi-20 in #93
  • fix: Failed to resolve entry for package "@opentiny/vue" close #99 by @kagol in #100
  • fix(upload): Cancel the automatic hiding and prompt functions of the fileupload component and change the configuration to user-defined by @chenxi-20 in #95.
  • fix(exception): Optimize the positioning layout style by @MNZhu in #104
  • fix(timeline): Fixed a single node data display line issue by @MNZhu in #105
  • fix: Fix problems such as packaging and release errors, and adjust the type declaration. by @zzcr in #108
  • fix(vue-common): Fixed the value transfer problem of mode in adapter. by @shenjunjian in #110
  • fix: Fix document initial pathname error by @acyza in #107
  • fix: Fix the problem with internationalized key values by @shenjunjian in #111
  • fix: Add the pre-packing script by @zzcr in #112.
  • fix(vue-panel): Fix panel issue by @shenjunjian in #113
  • fix: Removing the invalid resource path enables pnpm dev to succeed. by @ygj6 in #109
  • fix: fix build error by @kagol in #119
  • Fix (grid): Use GPU acceleration to optimize the virtual scrolling performance. Fix the problem that the radio button on the filter panel cannot be selected. by @zzcr in #121

Other Changes

  • refactor: Refactor project to Monorepo and TypeScript by @kagol in #90
  • refactor: remove useless files by @kagol in #92
  • docs: update README by @kagol in #98

Exciting New Features 🎉

  • feat(timeline): 增加箭头点击区域 by @MNZhu in #103

Bug Fixes 🐛

  • fix(radio): 修复主题配置radio-button无法继承属性的bug,打开可继承属性 by @chenxi-20 in #82
  • fix: fix monorepo by @kagol in #91
  • fix(anchor): 修复父锚点指示异常的问题 by @chenxi-20 in #93
  • fix: Failed to resolve entry for package "@opentiny/vue" close #99 by @kagol in #100
  • fix(upload): 取消fileupload组件的自动隐藏和提示功能,修改成用户可自定义配置 by @chenxi-20 in #95
  • fix(exception): 优化定位布局样式 by @MNZhu in #104
  • fix(timeline): 修复单个节点数据显示线条问题 by @MNZhu in #105
  • fix: 修复打包,发布报错等问题,调整类型声明等问题 by @zzcr in #108
  • fix(vue-common): 修复adapter中的mode的传值问题 by @shenjunjian in #110
  • fix: 修复文档初始pathname错误 by @acyza in #107
  • fix: 修复国际化键值的问题 by @shenjunjian in #111
  • fix: 添加打包前置脚本 by @zzcr in #112
  • fix(vue-panel): 修复panel 的问题 by @shenjunjian in #113
  • fix: Removing the invalid resource path enables pnpm dev to succeed. by @ygj6 in #109
  • fix: fix build error by @kagol in #119
  • fix(grid): 使用gpu加速优化虚拟滚动性能,修复筛选面板单选框无法选中问题 by @zzcr in #121

Other Changes

  • refactor: Refactor project to Monorepo and TypeScript by @kagol in #90
  • refactor: remove useless files by @kagol in #92
  • docs: update README by @kagol in #98

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

22 Mar 10:13
cf26c2b
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(anchor): The first function of the anchor component is added: basic use of by @chenxi-20 in #30.
  • feat(modal): The modal component by @MNZhu in #19 is added to the feedback pop-up window.
  • feat(button): Button component style modification by @MNZhu in #21
  • feat(multi-select): The multi-select component by @TC-twwang in #22 is added.
  • feat(search): search component style modification by @MNZhu in #33
  • feat(anchor): adds the anchor component onchange event by @chenxi-20 in #35.
  • feat(timeline): The index attribute by @chenxi-20 in #39 is added to the timeline slot scope.
  • feat(timeline): The timeline style is modified by @MNZhu in #38.
  • feat(form): The by @TC-twwang in #40 is added to the form component.
  • feat(indexbar): Add the index component by @MNZhu in #47.
  • feat(form): Adding line wrap to the form component - Modified by @TC-twwang in #54 according to review comments.
  • feat (anchor): The fixed mode is added to the anchor component, and the bug in the sample document is fixed. by @chenxi-20 in #49
  • feat(anchor): Fix review comments, synchronize remote code by @chenxi-20 in #55
  • feat(anchor): Adjust the anchor component to adapt to the theme configuration by @chenxi-20 in #57.
  • feat(badge): add badge-class close #50 by @kagol in #51
  • feat(tag): add beforeDelete props by @kagol in #52
  • feat(form): Add automatic line wrap to the form component - add condition verification on the mobile client by @TC-twwang in #58
  • feat(switch): add beforeChange props by @kagol in #59
  • feat(fullscreen): add beforeChange props by @kagol in #61
  • feat(badge): add offset props by @kagol in #63
  • feat(tabs): The tabs component supports the expansion of by @TC-twwang in #60.
  • feat(split): add collapsible props by @kagol in #64
  • feat(pull-refresh): The pull-refresh component supports the pull-up refresh of by @TC-twwang in #67.
  • feat(tabs): Added the tip configuration for the tabs component to exceed the hidden tip configuration by @chenxi-20 in #68.
  • feat(action-menu): Fix the actionMenu drop-down arrow rotates up by @MomoPoppy in #70
  • feat(transfer): add beforeTransfer props by @kagol in #75
  • feat(search): add prefix/suffix slots by @kagol in #77

Bug Fixes 🐛

  • fix(ipaddress): Add numeric and ipaddress verification examples by @shenjunjian in #29 to the form example.
  • fix: Fix build error by @kagol in #25
  • Fix: The version dependency of echarts and cropperjs is outdated. by @yuanningning in #27
  • fix(grid): Fixed the horizontal scroll bar issue that always exists when the table is in virtual scroll mode by @zzcr in #32
  • fix(checkbox): In vue3 mode, the change event of checkbox-group is triggered twice. by @shenjunjian in #31
  • fix(anchor): Fix the anchor component MD document description by @chenxi-20 in #34
  • fix(milestone): Fix milestone icon misalignment bug by @chenxi-20 in #37
  • fix: The new notify height error by @rayhaoqin in #26 is rectified when two notify values with different heights exist.
  • fix(switch): The prompt text of the switch component is displayed only for the first time. After the switch status is switched, the prompt text disappears. by @yuanningning in #42
  • fix(tiny-loading): The loading component reports error bug by @zzcr in #46 in vue 2.0.
  • fix(indexbar): class naming modification by @MNZhu in #56
  • fix(dropdown): fix dropdown dropdown arrow rotates up by @MomoPoppy in #45
  • fix(cascader): Fixed an issue where attributes of cascaded components cannot be transparently transmitted. by @rayhaoqin in #66
  • fix(dropdown-mobile): Fixed the issue that the dropdownMenu component on the mobile client cannot be rendered properly. Also fixed the warning by @chenxi-20 in #80 of the dropDown component on the PC.
  • fix: The expanded contents of the tabs component are covered and the returned value of multi-slect is increased by value by @TC-twwang in #81.

Other Changes

  • docs: update CONTRIBUTING.md by @kagol in #62
  • docs: add english README and CONTRIBUTING by @kagol in #79

Exciting New Features 🎉

  • feat(anchor): 新增anchor组件第一个功能:基本使用 by @chenxi-20 in #30
  • feat(modal): 增加反馈弹窗modal组件 by @MNZhu in #19
  • feat(button): 按钮组件样式修改 by @MNZhu in #21
  • feat(multi-select): 增加下拉选择器multi-select组件 by @TC-twwang in #22
  • feat(search): 搜索组件样式修改 by @MNZhu in #33
  • feat(anchor): 添加锚点anchor组件onchange事件 by @chenxi-20 in #35
  • feat(timeline): 时间线插槽作用域增加index属性 by @chenxi-20 in #39
  • feat(timeline): timeline样式修改 by @MNZhu in #38
  • feat(form): form组件增加自动换行 by @TC-twwang in #40
  • feat(indexbar): 增加索引组件 by @MNZhu in #47
  • feat(form): form组件增加自动换行-检视意见修改 by @TC-twwang in #54
  • feat(anchor): 锚点组件增加固定模式,修复示例文档bug问题 by @chenxi-20 in #49
  • feat(anchor): 修复检视意见,同步远程代码 by @chenxi-20 in #55
  • feat(anchor): 调整anchor组件,让其可以适配主题配置 by @chenxi-20 in #57
  • feat(badge): add badge-class close #50 by @kagol in #51
  • feat(tag): add beforeDelete props by @kagol in #52
  • feat(form): form组件增加自动换行-增加移动端条件校验 by @TC-twwang in #58
  • feat(switch): add beforeChange props by @kagol in #59
  • feat(fullscreen): add beforeChange props by @kagol in #61
  • feat(badge): add offset props by @kagol in #63
  • feat(tabs): tabs组件支持展开 by @TC-twwang in #60
  • feat(split): add collapsible props by @kagol in #64
  • feat(pull-refresh): pull-refresh组件支持上拉刷新 by @TC-twwang in #67
  • feat(tabs): 增加tabs组件超出隐藏提示tip配置 by @chenxi-20 in #68
  • feat(action-menu): 修复 ActionMenu 下拉后箭头旋转向上 by @MomoPoppy in #70
  • feat(transfer): add beforeTransfer props by @kagol in #75
  • feat(search): add prefix/suffix slots by @kagol in #77

Bug Fixes 🐛

  • fix(ipaddress): form的示例增加numeric,ipaddress的校验示例 by @shenjunjian in #29
  • fix: 修复构建错误 by @kagol in #25
  • fix: 修复echarts和cropperjs依赖版本落后问题 by @yuanningning in #27
  • fix(grid): 修复表格再虚拟滚动模式下,始终有横向滚动条问题 by @zzcr in #32
  • fix(checkbox): 修复vue3模式下,checkbox-group的change事件触发2次的问题 by @shenjunjian in #31
  • fix(anchor): 修复anchor组件MD文档说明 by @chenxi-20 in #34
  • fix(milestone): 修复里程碑图标不对齐bug by @chenxi-20 in #37
  • fix: 修复存在2个高度不一样的notify时,新增的notify高度错误 by @rayhaoqin in #26
  • fix(switch): switch组件提示文字只在首次显示,切换开关状态后提示文字消失 by @yuanningning in #42
  • fix(tiny-loading): 修复loading组件在vue2.0版本报错bug by @zzcr in #46
  • fix(indexbar): 类命名整改 by @MNZhu in #56
  • fix(dropdown): 修复 dropdown 下拉后箭头旋转向上 by @MomoPoppy in #45
  • fix(cascader): 修复级联组件属性无法透传问题 by @rayhaoqin in #66
  • fix(dropdown-mobile): 修复移动端组件dropdownMenu无法正常渲染的问题,顺带修复pc端dropDown...
Read more

v3.5.0

28 Feb 01:00
c98486b
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat(table): The table component and demo by @MNZhu in #14 on the mobile client are added.
  • feat(exception): Add the default page custom picture, modify the style by @MNZhu in #13
  • feat(userhead): The mobile avatar component by @MNZhu in #12 is added.

Bug Fixes 🐛

  • fix(readme): Fix the NPM download mode of the readme document by @zzcr in #5.
  • fix: Fix project startup error by @zzcr in #11
  • fix(grid): Fix the grid component personalized panel style exception bug by @zzcr in #17
  • fix(vue): Fixed an actionmenu icon style misalignment issue by @chenxi-20 in #15
  • Fix: The disabling time of different types of notify components is consistent with that of HUAWEI CLOUD specifications by @rayhaoqin in #20.

Other Changes

  • docs: update CONTRIBUTING.md by @kagol in #6

Exciting New Features 🎉

  • feat(table): 新增移动端table组件和demo by @MNZhu in #14
  • feat(exception): 增加缺省页自定义图片,样式修改 by @MNZhu in #13
  • feat(userhead): 增加移动端头像组件 by @MNZhu in #12

Bug Fixes 🐛

  • fix(readme): 修复readme文档npm下载方式 by @zzcr in #5
  • fix: 修复项目启动报错 by @zzcr in #11
  • fix(grid): 修复grid组件个性化面板样式异常bug by @zzcr in #17
  • fix(vue): 修复actionmenu图标样式不对齐问题 by @chenxi-20 in #15
  • fix: notify组件不同类型关闭时间对齐华为云规范 by @rayhaoqin in #20

Other Changes

  • docs: update CONTRIBUTING.md by @kagol in #6

New Contributors

Full Changelog: https://github.com/opentiny/tiny-vue/commits/v3.5.0