Releases: wjp980108/meet-admin
Releases · wjp980108/meet-admin
0.4.1
0.4.0
0.4.0
2024-10-24
Breaking changes
- Modify the file path of [ SearchMenu ]
- Modify wildcard route
name
tonot-found
- Upgrade project dependencies
- Split and optimize the
vite.config.ts
file
New feature
- [ SearchMenu ] component adds i18n internationalization
- Added [ AppText ] component for displaying text content, supporting text overflow and hiding display prompts
- Added [ AppTable ] component example
- Added version detection function to detect whether the current version is the latest version
- Added
gzip
andbrotli
compression - Added [ LayFooter ] footer component
- Add button prompt control in settings
day.js
added internationalization- [ LayHeader ] Added the ability to automatically hide the right button when the width is less than
405px
Bug fixes
- Fixed
i18n
data storage path error problem - Fixed the problem that the back to top button does not display
- Fixed the problem that
Layouts
cannot adapt to the layout
Refactors
- Refactor
404
page - Refactor the text of the [ AppTreeFilter ] component to display text prompts beyond hiding
- Reconstruct [ LayMenu ] and add [ AppText ] component internally to display text prompts after the directory or menu is hidden.
0.3.0
0.3.0
2024-10-11
Breaking changes
- Refactor project to support
English
andChinese
languages useReset
adds different processing logic for basic data types and reference data types
New feature
- Add
@intlify/vue-i18n-loader
to support internationalization ofvue-i18n
- Breadcrumbs are now dynamically displayed and will be automatically hidden when the screen width is less than
768px
- Added
useEventBus
event bus based onmitt
for communication between components - [ AppDropdown ] Added default slot for customizing drop-down content
- Added
setDocumentTitle
method for setting document title
Bug fixes
- Fix [ AppSelectIcon ] style disorder problem
- Fixed the problem of personal data not being cleared when logging out