diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa5646..f7c195d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Nothing yet. +## [0.8.1] - 2026-07-01 + +### Changed + +- Bumped the bundled Scalar UI (`@scalar/api-reference`) from 1.61.0 to + 1.62.1 — across the CDN pin, the embedded bundle, and the + `package.json` tracker. The 1.62.x line adds UI localization (seven + languages plus RTL) and schema-rendering fixes (JSON Schema 2020-12 + `$dynamicRef`, discriminator-only variants, and an `allOf` + self-reference crash), and preserves the configuration and CSP + contracts stdocs relies on. The CDN SRI hash and the vendored bytes + are re-pinned to the 1.62.1 bundle, verified byte-identical across the + npm tarball and jsDelivr. + ## [0.8.0] - 2026-07-01 ### Added @@ -724,7 +738,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.0...HEAD +[Unreleased]: https://github.com/FumingPower3925/stdocs/compare/v0.8.1...HEAD +[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 [0.7.0]: https://github.com/FumingPower3925/stdocs/compare/v0.6.8...v0.7.0 diff --git a/package.json b/package.json index b2039eb..d2d7125 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.61.0", + "@scalar/api-reference": "1.62.1", "@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 95b3c34..cafa78c 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.61.0) and points at +// The CDN URL is pinned to a specific version (1.62.1) 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