Commit d854d79
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.
The two editor plugins were missed by my first audit and are added here.
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. Both did.
The VS Code extension is the sharper case. Its shipped "open documentation"
command still points at docs.webjs.dev, which moved onto the main domain in
#1101. That is user-visible behaviour in a published artifact, and it is the
same class of stale-host fix that core 0.7.44 was released on its own to
ship. webjs.nvim carries a refreshed committed intellisense bundle.
Both changelogs keep npm: false, so release.yml cuts GitHub Releases for
them and publishes neither to the registry. The actual distribution is still
manual: the nvim subtree split, and a vsce publish by the owner.1 parent b521c3b commit d854d79
5 files changed
Lines changed: 31 additions & 3 deletions
File tree
- changelog
- core
- nvim
- vscode
- packages/editors
- nvim
- vscode
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 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 | + | |
| 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 | | |
7 | 7 | | |
| |||
0 commit comments