Commit da431bf
committed
chore: release core 0.7.45, vscode 0.2.3, nvim 0.2.3
core 0.7.45 ships the #1114 fix (a stale hover prefetch no longer degrades a
click to a full page load) plus the new webjs:navigation-fallback event.
Both editor plugins were missed by my first audit pass. I had dismissed them
with "intellisense is unchanged, so neither plugin owes a republish", which
is the wrong test: the question is whether the PLUGIN's own shipped bundle
changed since the PLUGIN's last release, not since intellisense's.
The VS Code extension is the sharper case. Its shipped "open documentation"
command still pointed at docs.webjs.dev, which moved onto the main domain in
#1101, and its README (packaged into the vsix, rendered as the Marketplace
listing) carried a brand-casing fix. Both are user-visible in a published
artifact, and the stale-host one is the same class core 0.7.44 was released
on its own to ship.
webjs.nvim carries a committed copy of @webjsdev/intellisense. Its src was
already current, but the copied package.json still declared 0.5.1 against a
real 0.5.4, so the published plugin misreported the language-service version
it ships. Re-vendored here. Worth noting the drift guard cannot catch this:
vendor-sync.test.mjs byte-compares only src/, while the vendor script also
copies package.json.
Distribution note, stated correctly this time: both plugin changelogs carry
npm: false, and BOTH publish-npm.js and publish-release.js skip on that flag.
So merging cuts no npm publish, no GitHub Release and no tag for the two
plugins; their only automated output is the /changelog entry. Actual
distribution stays manual: the nvim subtree split, and a vsce publish by the
owner.1 parent f34fa5c commit da431bf
8 files changed
Lines changed: 58 additions & 7 deletions
File tree
- changelog
- core
- nvim
- vscode
- packages
- core
- editors
- nvim
- vendor/node_modules/@webjsdev/intellisense
- vscode
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments