feat(build): generate page-boundary helper
Expose generated ui::page as the canonical page-boundary rendering helper and move the Workout golden path and docs off beginner-visible ui::render calls. req: public_api/002 req: codegen/002 req: canonical_authoring/006
This commit is contained in:
@@ -99,9 +99,9 @@ persistence or cross-version addressing contract. req: abi/005
|
||||
For v1, document changes in three buckets:
|
||||
|
||||
- **Beginner API:** generated helpers, `#[hemx::app]`, `#[hemx::component]`,
|
||||
`#[hemx::handler]`, `#[hemx::form]`, `hemx::page`, tuple `IntoEffect`, and
|
||||
`Result<impl IntoEffect, E>` mapping. Breaking changes require a major version
|
||||
or an explicit migration note.
|
||||
`#[hemx::handler]`, `#[hemx::form]`, generated page-boundary rendering, tuple
|
||||
`IntoEffect`, and `Result<impl IntoEffect, E>` mapping. Breaking changes
|
||||
require a major version or an explicit migration note.
|
||||
- **Wire/runtime ABI:** EffectBatch schema, runtime ABI version, and fingerprint
|
||||
inputs. Incompatible changes must bump ABI versions and fail closed at runtime.
|
||||
- **Advanced escape hatches:** raw effects, manual registries, low-level ids,
|
||||
|
||||
Reference in New Issue
Block a user