mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	Merge branch 'main' of github.com:pure-admin/vue-pure-admin into gitee
This commit is contained in:
		
						commit
						4d458169ea
					
				@ -1,3 +1,26 @@
 | 
				
			|||||||
 | 
					# 4.5.0 (2023-06-26)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### ✔️ refactor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Refactor image crop `ReCropper` component, add more useful functions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🎫 Feat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- The menu search function supports pinyin search, such as searching for image cropping, input `tp` or `tupian` and other corresponding pinyin
 | 
				
			||||||
 | 
					- Add long press command and usage example, the long press command supports continuous callback of custom duration
 | 
				
			||||||
 | 
					- Add an example of sensitive word filtering function
 | 
				
			||||||
 | 
					- Add an example of Chinese Pinyin function
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🐞 Bug fixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Fixed `V4.4.0` version, the problem that the page does not cache the page for the first time after the `keepAlive` cache is enabled
 | 
				
			||||||
 | 
					- Fixed the issue that the column setting tick option was not correctly initialized according to the `hide` property when the `RePureTableBar` component was initialized
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🍏 Perf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Change `VITE_PUBLIC_PATH` to `./` by default to be compatible with more path scenarios,
 | 
				
			||||||
 | 
					- Compatible with the `OSS` scene where `VITE_PUBLIC_PATH` is `url`, need to upgrade `@pureadin/theme` to the latest version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 4.4.0 (2023-06-14)
 | 
					# 4.4.0 (2023-06-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 🎫 Feat
 | 
					### 🎫 Feat
 | 
				
			||||||
@ -17,7 +40,7 @@
 | 
				
			|||||||
### 🍏 Perf
 | 
					### 🍏 Perf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Page switching performance optimization, regardless of the network, the speed of page switching logic is almost `3-4` times faster than before [View optimization details](https://github.com/pure-admin/vue-pure-admin/pull/600#issuecomment-1586094078)
 | 
					- Page switching performance optimization, regardless of the network, the speed of page switching logic is almost `3-4` times faster than before [View optimization details](https://github.com/pure-admin/vue-pure-admin/pull/600#issuecomment-1586094078)
 | 
				
			||||||
-Optimized tab page operation-routing parameter transfer mode usage
 | 
					- Optimized tab page operation-routing parameter transfer mode usage
 | 
				
			||||||
- All tables in the system management are changed to adaptive content area height, need to upgrade `@pureadmin/table` to the latest version
 | 
					- All tables in the system management are changed to adaptive content area height, need to upgrade `@pureadmin/table` to the latest version
 | 
				
			||||||
- Use the `useResizeObserver` function of `vueuse` to replace the `v-resize` custom directive, and the performance will be better from the performance after testing
 | 
					- Use the `useResizeObserver` function of `vueuse` to replace the `v-resize` custom directive, and the performance will be better from the performance after testing
 | 
				
			||||||
- For unbound public events, unbind when the page is destroyed
 | 
					- For unbound public events, unbind when the page is destroyed
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										25
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@ -1,3 +1,26 @@
 | 
				
			|||||||
 | 
					# 4.5.0 (2023-06-26)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### ✔️ refactor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Refactor image crop `ReCropper` component, add more useful functions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🎫 Feat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- The menu search function supports pinyin search, such as searching for image cropping, input `tp` or `tupian` and other corresponding pinyin
 | 
				
			||||||
 | 
					- Add long press command and usage example, the long press command supports continuous callback of custom duration
 | 
				
			||||||
 | 
					- Add an example of sensitive word filtering function
 | 
				
			||||||
 | 
					- Add an example of Chinese Pinyin function
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🐞 Bug fixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Fixed `V4.4.0` version, the problem that the page does not cache the page for the first time after the `keepAlive` cache is enabled
 | 
				
			||||||
 | 
					- Fixed the issue that the column setting tick option was not correctly initialized according to the `hide` property when the `RePureTableBar` component was initialized
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🍏 Perf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Change `VITE_PUBLIC_PATH` to `./` by default to be compatible with more path scenarios,
 | 
				
			||||||
 | 
					- Compatible with the `OSS` scene where `VITE_PUBLIC_PATH` is `url`, need to upgrade `@pureadin/theme` to the latest version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 4.4.0 (2023-06-14)
 | 
					# 4.4.0 (2023-06-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 🎫 Feat
 | 
					### 🎫 Feat
 | 
				
			||||||
@ -17,7 +40,7 @@
 | 
				
			|||||||
### 🍏 Perf
 | 
					### 🍏 Perf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Page switching performance optimization, regardless of the network, the speed of page switching logic is almost `3-4` times faster than before [View optimization details](https://github.com/pure-admin/vue-pure-admin/pull/600#issuecomment-1586094078)
 | 
					- Page switching performance optimization, regardless of the network, the speed of page switching logic is almost `3-4` times faster than before [View optimization details](https://github.com/pure-admin/vue-pure-admin/pull/600#issuecomment-1586094078)
 | 
				
			||||||
-Optimized tab page operation-routing parameter transfer mode usage
 | 
					- Optimized tab page operation-routing parameter transfer mode usage
 | 
				
			||||||
- All tables in the system management are changed to adaptive content area height, need to upgrade `@pureadmin/table` to the latest version
 | 
					- All tables in the system management are changed to adaptive content area height, need to upgrade `@pureadmin/table` to the latest version
 | 
				
			||||||
- Use the `useResizeObserver` function of `vueuse` to replace the `v-resize` custom directive, and the performance will be better from the performance after testing
 | 
					- Use the `useResizeObserver` function of `vueuse` to replace the `v-resize` custom directive, and the performance will be better from the performance after testing
 | 
				
			||||||
- For unbound public events, unbind when the page is destroyed
 | 
					- For unbound public events, unbind when the page is destroyed
 | 
				
			||||||
 | 
				
			|||||||
@ -1,3 +1,26 @@
 | 
				
			|||||||
 | 
					# 4.5.0 (2023-06-26)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### ✔️ refactor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 重构图片裁剪 `ReCropper` 组件,添加更多实用功能
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🎫 Feat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 菜单搜索功能支持拼音搜索,比如搜图片裁剪,输入 `tp` 或 `tupian` 等对应拼音即可
 | 
				
			||||||
 | 
					- 添加长按指令及使用示例,该长按指令支持自定义时长的持续回调
 | 
				
			||||||
 | 
					- 添加敏感词过滤功能示例
 | 
				
			||||||
 | 
					- 添加汉语拼音功能示例
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🐞 Bug fixes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 修复 `V4.4.0` 版本,页面开启 `keepAlive` 缓存后第一次加载并未缓存页面的问题
 | 
				
			||||||
 | 
					- 修复 `RePureTableBar` 组件初始化时列设置勾选项未根据 `hide` 属性正确初始化
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### 🍏 Perf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 将 `VITE_PUBLIC_PATH` 默认改为 `./` 兼容更多路径场景,
 | 
				
			||||||
 | 
					- 兼容 `VITE_PUBLIC_PATH` 为 `url` 的 `OSS` 场景,需将 `@pureadmin/theme` 升级至最新版
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 4.4.0 (2023-06-14)
 | 
					# 4.4.0 (2023-06-14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 🎫 Feat
 | 
					### 🎫 Feat
 | 
				
			||||||
 | 
				
			|||||||
@ -461,6 +461,11 @@ export default [
 | 
				
			|||||||
        success: true,
 | 
					        success: true,
 | 
				
			||||||
        data: {
 | 
					        data: {
 | 
				
			||||||
          list: [
 | 
					          list: [
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					              created_at: "2023-06-26T03:14:25Z",
 | 
				
			||||||
 | 
					              published_at: "2023-06-26T03:17:23Z",
 | 
				
			||||||
 | 
					              body: "# 4.5.0 (2023-06-26)\r\n\r\n### ✔️ refactor\r\n\r\n- 重构图片裁剪 `ReCropper` 组件,添加更多实用功能\r\n\r\n### 🎫 Feat\r\n\r\n- 菜单搜索功能支持拼音搜索,比如搜图片裁剪,输入 `tp` 或 `tupian` 等对应拼音即可\r\n- 添加长按指令及使用示例,该长按指令支持自定义时长的持续回调\r\n- 添加敏感词过滤功能示例\r\n- 添加汉语拼音功能示例\r\n\r\n### 🐞 Bug fixes\r\n\r\n- 修复 `V4.4.0` 版本,页面开启 `keepAlive` 缓存后第一次加载并未缓存页面的问题\r\n- 修复 `RePureTableBar` 组件初始化时列设置勾选项未根据 `hide` 属性正确初始化\r\n\r\n### 🍏 Perf\r\n\r\n- 将 `VITE_PUBLIC_PATH` 默认改为 `./` 兼容更多路径场景,\r\n- 兼容 `VITE_PUBLIC_PATH` 为 `url` 的 `OSS` 场景,需将 `@pureadmin/theme` 升级至最新版"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              created_at: "2023-06-14T02:52:19Z",
 | 
					              created_at: "2023-06-14T02:52:19Z",
 | 
				
			||||||
              published_at: "2023-06-14T02:54:41Z",
 | 
					              published_at: "2023-06-14T02:54:41Z",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "vue-pure-admin",
 | 
					  "name": "vue-pure-admin",
 | 
				
			||||||
  "version": "4.4.0",
 | 
					  "version": "4.5.0",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
 | 
					    "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "Version": "4.4.0",
 | 
					  "Version": "4.5.0",
 | 
				
			||||||
  "Title": "PureAdmin",
 | 
					  "Title": "PureAdmin",
 | 
				
			||||||
  "FixedHeader": true,
 | 
					  "FixedHeader": true,
 | 
				
			||||||
  "HiddenSideBar": false,
 | 
					  "HiddenSideBar": false,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user