Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp980108 committed Oct 12, 2024
2 parents 1c38dc9 + 01d7f8f commit 046f004
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
# Changelog
## Changelog

### 0.3.0

_2024-10-11_

#### Breaking changes

- Refactor project to support `English` and `Chinese` languages
- `useReset` adds different processing logic for basic data types and reference data types

#### New feature
- Add `@intlify/vue-i18n-loader` to support internationalization of `vue-i18n`
- Breadcrumbs are now dynamically displayed and will be automatically hidden when the screen width is less than `768px`
- Added `useEventBus` event bus based on `mitt` 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

### 0.2.0

_2024-10-01_

#### Breaking changes

- Remove the [app-wrapper] switch to CSS
- Remove the [ app-wrapper ] switch to CSS
- Update dependencies used by the project

#### New feature
Expand Down
25 changes: 23 additions & 2 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
# 变更日志
## 变更日志

### 0.3.0

_2024-10-11_

#### 重大变化

- 重构项目以支持 `英语``中文` 语言
- `useReset` 添加基本数据类型和引用数据类型不同处理逻辑

#### 新功能
- 添加 `@intlify/vue-i18n-loader` 以支持 `vue-i18n` 的国际化
- 面包屑新增动态显示,当屏幕宽度不足 `768px` 时,会自动隐藏
- 新增 `useEventBus` 基于 `mitt` 的事件总线,用于组件间通信
- [ AppDropdown ] 新增默认插槽,用于自定义下拉内容
- 新增 `setDocumentTitle` 方法,用于设置文档标题

#### 错误修复

- 修复 [ AppSelectIcon ] 样式错乱问题
- 修复退出登录时,个人数据未清空问题

### 0.2.0

_2024-10-01_

#### 重大变化

- 移除 [app-wrapper] 改用 css
- 移除 [ app-wrapper ] 改用 css
- 更新项目所使用的依赖

#### 新功能
Expand Down

0 comments on commit 046f004

Please sign in to comment.