@lexion-rte/angular 0.1.4 → 0.1.6
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 +23 -0
- package/package.json +4 -4
- /package/{LICENSE → LICENSE.md} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @lexion-rte/angular
|
|
2
2
|
|
|
3
|
+
## 0.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @lexion-rte/web@0.1.6
|
|
8
|
+
|
|
9
|
+
## 0.1.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 1d74f2e: Introduce the open-core package split for Lexion.
|
|
14
|
+
|
|
15
|
+
Community editing features now ship in `@lexion-rte/starter-kit`, while commercial-only capabilities move behind private package boundaries. Public documentation and package metadata now describe the dual-license/open-core model consistently.
|
|
16
|
+
|
|
17
|
+
Migration note:
|
|
18
|
+
|
|
19
|
+
- replace imports from `@lexion-rte/extensions` with `@lexion-rte/starter-kit` for starter-kit commands and extensions
|
|
20
|
+
- use the new package/docs structure for community versus commercial features going forward
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [1d74f2e]
|
|
23
|
+
- @lexion-rte/core@0.1.5
|
|
24
|
+
- @lexion-rte/web@0.1.5
|
|
25
|
+
|
|
3
26
|
## 0.1.4
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lexion-rte/angular",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Angular adapter utilities for the Lexion editor.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"import": "./dist/index.js"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"license": "GPL-3.0-
|
|
15
|
+
"license": "GPL-3.0-or-later",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "https://github.com/dariusve/lexion.git",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@lexion-rte/core": "0.1.
|
|
42
|
-
"@lexion-rte/web": "0.1.
|
|
41
|
+
"@lexion-rte/core": "0.1.5",
|
|
42
|
+
"@lexion-rte/web": "0.1.6"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "tsc -p tsconfig.json",
|
/package/{LICENSE → LICENSE.md}
RENAMED
|
File without changes
|