Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/importmap-points-at-prebundled-deps.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/suggested-package-over-raw-fallback.md

This file was deleted.

14 changes: 14 additions & 0 deletions core/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @inkandswitch/patchwork-elements

## 6.0.2

### Patch Changes

- 882eacd: A doc whose only match is a wildcard tool (the raw viewer) but which suggests a
package now shows just the offer, instead of dropping the reader into raw JSON
that gets swapped out from under them once the import lands. If the import
registers nothing, the view says so rather than sitting empty.

The offer's toast is also themed: it took its colours from hardcoded light
values while its button read `--studio-*`, so in a dark theme a light card held
a black-on-black button. Both now use the theme's ink (`--studio-line` — the
`--studio-text` they asked for doesn't exist), surface and accent.

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/inkandswitch/patchwork-system.git",
"directory": "core/elements"
},
"version": "6.0.1",
"version": "6.0.2",
"author": "Ink & Switch",
"type": "module",
"description": "",
Expand Down
14 changes: 14 additions & 0 deletions core/patchwork/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @inkandswitch/patchwork

## 0.7.4

### Patch Changes

- 7339066: The dev importmap now names each builtin's pre-bundled dep URL
(`/node_modules/.vite/deps/…?v=…`) instead of `/@id/<dep>`. Both URLs resolve to
the same file, but a module fetched under two URLs is evaluated twice — the site
imported solid through the pre-bundled URL and tool code imported it through the
importmap, so tools ran against a second solid with its own owner stack and
logged "computations created outside a `createRoot`" for every effect they
created. Builtins that aren't pre-bundled still fall back to `/@id/<dep>`.
- Updated dependencies [882eacd]
- @inkandswitch/patchwork-elements@6.0.2

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/patchwork/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/inkandswitch/patchwork-system.git",
"directory": "core/patchwork"
},
"version": "0.7.3",
"version": "0.7.4",
"author": "Ink & Switch",
"type": "module",
"license": "MIT",
Expand Down
Loading