Releases: iview/iview-admin
Releases · iview/iview-admin
2.0.0-beta4
v2.0.0-beta3
2.0.0-beta2
- Support dynamic routing and routing with parameters #881
- Add and export the .xlsx file for excel #833
- Optimize the display logic of the home in the breadcrumbs and tab bar, just configure fbc650e in the route
- Fixed a bug where markdown opens and writes while the other elements are over the editor. e7bc667
- Optimize label navigation, scrolling the current tab to the viewable area
- Fixed a bug where the openNames were incorrect when the left menu was clicked 'Close All' in the tab navigation.
- Fixed a bug where the left menu could not be scrolled #839
- Fixed a bug where the submenu icon on the left menu was not displayed.
- Fixed a bug where you pressed Enter when logging in.
- Fixed a bug in the initialization of the countTo component
v2.0.0-beta1 Feeling
- Use Vue-cli3.0 as a scaffolding
- Refactor all code completely
- Organize file structure
- New access control system
- Multi-level menu routing
- Simulation request simulation
- Global configuration
- Clear data flow
- Use iView v3.0
- 使用Vue-cli3.0作为脚手架
- 彻底重构所有代码
- 整理文件结构
- 全新权限控制体系
- 多级菜单路由
- Mock 请求模拟
- 全局配置
- 清晰数据流
- 使用iView3.0
v1.3.1
- Updated webpack configuration to solve the problem of failure to package ejs templates under mac #82
- Optimized code for editable table components
- Modify the page lazy loading method #402
- Fixed Privilege Control shows only a Level 2 route Title and icon in the menu bar display an incorrect bug #383
- Fixed bug where tab bar close rightmost tab does not scroll right automatically #356
- Fixed padding-right problem when input no icon #416
v1.3.0 Miss
- Added split-pane component, drag to modif the two container size of left&right / top&bottom
- Fixed screen lock bug #284
- Fixed permission control bug #384
- Fixed a warning that the left menu key repeated after vue updated to 2.5.13 2870d1f
- Updated webpack configuration to fix ejs template issue #367
- Updated webpack configuration to solve the problem of modifying less and other style browser does not automatically refresh #301
v1.2.3
- use the home page to optimize, instead of responsive layout
- Modify the processing logic when closing a navigation tag #260
- Fixed bug where secondary menu set multi-language invalid
- Fixed a bug where a new div#lock_screen_back was created after every unlock
- 使用home页进行优化,改为响应式布局
- 修改关闭某个导航标签时的处理逻辑 #260
- 修复了二级菜单设置多语言无效的bug
- 修复了每次解锁后都会创建一个新的div#lock_screen_back的bug
v1.2.2
v1.2.1
- Add a simplified template, remove all the expansion features only retain the basic framework
- Changed the introduction of image preview editors and Markdown editor style files
- Util.openNewPage () method is no longer required when opening a new page.
- Fixed a bug in the permission filter example that needs to be refreshed to filter the menu
- Fixed a bug where clicking the cancel button in Personal Center after upgrading to v1.2.0
- Fixed article post rich text editors can not edit problem
- Fixed a bug where the page load progress bar disappears when the page has not been skipped yet
- Fixed a white bug when the menu was switched to white skin after shrinking
- Fixed a few minor bugs
v1.2.0 Nirvana
- Finishing the file directory, the code has been organized
- Optimized packing logic
- As many components as possible decoupled
- Editable table components have been adjusted
- Fixed a bug where the label navigation in FireFox can not be scrolled
- Fixed bugs in drop-down box style after switching themes
- 整理了文件目录,对代码进行了整理
- 优化了打包处理逻辑
- 对部分组件进行了尽可能的解耦
- 对可编辑表格组件进行了调整
- 修复了FireFox下标签导航无法滚动的bug
- 修复了切换主题后下拉框样式异常的bug