@isardsat/editorial-client 6.15.0 → 6.17.0
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 +25 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @isardsat/editorial-client
|
|
2
2
|
|
|
3
|
+
## 6.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 74f9fff: - Adds /api/v1/diff endpoint that compares preview and production data.
|
|
8
|
+
- Adds an unpublished changes table on dashboard showing all pending changes with color-coded status badge.
|
|
9
|
+
- Highlight modified fields in ItemForm with yellow ring and "(modified)" label.
|
|
10
|
+
- Adds delete confirmation dialog to prevent accidental deletions.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [74f9fff]
|
|
15
|
+
- @isardsat/editorial-common@6.17.0
|
|
16
|
+
|
|
17
|
+
## 6.16.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 5ae66db: Improves init command to ensure all required files are created even if the editorial directory already exists.
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [5ae66db]
|
|
26
|
+
- @isardsat/editorial-common@6.16.0
|
|
27
|
+
|
|
3
28
|
## 6.15.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isardsat/editorial-client",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.17.0",
|
|
4
4
|
"description": "JavaScript client for the Editorial CMS API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@isardsat/editorial-common": "6.
|
|
9
|
+
"@isardsat/editorial-common": "6.17.0"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@tsconfig/node22": "^22.0.0",
|