@23blocks/block-content 4.0.0 → 4.0.1
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 +324 -0
- package/package.json +3 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,324 @@
|
|
|
1
|
+
## 4.0.1 (2026-03-03)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @23blocks/jsonapi-codec to 3.3.2
|
|
6
|
+
- Updated @23blocks/contracts to 2.3.2
|
|
7
|
+
|
|
8
|
+
# 4.0.0 (2026-02-20)
|
|
9
|
+
|
|
10
|
+
### 🩹 Fixes
|
|
11
|
+
|
|
12
|
+
- ⚠️ replace appId with apiKey across all block configs to align with BlockConfig contract ([f81626d](https://github.com/23blocks-OS/frontend-sdk/commit/f81626d))
|
|
13
|
+
- resolve typecheck errors across all block packages ([6089324](https://github.com/23blocks-OS/frontend-sdk/commit/6089324))
|
|
14
|
+
|
|
15
|
+
### ⚠️ Breaking Changes
|
|
16
|
+
|
|
17
|
+
- replace appId with apiKey across all block configs to align with BlockConfig contract ([f81626d](https://github.com/23blocks-OS/frontend-sdk/commit/f81626d))
|
|
18
|
+
Block config no longer accepts appId. Use apiKey instead.
|
|
19
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
20
|
+
|
|
21
|
+
### 🧱 Updated Dependencies
|
|
22
|
+
|
|
23
|
+
- Updated @23blocks/jsonapi-codec to 3.3.1
|
|
24
|
+
- Updated @23blocks/contracts to 2.3.1
|
|
25
|
+
|
|
26
|
+
### ❤️ Thank You
|
|
27
|
+
|
|
28
|
+
- Claude Opus 4.6
|
|
29
|
+
- Juan Pelaez
|
|
30
|
+
|
|
31
|
+
## 3.5.0 (2026-02-17)
|
|
32
|
+
|
|
33
|
+
### 🚀 Features
|
|
34
|
+
|
|
35
|
+
- add health() method to all 18 blocks for service connectivity checks ([73514a3](https://github.com/23blocks-OS/frontend-sdk/commit/73514a3))
|
|
36
|
+
|
|
37
|
+
### 🧱 Updated Dependencies
|
|
38
|
+
|
|
39
|
+
- Updated @23blocks/jsonapi-codec to 3.3.0
|
|
40
|
+
- Updated @23blocks/contracts to 2.3.0
|
|
41
|
+
|
|
42
|
+
### ❤️ Thank You
|
|
43
|
+
|
|
44
|
+
- Claude Opus 4.6
|
|
45
|
+
- Juan Pelaez
|
|
46
|
+
|
|
47
|
+
## 3.4.0 (2026-02-08)
|
|
48
|
+
|
|
49
|
+
### 🚀 Features
|
|
50
|
+
|
|
51
|
+
- add comprehensive JSDoc documentation and llms.txt for AI agent consumption ([fd97df2](https://github.com/23blocks-OS/frontend-sdk/commit/fd97df2))
|
|
52
|
+
|
|
53
|
+
### 🧱 Updated Dependencies
|
|
54
|
+
|
|
55
|
+
- Updated @23blocks/jsonapi-codec to 3.2.0
|
|
56
|
+
- Updated @23blocks/contracts to 2.2.0
|
|
57
|
+
|
|
58
|
+
### ❤️ Thank You
|
|
59
|
+
|
|
60
|
+
- Claude Opus 4.6
|
|
61
|
+
- Juan Pelaez
|
|
62
|
+
|
|
63
|
+
## 3.3.7 (2026-02-07)
|
|
64
|
+
|
|
65
|
+
### 🧱 Updated Dependencies
|
|
66
|
+
|
|
67
|
+
- Updated @23blocks/jsonapi-codec to 3.1.3
|
|
68
|
+
- Updated @23blocks/contracts to 2.1.3
|
|
69
|
+
|
|
70
|
+
## 3.3.6 (2026-02-06)
|
|
71
|
+
|
|
72
|
+
### 🧱 Updated Dependencies
|
|
73
|
+
|
|
74
|
+
- Updated @23blocks/jsonapi-codec to 3.1.2
|
|
75
|
+
- Updated @23blocks/contracts to 2.1.2
|
|
76
|
+
|
|
77
|
+
## 3.3.5 (2026-01-20)
|
|
78
|
+
|
|
79
|
+
### 🩹 Fixes
|
|
80
|
+
|
|
81
|
+
- resolve TypeScript errors and add PostTemplate validation support ([250d284](https://github.com/23blocks-OS/frontend-sdk/commit/250d284))
|
|
82
|
+
|
|
83
|
+
### 🧱 Updated Dependencies
|
|
84
|
+
|
|
85
|
+
- Updated @23blocks/jsonapi-codec to 3.1.1
|
|
86
|
+
- Updated @23blocks/contracts to 2.1.1
|
|
87
|
+
|
|
88
|
+
### ❤️ Thank You
|
|
89
|
+
|
|
90
|
+
- Claude Opus 4.5
|
|
91
|
+
- Juan Pelaez
|
|
92
|
+
|
|
93
|
+
## 3.3.4 (2026-01-19)
|
|
94
|
+
|
|
95
|
+
### 🚀 Features
|
|
96
|
+
|
|
97
|
+
- **content:** add series association to post create/update endpoints ([a4c4ccd](https://github.com/23blocks-OS/frontend-sdk/commit/a4c4ccd))
|
|
98
|
+
|
|
99
|
+
### ❤️ Thank You
|
|
100
|
+
|
|
101
|
+
- Claude Opus 4.5
|
|
102
|
+
- Juan Pelaez
|
|
103
|
+
|
|
104
|
+
## 3.3.3 (2026-01-16)
|
|
105
|
+
|
|
106
|
+
### 🚀 Features
|
|
107
|
+
|
|
108
|
+
- **content:** add Series feature with 16 API endpoints ([e5f54df](https://github.com/23blocks-OS/frontend-sdk/commit/e5f54df))
|
|
109
|
+
|
|
110
|
+
### ❤️ Thank You
|
|
111
|
+
|
|
112
|
+
- Claude Opus 4.5
|
|
113
|
+
- Juan Pelaez
|
|
114
|
+
|
|
115
|
+
## 3.3.2 (2026-01-16)
|
|
116
|
+
|
|
117
|
+
### 🚀 Features
|
|
118
|
+
|
|
119
|
+
- **content:** align SDK with Content API serializers and routes ([16002aa](https://github.com/23blocks-OS/frontend-sdk/commit/16002aa))
|
|
120
|
+
|
|
121
|
+
### ❤️ Thank You
|
|
122
|
+
|
|
123
|
+
- Claude Opus 4.5
|
|
124
|
+
- Juan Pelaez
|
|
125
|
+
|
|
126
|
+
## 3.3.1 (2026-01-16)
|
|
127
|
+
|
|
128
|
+
### 🩹 Fixes
|
|
129
|
+
|
|
130
|
+
- **mappers:** remove dangerous uniqueId fallback to resource.id ([e96c555](https://github.com/23blocks-OS/frontend-sdk/commit/e96c555))
|
|
131
|
+
|
|
132
|
+
### ❤️ Thank You
|
|
133
|
+
|
|
134
|
+
- Claude Opus 4.5
|
|
135
|
+
- Juan Pelaez
|
|
136
|
+
|
|
137
|
+
## 3.3.0 (2026-01-04)
|
|
138
|
+
|
|
139
|
+
### 🚀 Features
|
|
140
|
+
|
|
141
|
+
- implement LOW priority services across SDK blocks ([9296d12](https://github.com/23blocks-OS/frontend-sdk/commit/9296d12))
|
|
142
|
+
|
|
143
|
+
### ❤️ Thank You
|
|
144
|
+
|
|
145
|
+
- Claude Opus 4.5
|
|
146
|
+
- Juan Pelaez
|
|
147
|
+
|
|
148
|
+
## 3.2.0 (2026-01-04)
|
|
149
|
+
|
|
150
|
+
### 🚀 Features
|
|
151
|
+
|
|
152
|
+
- implement MEDIUM priority missing services ([9654f3b](https://github.com/23blocks-OS/frontend-sdk/commit/9654f3b))
|
|
153
|
+
|
|
154
|
+
### ❤️ Thank You
|
|
155
|
+
|
|
156
|
+
- Claude Opus 4.5
|
|
157
|
+
- Juan Pelaez
|
|
158
|
+
|
|
159
|
+
## 3.1.1 (2026-01-04)
|
|
160
|
+
|
|
161
|
+
### 🩹 Fixes
|
|
162
|
+
|
|
163
|
+
- export all types, services, and mappers from blocks ([82cc41a](https://github.com/23blocks-OS/frontend-sdk/commit/82cc41a))
|
|
164
|
+
|
|
165
|
+
### ❤️ Thank You
|
|
166
|
+
|
|
167
|
+
- Claude Opus 4.5
|
|
168
|
+
- Juan Pelaez
|
|
169
|
+
|
|
170
|
+
## 3.1.0 (2026-01-01)
|
|
171
|
+
|
|
172
|
+
### 🧱 Updated Dependencies
|
|
173
|
+
|
|
174
|
+
- Updated @23blocks/jsonapi-codec to 3.1.0
|
|
175
|
+
- Updated @23blocks/contracts to 2.1.0
|
|
176
|
+
|
|
177
|
+
## 3.0.1 (2025-12-17)
|
|
178
|
+
|
|
179
|
+
### 🧱 Updated Dependencies
|
|
180
|
+
|
|
181
|
+
- Updated @23blocks/jsonapi-codec to 3.0.1
|
|
182
|
+
- Updated @23blocks/contracts to 2.0.1
|
|
183
|
+
|
|
184
|
+
# 3.0.0 (2025-12-17)
|
|
185
|
+
|
|
186
|
+
### 🧱 Updated Dependencies
|
|
187
|
+
|
|
188
|
+
- Updated @23blocks/jsonapi-codec to 3.0.0
|
|
189
|
+
- Updated @23blocks/contracts to 2.0.0
|
|
190
|
+
|
|
191
|
+
## 2.1.0 (2025-12-15)
|
|
192
|
+
|
|
193
|
+
### 🚀 Features
|
|
194
|
+
|
|
195
|
+
- expand SDK API coverage for Content, Files, Forms, Geolocation blocks ([8e5c709](https://github.com/23blocks-OS/frontend-sdk/commit/8e5c709))
|
|
196
|
+
|
|
197
|
+
### ❤️ Thank You
|
|
198
|
+
|
|
199
|
+
- Claude Opus 4.5
|
|
200
|
+
- Juan Pelaez
|
|
201
|
+
|
|
202
|
+
# 2.0.0 (2025-12-15)
|
|
203
|
+
|
|
204
|
+
### 🩹 Fixes
|
|
205
|
+
|
|
206
|
+
- ⚠️ wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
|
|
207
|
+
|
|
208
|
+
### ⚠️ Breaking Changes
|
|
209
|
+
|
|
210
|
+
- wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
|
|
211
|
+
All service methods now correctly wrap request bodies
|
|
212
|
+
with Rails-expected parameter keys (e.g., `user:`, `contact:`, `order:`).
|
|
213
|
+
This fixes the critical issue where API requests were failing validation
|
|
214
|
+
because parameters were sent flat instead of wrapped.
|
|
215
|
+
Affected blocks:
|
|
216
|
+
- block-authentication: auth, users, guests, apps, subscriptions, api-keys, roles
|
|
217
|
+
- block-crm: contacts, accounts, leads, opportunities, meetings, quotes
|
|
218
|
+
- block-company: companies, departments, teams, team-members, quarters
|
|
219
|
+
- block-content: posts, comments, categories, tags
|
|
220
|
+
- block-products: products, cart, catalog
|
|
221
|
+
- block-sales: orders, order-details, payments, subscriptions
|
|
222
|
+
- block-conversations: messages, groups, draft-messages, notifications
|
|
223
|
+
- block-wallet: wallets, authorization-codes
|
|
224
|
+
- block-files: storage-files, entity-files, file-schemas
|
|
225
|
+
- block-forms: forms, form-schemas, form-sets, form-instances
|
|
226
|
+
- block-assets: assets, asset-events, asset-audits
|
|
227
|
+
- block-campaigns: campaigns, campaign-media, audiences, landing-pages
|
|
228
|
+
- block-geolocation: locations, addresses, areas, regions, routes, bookings, premises
|
|
229
|
+
- block-rewards: rewards, coupons, loyalty, badges
|
|
230
|
+
- block-onboarding: onboardings, flows, user-journeys, user-identities
|
|
231
|
+
- block-university: courses, lessons, enrollments, assignments, submissions
|
|
232
|
+
- block-jarvis: agents, prompts, workflows, conversations
|
|
233
|
+
Consumer API remains unchanged - this is an internal fix.
|
|
234
|
+
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
|
235
|
+
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
|
236
|
+
|
|
237
|
+
### 🧱 Updated Dependencies
|
|
238
|
+
|
|
239
|
+
- Updated @23blocks/jsonapi-codec to 2.0.0
|
|
240
|
+
|
|
241
|
+
### ❤️ Thank You
|
|
242
|
+
|
|
243
|
+
- Claude Opus 4.5
|
|
244
|
+
- Juan Pelaez
|
|
245
|
+
|
|
246
|
+
## 1.0.5 (2025-12-14)
|
|
247
|
+
|
|
248
|
+
### 🧱 Updated Dependencies
|
|
249
|
+
|
|
250
|
+
- Updated @23blocks/jsonapi-codec to 1.0.4
|
|
251
|
+
- Updated @23blocks/contracts to 1.0.4
|
|
252
|
+
|
|
253
|
+
## 1.0.4 (2025-12-14)
|
|
254
|
+
|
|
255
|
+
### 🧱 Updated Dependencies
|
|
256
|
+
|
|
257
|
+
- Updated @23blocks/jsonapi-codec to 1.0.3
|
|
258
|
+
- Updated @23blocks/contracts to 1.0.3
|
|
259
|
+
|
|
260
|
+
## 1.0.3 (2025-12-14)
|
|
261
|
+
|
|
262
|
+
### 🩹 Fixes
|
|
263
|
+
|
|
264
|
+
- **block-content:** add repository field for npm provenance ([e84e4b2](https://github.com/23blocks-OS/frontend-sdk/commit/e84e4b2))
|
|
265
|
+
|
|
266
|
+
### ❤️ Thank You
|
|
267
|
+
|
|
268
|
+
- Claude Opus 4.5
|
|
269
|
+
- Juan Pelaez
|
|
270
|
+
|
|
271
|
+
## 1.0.2 (2025-12-14)
|
|
272
|
+
|
|
273
|
+
### 🧱 Updated Dependencies
|
|
274
|
+
|
|
275
|
+
- Updated @23blocks/jsonapi-codec to 1.0.2
|
|
276
|
+
- Updated @23blocks/contracts to 1.0.2
|
|
277
|
+
|
|
278
|
+
## 1.0.1 (2025-12-14)
|
|
279
|
+
|
|
280
|
+
### 🧱 Updated Dependencies
|
|
281
|
+
|
|
282
|
+
- Updated @23blocks/jsonapi-codec to 1.0.1
|
|
283
|
+
- Updated @23blocks/contracts to 1.0.1
|
|
284
|
+
|
|
285
|
+
# 1.0.0 (2025-12-13)
|
|
286
|
+
|
|
287
|
+
### 🧱 Updated Dependencies
|
|
288
|
+
|
|
289
|
+
- Updated @23blocks/jsonapi-codec to 1.0.0
|
|
290
|
+
- Updated @23blocks/contracts to 1.0.0
|
|
291
|
+
|
|
292
|
+
## 0.2.1 (2025-12-13)
|
|
293
|
+
|
|
294
|
+
### 🧱 Updated Dependencies
|
|
295
|
+
|
|
296
|
+
- Updated @23blocks/jsonapi-codec to 0.1.2
|
|
297
|
+
- Updated @23blocks/contracts to 0.1.2
|
|
298
|
+
|
|
299
|
+
## 0.2.0 (2025-12-13)
|
|
300
|
+
|
|
301
|
+
### 🚀 Features
|
|
302
|
+
|
|
303
|
+
- add all block packages with React and Angular bindings ([bbeecf7](https://github.com/23blocks-OS/frontend-sdk/commit/bbeecf7))
|
|
304
|
+
|
|
305
|
+
### 🧱 Updated Dependencies
|
|
306
|
+
|
|
307
|
+
- Updated @23blocks/jsonapi-codec to 0.1.1
|
|
308
|
+
- Updated @23blocks/contracts to 0.1.1
|
|
309
|
+
|
|
310
|
+
### ❤️ Thank You
|
|
311
|
+
|
|
312
|
+
- Claude Opus 4.5
|
|
313
|
+
- Juan Pelaez
|
|
314
|
+
|
|
315
|
+
## 0.1.0 (2025-12-13)
|
|
316
|
+
|
|
317
|
+
### 🚀 Features
|
|
318
|
+
|
|
319
|
+
- 23blocks SDK initial release ([ab53789](https://github.com/23blocks-OS/frontend-sdk/commit/ab53789))
|
|
320
|
+
|
|
321
|
+
### ❤️ Thank You
|
|
322
|
+
|
|
323
|
+
- Claude Opus 4.5
|
|
324
|
+
- Juan Pelaez
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@23blocks/block-content",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"dist",
|
|
23
|
+
"CHANGELOG.md",
|
|
24
|
+
"README.md",
|
|
23
25
|
"!**/*.tsbuildinfo"
|
|
24
26
|
],
|
|
25
27
|
"nx": {
|