siyuan 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/kernel.d.ts +1205 -0
- package/package.json +43 -17
- package/siyuan.d.ts +33 -32
- package/types/config.d.ts +204 -75
- package/types/index.d.ts +135 -30
- package/types/kernel.d.ts +120 -0
- package/types/layout/Model.d.ts +1 -1
- package/types/layout/dock/Files.d.ts +1 -0
- package/types/platformUtils.ts +3 -0
- package/types/protyle.d.ts +25 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.2.3 2026
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## v1.2.2 2026-6-30
|
|
7
|
+
|
|
8
|
+
* [Align with SiYuan's latest type definitions](https://github.com/siyuan-note/petal/pull/54)
|
|
9
|
+
* [Deprecate updateTransaction and replace with updateTransactionElement](https://github.com/siyuan-note/siyuan/issues/17828)
|
|
10
|
+
* [Improve LocalStorage related APIs](https://github.com/siyuan-note/siyuan/pull/17482)
|
|
11
|
+
* [Add kernel type definitions and update package exports](https://github.com/siyuan-note/petal/pull/49)
|
|
12
|
+
* [Add MCP interface and handler types to kernel definitions](https://github.com/siyuan-note/petal/pull/53)
|
|
13
|
+
* [Provides plugin functions for exporting files](https://github.com/siyuan-note/siyuan/issues/15484)
|
|
14
|
+
|
|
3
15
|
## v1.2.1 2026-04-21
|
|
4
16
|
|
|
5
17
|
* [Add `switchMode` method to Protyle instance](https://github.com/siyuan-note/siyuan/issues/17552)
|