@isardsat/editorial-client 6.16.0 → 6.18.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @isardsat/editorial-client
2
2
 
3
+ ## 6.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - dcbc22f: - Inject Firebase token on each request.
8
+ - Verify Firebase token on the server using Google public keys, requiring no extra configuration on Editorial.
9
+ - Add firebaseAuth middleware to protect routes.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [dcbc22f]
14
+ - @isardsat/editorial-common@6.18.0
15
+
16
+ ## 6.17.0
17
+
18
+ ### Minor Changes
19
+
20
+ - 74f9fff: - Adds /api/v1/diff endpoint that compares preview and production data.
21
+ - Adds an unpublished changes table on dashboard showing all pending changes with color-coded status badge.
22
+ - Highlight modified fields in ItemForm with yellow ring and "(modified)" label.
23
+ - Adds delete confirmation dialog to prevent accidental deletions.
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [74f9fff]
28
+ - @isardsat/editorial-common@6.17.0
29
+
3
30
  ## 6.16.0
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@isardsat/editorial-client",
3
- "version": "6.16.0",
3
+ "version": "6.18.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.16.0"
9
+ "@isardsat/editorial-common": "6.18.0"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@tsconfig/node22": "^22.0.0",