Skip to content

Releases: buqiyuan/vue3-antdv-admin

v1.2

30 Jan 01:13
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v1.1.0

02 Sep 13:59
Compare
Choose a tag to compare

1.1.0 (2022-09-02)

Bug Fixes

  • add menu type judgment (41bcd22)
  • babel.config.js: use polyfill of Array.prototype.at (c0b25f0)
  • components: [dynamic-table] initial fetchData did not carry the default value (c2a31d4)
  • components: [dynamic-table] parameter missing #95 (31758b5)
  • dynamic-table: add onChangeParams param for dataRequest (9c9ec46)
  • invalid regular expression in safari (6375f53), closes #108
  • pages: about page link issues (8b87e06)
  • projects: 修复 tabs-view 下拉菜单溢出,移除@vue/compiler-sfc 依赖 (2d5f011)
  • router redirect error when logout #98 (32c0a15)
  • schema-form: update props issue (62f7a4e)
  • some css style issues (31cbd31)
  • some ts type issue (fdbaf55)
  • user: getInfo、getInfo api network error causing infinite retries (#100) (a73d4ad)
  • utils: [is] always false of isPromise #107 (ec9a6b7)

Features

  • 当前用户角色权限变更时实时更新权限菜单 (adbda89)
  • components: [dynamic-table] cell support defaultEditable (03e7806)
  • components: [dynamic-table] support cell edit (0eccb9a)
  • components: [ProjectSetting] config project style online (2031927)
  • edit-row-table support save loading (b24e25a)
  • support for nested routes (79b2093)
  • update basic-form demo (bea6824)

1.0.1

15 Mar 20:36
Compare
Choose a tag to compare

1.0.1 (2022-03-15)

Breaking changes:

  • refactor(components): [schema-form, dynamic-table]

Bug Fixes

  • 左侧菜单超出屏幕不能滚动问题 (076dc79)
  • add menu sort (6309089)
  • component: fix schema-form vIf logic #83 (ab5dfc1)
  • components: [draggable-modal] close after route switch (6101460)
  • components: [schema-form] placeholder typo (3d9ea50)
  • fix schema-form type tip (3bbc9e5)
  • some route file path error (9d21419)
  • useModal: fix circular dependency (3fc4ae8)

Features

Full Changelog: v0.1.4...v1.0.1

0.1.4

05 Jan 10:34
Compare
Choose a tag to compare

What's Changed

  • feat: 当搜索菜单结果为空时不触发enter事件 by @yanbowe in #75

Full Changelog: v0.1.3...v0.1.4

BREAKING CHANGES

03 Jan 17:26
Compare
Choose a tag to compare
BREAKING CHANGES Pre-release
Pre-release

What's Changed

  • refactor(components): button,icon-select,svg-icon组件重构为setup语法 by @yanbowe in #60
  • feat(projects): 图片预览,SuspenseWithError,operate-row组件重构为setup语法以及引入day… by @yanbowe in #63
  • refactor: main.ts文件引入扩展方式 by @yanbowe in #64
  • feat(projects): 全局搜索菜单功能 by @yanbowe in #70
  • feat(projects): 搜索菜单增加大小写转换 by @yanbowe in #72
  • fix(projects): 修复搜索菜单时title可能为空的情况 by @yanbowe in #73

New Contributors

Full Changelog: https://github.com/buqiyuan/vue3-antd-admin/commits/v0.1.3