@stapel/listings-react 0.14.0 → 0.14.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 +22 -1
- package/llms.txt +1 -1
- package/manifest.json +1 -1
- package/nav-manifest.json +1 -1
- package/package.json +2 -2
- package/src/analytics/generated/events.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @stapel/listings-react
|
|
2
2
|
|
|
3
|
+
## 0.14.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- The imported rule corpus and the vocabulary examples are source-neutral.
|
|
8
|
+
|
|
9
|
+
`test/fixtures/rules-corpus/imported/` replaces the directory named after the
|
|
10
|
+
external marketplace the corpus was imported from, and both files were
|
|
11
|
+
regenerated upstream (stapel-attributes 0.7.1) with a synthetic option
|
|
12
|
+
vocabulary and structural notes. The rewrite is injective per case, so the
|
|
13
|
+
TypeScript evaluator is still measured against exactly the same 3890 rules at
|
|
14
|
+
both polarities — 7780 frames, 15 730 feature-state expectations, the same
|
|
15
|
+
effect mix and the same shape gate. `scripts/gen-rules-corpus.mjs` copies the
|
|
16
|
+
`imported` set, and the `stapel-attributes` contract pin moves to v0.7.1.
|
|
17
|
+
|
|
18
|
+
Examples and demo data drop the source's name too: the worked vocabulary is
|
|
19
|
+
`phone-models` / `car-models` / `phone-catalog` across the attributes,
|
|
20
|
+
vocabularies, search and listings pairs. Comments, READMEs and changelog prose
|
|
21
|
+
say "an imported external catalogue" where they used to name the marketplace.
|
|
22
|
+
No runtime behaviour, exported API or wire shape changes.
|
|
23
|
+
|
|
3
24
|
## 0.14.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -313,7 +334,7 @@
|
|
|
313
334
|
stapel-attributes 0.6.0 registers a thirteenth builtin type: one feature
|
|
314
335
|
holding a small TABLE. Its value is a list of rows keyed by child slug, and its
|
|
315
336
|
`config.fields` are full feature definitions of the ordinary kinds — which is
|
|
316
|
-
the shape 2 468 fields of the
|
|
337
|
+
the shape 2 468 fields of the imported catalogue corpus carry (a discount ladder is
|
|
317
338
|
"from N units, M % off", up to five steps) and that no other kind could hold.
|
|
318
339
|
|
|
319
340
|
**attributes-react**
|
package/llms.txt
CHANGED
package/manifest.json
CHANGED
package/nav-manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stapel/listings-react",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "Headless React pair for stapel-listings: a typed client over the draft twin, the composer that turns a category schema into a submittable listing, and the owner's dashboard. Two independent axes are rendered as two — lifecycle `status` decides visibility and `moderation_status` decides nothing about it, so an edit to a live listing stays live and says 'under review' instead of vanishing. Feature values are drawn and mirrored by @stapel/attributes-react; photos arrive as an injected upload bag whose `refs` ARE `images_draft` and whose `settled` gates the submit; a publish refusal is routed onto the control that caused it by slug. Zero visual opinion in the main entry; an opt-in /default subpath ships the antd skin.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"size-limit": "^11.2.0",
|
|
103
103
|
"typescript": "^5.8.3",
|
|
104
104
|
"vitest": "^3.2.4",
|
|
105
|
-
"@stapel/attributes-react": "^0.8.
|
|
105
|
+
"@stapel/attributes-react": "^0.8.1",
|
|
106
106
|
"@stapel/core": "^0.22.0",
|
|
107
107
|
"@stapel/currencies-react": "^0.3.0",
|
|
108
108
|
"@stapel/image": "^0.4.2",
|