You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v11-migration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ The bundled default `root.layout.js` (used when `--eject` has not been run, or w
268
268
```sh
269
269
npm install uhtml-isomorphic
270
270
```
271
-
- If you were using the unenjoyed default layout, the rendered HTML structure is equivalent but the implementation changed. No action needed unless you were relying on implementation details.
271
+
- If you were using the un-ejected default layout, the rendered HTML structure is equivalent but the implementation changed. No action needed unless you were relying on implementation details.
272
272
273
273
---
274
274
@@ -296,14 +296,14 @@ Several filenames in the `dest` (output) directory changed. Update any tooling,
-[ ] Rename any files accidentally named `global.data.js`, `markdown-it.settings.js`, `page.md`, or `*.worker.js` that weren't intended for those purposes
374
374
-[ ] If using both `browser` in `global.vars.js` and `define` in `esbuild.settings.js`, consolidate to one
375
375
-[ ] If importing `uhtml-isomorphic` from layouts without it in your own `package.json`, add it explicitly
376
-
-[ ] Update any CI/scripts referencing `top-bun-esbuild-meta.json` → `dom-stack-esbuild-meta.json`
377
-
-[ ] Update any CI/scripts referencing `top-bun-defaults/` → `dom-stack-defaults/` in the output dir
376
+
-[ ] Update any CI/scripts referencing `top-bun-esbuild-meta.json` → `domstack-esbuild-meta.json`
377
+
-[ ] Update any CI/scripts referencing `top-bun-defaults/` → `domstack-defaults/` in the output dir
378
378
-[ ] Override `siteName` in `global.vars.js` if you were relying on the default value
0 commit comments