2023-04-26
- Use 'admin' instead.
2022-01-19
- Fixed a bug where
lazy load module
failed aftervite
production build. - Fixed the bug of multiple redirects after logging in after building the product.
- Added
Permission Control
function.
2022-01-25
- The padding of all block cards is uniformly 20px
- Reduce global style override code with Arco Pro theme
- Use arco-vite-plugin to implement styles under vite architecture and add them as needed
2022-02-11
- Support for creating minimal
simple
templates. (@arco-design/arco-cli
needs to be upgraded to version1.25.0
)
2022-02-24
- Fix the bug that
settings.themeColor
does not take effect. - Fix the
bug
that the styles cannot be loaded on demand under thecra
andvite
architectures (the reason is that the full style package is manually imported)
2022-03-17
- Fixed a
bug
where thedashboard
page had an incorrect layout after the menu was collapsed - Fixed
bug
wherestylelint
andeslint
did not work before commit
2022-05-10
- Fixed the page number jump display problem after
search-table
page search.
- Generate production environment commands under
vite
architecture
2022-05-24
- Fixed
useEffect
being executed twice in certain scenarios
route
addsignore
parameter to create routes with hidden menu items
2022-07-06
- Fix the problem that styles will be introduced repeatedly under
cra
andvite
architectures. - Fixed UI flickering when using
PermissionWrapper
component for permission management. - Fixed the problem that users still have permissions when
resource
inrequiredPermissions
in routing permissions uses regular matches but none of them match
2022-08-10
- Fixed a bug where clicking the browser back button could not return to the previous page after routing changes
- Simple template code update, function synchronization.
2023-01-13
- Fix the bug that the style under the
simple-next
template is not introduced