chore: released 2.1.0

This commit is contained in:
RavenHogwarts 2026-06-11 23:22:28 +08:00 committed by RavenHogWarts
parent 2c3a6810b6
commit bc17348b75
5 changed files with 55 additions and 18 deletions

View file

@ -1,3 +1,39 @@
# [2.1.0](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/compare/2.0.3...2.1.0) (2026-06-11)
### ♻️ Refactor
* 拆分 main 功能代码 ([dc9d3c7](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/dc9d3c741193667330f7aa8a0284767a3acb0add))
### ✨ Features
* 实现远程代码嵌入加载 ([e0f61a4](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/e0f61a4cbe404d881bf17d6590ef0c38359b8afc))
* 增加 Catppuccin 四种主题 ([940b440](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/940b440d3386be51f59650219dc134e3c68bfc9f))
* 增加本地加载语法包 ([8b9e186](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/8b9e1867b87ef0209638c563783e4971793f8874))
* 增加更多的主题 ([5d6018a](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/5d6018aa95125b6ed63cafa0e045f94284d49c78))
### 🐛 Bug Fixes
* 修复自定义 loader 行为 ([c045347](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/c04534704de7636994ee05c1a50da8d656c6ed64))
### 👷 Build
* **deps:** bump fast-uri from 3.1.0 to 3.1.2 (#114) ([3eaeca7](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/3eaeca71a9be41d46bab19bf0f96b8f40d232f1c)), closes [#114](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/issues/114)
* **deps:** bump handlebars from 4.7.8 to 4.7.9 (#115) ([3b86d7f](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/3b86d7f95e10544fcc291feec16e17d124f19136)), closes [#115](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/issues/115)
### 📝 Documentation
* 更新文档 ([396e354](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/396e354681194ace7130b440c6ec4c59f16d21dc))
### 🔨 Chore
* 将 TextMate-Themes 替换为 git submodule ([ad93bdb](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/ad93bdbbedb5015f7f310f901863ff252fc4faa2))
* downgrade React to 18.3.1 (#116) ([b222646](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/commit/b222646296afee45f84a017ae50f6ab6382f9164)), closes [#116](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/issues/116)
## [2.0.3](https://github.com/Raven-Pensieve/obsidian-ace-code-editor/compare/2.0.2...2.0.3) (2026-05-19)

View file

@ -1,7 +1,7 @@
{
"id": "ace-code-editor",
"name": "Ace Code Editor",
"version": "2.0.3",
"version": "2.1.0",
"minAppVersion": "1.11.0",
"description": "An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.",
"author": "RavenHogWarts",

View file

@ -1,6 +1,6 @@
{
"name": "ace-code-editor",
"version": "2.0.3",
"version": "2.1.0",
"description": "An enhanced code editor using Ace editor, providing syntax highlighting, code folding, and other advanced editing features.",
"main": "main.js",
"scripts": {
@ -40,7 +40,7 @@
"eslint": "^10.4.0",
"eslint-plugin-obsidianmd": "^0.3.0",
"globals": "^17.6.0",
"obsidian": "^1.12.3",
"obsidian": "^1.13.1",
"plist": "^5.0.0",
"postcss": "^8.5.10",
"postcss-nesting": "^14.0.0",
@ -53,7 +53,7 @@
"@types/ace": "^0.0.52",
"ace-builds": "^1.44.0",
"html-react-parser": "^6.1.1",
"lucide-react": "^1.16.0",
"lucide-react": "^1.17.0",
"radix-ui": "^1.4.3",
"react": "^18.3.1",
"react-ace": "^14.0.1",

View file

@ -21,8 +21,8 @@ importers:
specifier: ^6.1.1
version: 6.1.1(@types/react@18.3.29)(react@18.3.1)
lucide-react:
specifier: ^1.16.0
version: 1.16.0(react@18.3.1)
specifier: ^1.17.0
version: 1.17.0(react@18.3.1)
radix-ui:
specifier: ^1.4.3
version: 1.4.3(@types/react-dom@18.3.7(@types/react@18.3.29))(@types/react@18.3.29)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@ -62,13 +62,13 @@ importers:
version: 10.4.0
eslint-plugin-obsidianmd:
specifier: ^0.3.0
version: 0.3.0(@eslint/js@10.0.1(eslint@10.4.0))(@eslint/json@0.14.0)(@typescript-eslint/parser@8.59.4(eslint@10.4.0)(typescript@5.9.3))(eslint@10.4.0)(obsidian@1.12.3(@codemirror/state@6.6.0)(@codemirror/view@6.43.1))(typescript-eslint@8.59.4(eslint@10.4.0)(typescript@5.9.3))
version: 0.3.0(@eslint/js@10.0.1(eslint@10.4.0))(@eslint/json@0.14.0)(@typescript-eslint/parser@8.59.4(eslint@10.4.0)(typescript@5.9.3))(eslint@10.4.0)(obsidian@1.13.1(@codemirror/state@6.6.0)(@codemirror/view@6.43.1))(typescript-eslint@8.59.4(eslint@10.4.0)(typescript@5.9.3))
globals:
specifier: ^17.6.0
version: 17.6.0
obsidian:
specifier: ^1.12.3
version: 1.12.3(@codemirror/state@6.6.0)(@codemirror/view@6.43.1)
specifier: ^1.13.1
version: 1.13.1(@codemirror/state@6.6.0)(@codemirror/view@6.43.1)
plist:
specifier: ^5.0.0
version: 5.0.0
@ -2009,8 +2009,8 @@ packages:
lru-cache@10.4.3:
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
lucide-react@1.16.0:
resolution: {integrity: sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==}
lucide-react@1.17.0:
resolution: {integrity: sha512-9FA9evdox/JQL5PT57fdA1x/yg8T7knJ98+zjTL3UfKza6pflQUUh3XtaQIHKvnsJw1lmsEyHVlt5jchYxOQ5w==}
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
@ -2100,8 +2100,8 @@ packages:
resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==}
engines: {node: '>= 0.4'}
obsidian@1.12.3:
resolution: {integrity: sha512-HxWqe763dOqzXjnNiHmAJTRERN8KILBSqxDSEqbeSr7W8R8Jxezzbca+nz1LiiqXnMpM8lV2jzAezw3CZ4xNUw==}
obsidian@1.13.1:
resolution: {integrity: sha512-qtTEA2pmhJzhuhJqzbBFRYhpIOqvW+krDYjtFynv66KbxBbumHBlsJfWw3I4jtnK/6fZwbQhCrmmDdRwXmX56w==}
peerDependencies:
'@codemirror/state': 6.5.0
'@codemirror/view': 6.38.6
@ -4299,7 +4299,7 @@ snapshots:
dependencies:
eslint: 10.4.0
eslint-plugin-obsidianmd@0.3.0(@eslint/js@10.0.1(eslint@10.4.0))(@eslint/json@0.14.0)(@typescript-eslint/parser@8.59.4(eslint@10.4.0)(typescript@5.9.3))(eslint@10.4.0)(obsidian@1.12.3(@codemirror/state@6.6.0)(@codemirror/view@6.43.1))(typescript-eslint@8.59.4(eslint@10.4.0)(typescript@5.9.3)):
eslint-plugin-obsidianmd@0.3.0(@eslint/js@10.0.1(eslint@10.4.0))(@eslint/json@0.14.0)(@typescript-eslint/parser@8.59.4(eslint@10.4.0)(typescript@5.9.3))(eslint@10.4.0)(obsidian@1.13.1(@codemirror/state@6.6.0)(@codemirror/view@6.43.1))(typescript-eslint@8.59.4(eslint@10.4.0)(typescript@5.9.3)):
dependencies:
'@eslint/config-helpers': 0.4.2
'@eslint/js': 10.0.1(eslint@10.4.0)
@ -4316,7 +4316,7 @@ snapshots:
eslint-plugin-no-unsanitized: 4.1.5(eslint@10.4.0)
eslint-plugin-security: 2.1.1
globals: 14.0.0
obsidian: 1.12.3(@codemirror/state@6.6.0)(@codemirror/view@6.43.1)
obsidian: 1.13.1(@codemirror/state@6.6.0)(@codemirror/view@6.43.1)
semver: 7.8.0
typescript: 5.4.5
typescript-eslint: 8.59.4(eslint@10.4.0)(typescript@5.9.3)
@ -4787,7 +4787,7 @@ snapshots:
lru-cache@10.4.3: {}
lucide-react@1.16.0(react@18.3.1):
lucide-react@1.17.0(react@18.3.1):
dependencies:
react: 18.3.1
@ -4880,7 +4880,7 @@ snapshots:
define-properties: 1.2.1
es-object-atoms: 1.1.1
obsidian@1.12.3(@codemirror/state@6.6.0)(@codemirror/view@6.43.1):
obsidian@1.13.1(@codemirror/state@6.6.0)(@codemirror/view@6.43.1):
dependencies:
'@codemirror/state': 6.6.0
'@codemirror/view': 6.43.1

View file

@ -21,5 +21,6 @@
"2.0.0": "1.8.0",
"2.0.1": "1.11.0",
"2.0.2": "1.11.0",
"2.0.3": "1.11.0"
"2.0.3": "1.11.0",
"2.1.0": "1.11.0"
}