Releases: diandian18/react-antd-console
Releases · diandian18/react-antd-console
v1.5.0
New features
- TablePage: Searchable tables/lists for showing data.
Optimizations
- Tabs animation: Tabs are lively now.
- Collapse animation: Collapse is lively now.
- Login page: Better look now, added some new functions.
- Layout shadow: The page looks more three-dimensional overall.
Fixed
- Tabs can move position now.
v1.4.0
New features
- Theme color: Chose your favorite primary color.
- Light/Dark mode: Supporting dark mode now.
v1.3.0
New features
- Tabs: Multiple draggable tabs, adding tab when open a new route, keepping tabs when refresh page, context menu by right clicking, actions(close, close left, close right, close others, refresh page, fullscreen).
Optimizations
- Home page: simpler look
- Analysis:
npm run analysis
for analysising chunks. - Chunks: Merged and Splitted some chunks.
v1.2.0
New features
- Route permission: Different role different permission could access differrent route.
- Local permission: Define permission for different account in any part of page.
v1.1.0
New features
- Dynamic route: Change route in any way.
- Dynamic meta: Change meta info in route.
- External link: Click external link will open a new brower tab and arrive the link.
- Separation layout: A empty layout.
- Single sider layout: Menu has no children.
Fixed
router.setSiblings
has no effect on non-dynamic parameter prefix routes.