Releases: iview/iview-admin
Releases · iview/iview-admin
v1.1.5
- New iView-area for cities and associated components in China with data added
- Fixed a bug where the user name in the upper right corner of the system is not changed after the Chinese user name is too long
- Fixed bug where close tab drop-down menu will blink on individual browser
- 新增带数据的中国行政区城市及联组件iview-area
- 修复了中文用户名过长时系统右上角用户名不换行的bug
- 修复了关闭标签下拉菜单在个别浏览器会闪烁的bug
v1.1.4
- Editable Tables Pass the form data using v-model
- Add does not cache specified page settings
- Fixed full screen exit after login or lock screen and then back to system click to exit full screen invalid bug
- Fixed a bug in the input box content will not be emptied after the home to-do list is added
- Fixed bugs that Modal pop-ups did not show after clicking Full Screen
- Fixed a bug that rich text editors could not edit after switching tag tags
- 可编辑表格使用v-model传递表格数据
- 添加不缓存指定页面设置
- 修复了全屏后退出登录或锁屏再回到系统点击退出全屏无效的bug
- 修复首页待办事项添加事项之后输入框内容不会清空的bug
- 修复了点击全屏之后Modal弹窗不显示的bug
- 修复了富文本编辑器切换tag标签后不能编辑的bug
v1.1.3
v1.1.2
- Add advanced routing (dynamic routing & with parameter page) support
- Animate the collapsible sidebar
- Improved routing configuration and route-hopping processing, no need to set redirect redirect attribute for level-1 router #64
- Fixed message center page offset
- Fixed bug where secondary menu could not be filtered by permission
- Fixed a problem that users can browse the page directly when entering the page path with permission filtering in the browser
- 增加高级路由(动态路由&带参页面)支持
- 为可收缩侧边栏添加动画效果
- 改善了路由配置和路由跳转处理,一级路由无需再设置redirect重定向属性 #64
- 修复了消息中心页面偏移现象
- 修复了二级菜单无法根据权限过滤的bug
- 修复了直接在浏览器输入带有权限过滤的页面路径时无权限用户也能浏览该页的问题
v1.1.1
- Optimize the page cache, click on the page off the label to destroy the page cache change
- Optimized the experience of tags moving to the viewable area
- Minor changes to the login page
- Fixed a problem with page scrolling when sliding tab bar
- 优化页面缓存,点击关闭页面标签后销毁改页面缓存
- 优化了标签移动到可视区域的体验
- 对登录页做了细微修改
- 修复了滑动标签栏时页面滚动条闪烁问题
v1.1.0 Give what u want
- Modify the tab bar effect, support the scroll wheel to move the label
- tab bar increase 'close all' and 'close other' option
- Page Support Save the current page status after switching pages
- 修改标签栏效果,支持滚轮滑动移动标签
- 标签栏增加'关闭所有'和'关闭其他'选项
- 页面支持切换页面后保存当前页面状态
v1.0.3
- Add page with parameters
- Repeated util.openPage () method, replaced with util.openNewPage ()
The new method is only used to create the corresponding tag tag, you need to write their own route after the call this method jump logic
- 增加带参数页面
- 废除了util.openPage()方法,用util.openNewPage()替代
新的方法只是用来创建对应的tag标签,需要自己在调用这个方法之后自行写路由跳转逻辑
v1.0.2
- Increase the picture local preview edit function
- Change message center animation
- Solve the lock screen page iview message message prompt is covered bug
- Resolved compilation failure due to module name case in Linux system
- Fixed a bug where editable tables keep the data in the table unchanged after the table data is updated
- 增加图片本地预览编辑功能
- 改变消息中心动画
- 解决了锁屏页面iview的message消息提示被覆盖的bug
- 解决了在Linux系统下因为模块名大小写问题导致的编译失败问题
- 解决了可编辑表格在表格数据更新后表格内数据不变的bug