Skip to content

v3.6.1

Compare
Choose a tag to compare
@kagol kagol released this 08 Apr 12:41
· 2488 commits to dev since this release
7ae2726

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