diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c195d..668bbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Nothing yet. +## [0.8.2] - 2026-07-08 + +### Changed + +- Bumped the bundled Scalar UI (`@scalar/api-reference`) from 1.62.1 to + 1.62.5 — across the CDN pin, the embedded bundle, and the + `package.json` tracker. The 1.62.2–1.62.5 patches are rendering and + behavior fixes (deep links to response properties, an `allOf` + + `oneOf`/`anyOf` property-merge fix, AsyncAPI layout tweaks) and + preserve the configuration and CSP contracts stdocs relies on. The + CDN SRI hash and the vendored bytes are re-pinned to the 1.62.5 + bundle, verified byte-identical across the npm tarball and jsDelivr. + ## [0.8.1] - 2026-07-01 ### Changed @@ -738,7 +751,8 @@ Initial release. Dependabot for gomod/actions/npm with per-package version-parity tests, and a runnable demo (`cmd/demo`). -[Unreleased]: https://github.com/FumingPower3925/stdocs/compare/v0.8.1...HEAD +[Unreleased]: https://github.com/FumingPower3925/stdocs/compare/v0.8.2...HEAD +[0.8.2]: https://github.com/FumingPower3925/stdocs/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/FumingPower3925/stdocs/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/FumingPower3925/stdocs/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/FumingPower3925/stdocs/compare/v0.7.0...v0.7.1 diff --git a/package.json b/package.json index d2d7125..37fb805 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "Dev-only manifest. Used by Dependabot to track upstream versions of the docs UI bundles and the typescript release CI type-checks tsgen output against; the Go source in ui/*/*.go is the source of truth for the bundle versions that ship. Do not 'npm install' — the runtime does not import any npm package.", "devDependencies": { - "@scalar/api-reference": "1.62.1", + "@scalar/api-reference": "1.62.5", "@stoplight/elements": "9.0.23", "redoc": "2.5.3", "swagger-ui-dist": "5.32.8", diff --git a/ui/scalar/scalar.go b/ui/scalar/scalar.go index cafa78c..2614287 100644 --- a/ui/scalar/scalar.go +++ b/ui/scalar/scalar.go @@ -17,7 +17,7 @@ // Scalar JavaScript and CSS are loaded from cdn.jsdelivr.net at page // load time, so an internet connection is required. // -// The CDN URL is pinned to a specific version (1.62.1) and points at +// The CDN URL is pinned to a specific version (1.62.5) and points at // the verbatim dist/browser/standalone.js file from the npm package, // so its bytes are deterministic and the sha384 SRI hash below is // pinned in the