vue-antd-admin

🐜 Ant Design Pro's implementation with Vue

MIT License

Downloads
16
Stars
3.6K
Committers
15

Bot releases are hidden (Show)

vue-antd-admin - V 0.7.4 Latest Release

Published by iczer over 3 years ago

  • 🐞 修复了混合导航模式下,菜单权限过滤无效问题。
  • 🐞 修复动态路由菜单无法正确高亮问题。
  • 🤩 菜单增加动态路由参数和查询参数支持。
  • 🤩 路由增加高亮菜单配置项(解决列表详情页菜单高亮问题)。
vue-antd-admin - V 0.7.3

Published by iczer over 3 years ago

  • 🤩 新增了多页签模式下是否缓存页面数据的配置。
  • 🐞 修复了修改页签头标题不生效的bug。
  • 🐞 修复了更改角色后菜单不能正确显示的问题。
  • 🐞 修复了 npm 安装 webpack-theme-color-replacer 依赖启动报错问题。
vue-antd-admin - V 0.7.2

Published by iczer almost 4 years ago

  • 🤩 新增了多页签模式下是否缓存页面数据的配置。
  • 🐞 修复了设置页签标题不生效的bug。
  • 🐞 修复了高级表格表头不显示问题。
  • 🐞 修复了 StandardTable 组件不支持嵌套属性的bug。

  • 🤩 Added the configuration of whether to cache page data in multi tab mode.
  • 🐞 Fixed the bug in which the setting of tab's title does not work.
  • 🐞 Fixed the problem that advanced table's header not showing。
  • 🐞 Fixed the bug where the StandardTable component does not support nested column properties.
vue-antd-admin - V 0.7.1

Published by iczer almost 4 years ago

  • 🤩 新增了动态修改页签标题的api {this.$setPageTitle(route, title) & this.$openPage(route, title)}
  • 🐞 修复了 AndvanceTable 组件异步设置列配置不生效的问题
  • 🐞 修复了Modal 组件导致的 body 白边问题。
  • 🐞 修复了混合模式下,菜单数组为空时导致的异常。
  • 🐞 修复了 menu.js 组件的 openChange 事件的bug。
  • 🐞 修复了切换语言时,浏览器标签标题不改变的问题。
  • 🐞 修复了 AvatarList 组件 tooltip 不生效的bug。

  • 🤩 Added api of dynamic modify tab title {this.$setPageTitle(route, title) & this.$openPage(route, title)}.
  • 🐞 Fixed the problem that the async configuration of columns not affect in AdvanceTable.vue.
  • 🐞 Fixed the white edge problems caused by Modal component.
  • 🐞 Fixed the exception caused by empty menuData in mix navigation mode.
  • 🐞 Fixed the problem of openChange event in menu.js.
  • 🐞 Fixed the problem that the title language of the browser tab does not change when switching languages.
  • 🐞 Fixed the problem that tooltip function not affect of AvatarList.vue.
vue-antd-admin - V 0.7.0

Published by iczer almost 4 years ago

  • 🤩 新增菜单外链功能。
  • 🐞 修复了开发时修改代码导致页面内容空白的问题。
  • 🐞 修复了高级表格的一些bug。
  • 🐞 修复了混合模式下多级菜单重定向问题。
  • 🐞 修复了自定义页面标题不生效问题。
  • 🐞 修复了主题切换时错误色被覆盖问题。
  • 🐞 修复了主题切换时树组件选择框样式错乱问题。

  • 🤩 Added custom link for menu.
  • 🐞 Fixed the problem that page content become blank when modifying the code.
  • 🐞 Fixed some bug of AdvancedTable.vue.
  • 🐞 Fixed redirect problem in mix navigation mode.
  • 🐞 Fixed the problem that custom page title not effect.
  • 🐞 Fixed the problem that the error color being changed when toggling theme color.
  • 🐞 Fixed the style problem of tree checkbox when toggling theme color.
vue-antd-admin - V 0.6.1

Published by iczer about 4 years ago

  • 🤩 新增表格组件 AdvanceTable.vue。
  • 🤩 新增锁定页签头功能。
  • 🤩 新增刷新单个页签功能。
  • 🤩 新增禁止关闭页签功能。

  • 🤩 Added component of AdvanceTable.vue.
  • 🤩 Added function of locking tabs head.
  • 🤩 Added function of refreshing tabs page.
  • 🤩 Added function of disable closing page.
vue-antd-admin - V 0.6.0

Published by iczer about 4 years ago

  • 🤩 新增了缓存页签头功能,刷新时保留页签头。
  • 🤩 新增了页面跳转进度条。(感谢 @guoranred 贡献)
  • 🤩 新增部分 cdn 加载依赖。(感谢 @guoranred 贡献)
  • 🤩 优化了生产环境打包。(感谢 @guoranred 贡献)
  • 🐞 修复了窄屏幕下顶部导航的样式错乱问题。
  • 🐞 修复了按钮权限校验bug。
  • 🐞 修复了本地保存主题配置的一些bug。

  • 🤩 Added function of caching tabs in multi page mode.
  • 🤩 Added page jump progress bar.(thanks @guoranred )
  • 🤩 Added cdn loading for some assets. (thanks @guoranred )
  • 🤩 Optimized packaging for production environment.(thanks @guoranred )
  • 🐞 Fixed layout problem of head navigation in narrow screen.
  • 🐞 Fixed problem of authority in button.
  • 🐞 Fixed some problem of saving setting to local.
vue-antd-admin - V 0.5.0

Published by iczer about 4 years ago

  • 🤩 新增混合导航菜单模式。
  • 🤩 新增本地保存主题配置的功能。
  • 🤩 新增页面宽度设置项。
  • 🤩 新增根据权限过滤菜单功能。
  • 🐞 修复一了一些bug及样式问题。

  • 🤩 Added mixed navigation mode.
  • 🤩 Added function of saving personal setting to local.
  • 🤩 Added configuration of page width.
  • 🤩 Added function of filtering menu data through authority.
  • 🐞 Fixed some bug and style problem.
vue-antd-admin - V 0.4.3

Published by iczer about 4 years ago

  • 🤩 新增 IInput.vue 组件。
  • 🤩 新增 axios 拦截器配置。
  • 🤩 侧边栏菜单 icon 增加 scoped slot API 支持。
  • 🤩 新增隐藏页面标题配置选项。
  • 🐞 修复路由权限认证无法配置角色数组的问题。
  • 🐞 修复异步路由的国际化问题。
  • 🐞 修复弹出式组件滚动时的位置问题。

  • 🤩 Added IInput.vue component.
  • 🤩 Added interceptors configuration for axios.
  • 🤩 Added scoped slot for icon in side menu.
  • 🤩 Added configuration of hiding page title.
  • 🐞 Fixed the problem that can't set roles array for route's authority。
  • 🐞 Fixed the i18n problem of router.
  • 🐞 Fixed the position problem of dropdown components.
vue-antd-admin - V 0.4.2

Published by iczer about 4 years ago

  • 🐞 紧急修复 权限检验注入 的bug。

  • 🐞 Emergency repair that the bug of authority verification injection.
vue-antd-admin - V 0.4.1

Published by iczer about 4 years ago

  • 🤩 新增权限控制功能。
  • 🤩 新增异步路由和异步菜单功能。
  • 🤩 新增全局关闭页签 api。
  • 🐞 解决了使用 npm 和 cnpm 安装依赖时 @ant-design/colors 的漏包问题。
  • 🐞 解决了多页签模式下的缓存问题。
  • 🔨 优化了主题切换效率。
  • 🔨 优化了 StandardTable.vue 组件 和 menu.js 组件的代码。
  • 🔨 优化了布局和侧边栏代码。

  • 🤩 Added function of authority control.
  • 🤩 Added functions of asynchronous router and asynchronous menu.
  • 🤩 Added API of global close page tab.
  • 🐞 Solved the problem of missing package of @ant-design/colors when using npm and cnpm to install dependencies.
  • 🐞 Solved the cache problem in multi tab mode.
  • 🔨 Optimized theme switching efficiency.
  • 🔨 Optimized components code of StandardTable.vue and menu.js.
  • 🔨 Optimized code of layout and side menu.
vue-antd-admin - V 0.3.1

Published by iczer about 4 years ago

  • 🤩 新增数据服务 services 模块。
  • 🌟 优化主题切换功能。
  • 🌟 设置面板增加隐藏和禁用动画功能。
  • 🌟 重构 TabsView.vue 组件和 Contextmenu.vue 组件。 #89
  • 🐞 修复 TabsView.vue 组件导致的内存泄漏问题。
  • 🌟 优化 StandardTable.vue 组件,增加对 scopedSlots 的支持。
  • 🌟 http 增加 Cookie 管理和 Authorization 认证。
  • 🌟 重构了路由的 i18n 国际化配置。
  • 🌟 增加了登录拦截功能。 #7

  • 🤩 Added services module.
  • 🌟 Optimized the function of theme switching.
  • 🌟 Added the function of hiding setting and disable animation for setting panel.
  • 🌟 Refactor components of TabsView.vue and Contextmenu.vue. #89
  • 🐞 Repaired memory leaks caused by TabsView.vue components.
  • 🌟 Optimized StandardTable.vue component, add support for scopedSlots.
  • 🌟 Added cookie management and Authorization for http.
  • 🌟 Refactor the i18n configuration for router.
  • 🌟 Added function of login blocking. #7
vue-antd-admin - V 0.2.1

Published by iczer over 4 years ago

  • 🤩 新增全局暗黑模式 。 4063a4f
  • 🐞 修复设置动画不生效的问题。 gitee#I1MG3I
  • 🐞 修复在配置文件中修改语言设置不生效的问题。
  • 🐞 修复在配置文件中修改布局和主题设置不生效的问题。
  • 🐞 修复颜色选择组件在单选模式下的问题。
  • 🌟 优化了主题切换功能代码逻辑。

  • 🤩 Added global night mode. 4063a4f
  • 🐞 Fixed issue that animation setting does not work. gitee#I1MG3I
  • 🐞 Fixed issue that modifying language settings in the configuration file does not take effect.
  • 🐞 Fixed issue that modifying layout and theme settings in the configuration file does not take effect.
  • 🐞 Fixed issue with color selection component in radio mode.
  • 🌟 Optimized code logic of theme switching function .
vue-antd-admin - V 0.1.1

Published by iczer over 4 years ago

  • 🌟 增加了页面多页签功能。
  • 🌟 增加了全局动画支持。
  • 🌟 增加了主题色定制及动态切换主题色功能。
  • 🌟 增加了全局色弱模式。
  • 🌟 增加了i18n国际化支持。
  • 🌟 增加了IE10+浏览器支持。
  • 🌟 增加了说明文档。
  • 🌟 增加了移动端适配。

  • 🌟 added multi tabs function.

  • 🌟 added global animation support.

  • 🌟 added theme color customization and dynamic switching function.

  • 🌟 added global color weakening mode.

  • 🌟 added I18N internationalization support.

  • 🌟 added ie10+ browsers support.

  • 🌟 added documentation.

  • 🌟 Mobile adaptation is added.

vue-antd-admin - 项目结构变更前的Release版本

Published by iczer about 6 years ago

🌟由于新版项目结构发生了比较大的变更,故对此前源码做一个release版本。

注意:此前已fork的项目如果有自己的修改,之后的版本不建议直接merge,以防出现 module not found 等错误。

感谢!


🌟As the new version of the project structure has undergone relatively large changes, it is necessary to make a release version of the original source code.
Note: If the previous fork project has your own modifications, I do not recommend you direct merge subsequent versions in case of module not foundation errors.
Thank you!

Package Rankings
Top 18.3% on Npmjs.org
Top 22.59% on Repo1.maven.org
Badges
Extracted from project README
MIT Dependence DevDependencies Release
Related Projects