chore: prepare v9.3.8 release - #700
Conversation
CoverageStmts: 50.82% ▼-0.20% | Branch: 41.93% ▼-0.18% | Funcs: 49.20% ▼-0.01% | Lines: 50.96% ▼-0.17%
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ad85acd24a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| No edits are possible, but selection is still possible. | ||
|
|
||
| [Source code](https://github.com/visgl/deck.gl-community/blob/master/modules/editable-layers/src/edit-modes/view-mode.ts) | ||
| [Source code](https://github.com/visgl/deck.gl-community/tree/9.3-release/modules/editable-layers/src/edit-modes/view-mode.ts) |
There was a problem hiding this comment.
Preserve blob routes for source-file links
When readers click this source link, GitHub receives a /tree/9.3-release/.../view-mode.ts URL, but /tree/ addresses directories rather than files, so it does not open the referenced source file. This replacement changes every previously valid /blob/master/... file link in these API pages the same way; retain /blob/9.3-release/ for file targets while using /tree/ only for directories.
Useful? React with 👍 / 👎.
Summary
9.3-releasemaintenance line for v9.3.8Why
Igor's editable-layers fix is the final pre-WebGPU commit on master and needs a 9.3 patch release. The website still resolved Turf 6.5, whose packages expose only default exports, while editable-layers correctly targets Turf 7 and now uses its named exports.
Impact
This PR changes release-branch wiring and dependency metadata only. It does not include the WebGPU or wind commits that follow
06251b42.Validation
yarnyarn lintyarn buildyarn test— 163 files, 1,381 tests passed, 9 skippedcd website && yarn && yarn build06251b42and excludes0726d08a