flamefront 0.1.4 → 0.1.5

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,10 @@ many or all of your Octane projects, even when each uses a different mode.
23
23
  - **Persistent shell state.** Keep players running, uploads progressing, and
24
24
  other shared UI state intact between pages without making the whole app
25
25
  client-rendered.
26
+ - **Dynamic control of the whole document.** Render `<html>`, `<head>`, and
27
+ `<body>` in a component, with reactive language, theme, and metadata across
28
+ navigation. Keep Vite's `index.html` for simpler apps.
29
+ [Define an app document](./docs/document.md).
26
30
  - **Choose when parts of a page become interactive.** Defer hydration until
27
31
  needed—for example, when content becomes visible or someone interacts with it.
28
32
  - **Write pages in Markdown or MDX.** Include them alongside your Octane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flamefront",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "description": "Typed centralized route manifests for Octane.",
6
6
  "license": "MIT",