@lexion-rte/tools 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @lexion-rte/tools
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Release `0.1.3` with framework-native adapter samples and documentation alignment.
8
+
9
+ - Add runnable sample apps for each adapter package in `apps/*-sample`.
10
+ - Ensure adapter and extension docs use real framework code style (React JSX, Vue SFC, Vue 2 Options API, Angular component lifecycle, Svelte action/component usage, Solid JSX).
11
+ - Update guides and task tracking to reflect the full adapter sample matrix and framework-accurate examples.
12
+
13
+ - Updated dependencies
14
+ - @lexion-rte/core@0.1.3
15
+
3
16
  ## 0.1.2
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexion-rte/tools",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Document conversion tools for the Lexion editor platform.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "prosemirror-model": "^1.22.3",
37
- "@lexion-rte/core": "0.1.2"
37
+ "@lexion-rte/core": "0.1.3"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsc -p tsconfig.json",