v1.10.0 - performance enhacements

This commit is contained in:
LINING-PC\lining
2026-03-07 19:41:51 +08:00
parent b6de910baa
commit 2d0461319a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.5] - 2026-03-07 ## [1.10.0] - 2026-03-07
### Fixed ### Fixed
- 🔧 优化:优化算法,提升插件性能,更好兼容移动设备的访问 - 🔧 优化:优化算法,提升插件性能,更好兼容移动设备的访问

View File

@@ -608,7 +608,7 @@
] ]
}, },
{ {
"version": "1.9.5", "version": "1.10.0",
"date": "2026-03-07", "date": "2026-03-07",
"notes": [ "notes": [
"🔧 优化:优化算法,提升插件性能,更好兼容移动设备的访问", "🔧 优化:优化算法,提升插件性能,更好兼容移动设备的访问",

View File

@@ -1,6 +1,6 @@
{ {
"name": "jordium-gantt-vue3", "name": "jordium-gantt-vue3",
"version": "1.9.5", "version": "1.10.0",
"type": "module", "type": "module",
"main": "npm-package/dist/jordium-gantt-vue3.cjs.js", "main": "npm-package/dist/jordium-gantt-vue3.cjs.js",
"module": "npm-package/dist/jordium-gantt-vue3.es.js", "module": "npm-package/dist/jordium-gantt-vue3.es.js",