docs: add v1.2 to versioned docs experience#14
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
Copilot
AI
changed the title
[WIP] Update documentation for version 1.2
docs: add v1.2 to versioned docs experience
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After PR #13 enabled snapshot commits to trigger the Pages workflow, this PR completes the v1.2 documentation by adding the two pieces that were missing from the snapshot.
Changes
CHANGELOG.md— adds the missing v1.2.0 entry covering the ESM/CJS/UMD package formats and Rollup build migration introduced in Add ESM Support #12docs/docusaurus.config.js— explicitly registers'1.2'in theversionsconfig alongside the existingcurrententry, so the version label is declared rather than inferredThe versioned source files (
docs/versioned_docs/version-1.2/,docs/versioned_sidebars/version-1.2-sidebars.json,docs/versions.json) were already committed tomainvia thedocs: snapshot 1.2 release docscommit prior to #13 merging. After this PR merges, the deploy workflow will rebuild and publish the site with 1.2 selectable in the version dropdown.