Pre Release New Changes
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# Validation performed in the artifact environment
|
||||
|
||||
Validated on 2026-07-31 against the available repository snapshot plus the
|
||||
latest component replacements from this conversation.
|
||||
|
||||
Passed:
|
||||
|
||||
- Node syntax validation for both generator scripts and the browser playground
|
||||
- dynamic component-reference parsing and showcase generation
|
||||
- manifest/detail/event consistency checks for every unique component present in
|
||||
the artifact snapshot
|
||||
- generation of category pages, detail pages, typed playgrounds, public event
|
||||
documentation, and component-specific use cases
|
||||
- compilation of all 127 generated `.wrn` pages in the artifact snapshot using
|
||||
the available WRNexusJS compiler build
|
||||
- safe public component tags, self-closing behavior, named `data-slot` markup,
|
||||
single-quoted dynamic expressions, and apostrophe-safe structured props
|
||||
|
||||
The artifact snapshot is older than the user's current working repository, so
|
||||
its unique component count is not used as a release expectation. The patch has
|
||||
no hardcoded component count: applying it regenerates the current reference and
|
||||
all pages from the user's live `packages/ui/components` directory.
|
||||
|
||||
Bun is not installed in the artifact execution environment. The apply script
|
||||
therefore runs the authoritative local commands on the user's Windows checkout:
|
||||
|
||||
```text
|
||||
bun run scripts/generate-ui-component-reference.mjs
|
||||
bun run --cwd examples/component-showcase check
|
||||
```
|
||||
Reference in New Issue
Block a user