docs: prepare 1.13.0 release - #96
Merged
Merged
Conversation
…log and refresh AI guidance Agent-Logs-Url: https://github.com/bQuery/bQuery/sessions/b40036a6-ac4b-41d5-86e1-5989628a0568 Co-authored-by: JosunLP <[email protected]>
Copilot created this pull request from a session on behalf of
JosunLP
May 21, 2026 01:21
View session
JosunLP
marked this pull request as ready for review
May 21, 2026 01:22
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation refresh to align the 1.13.0 release narrative across the changelog, repo AI guidance files, README, and docs landing page—specifically folding previously-unreleased motion + core utils expansion into the 1.13.0 story.
Changes:
- Moved the previously listed
[Unreleased]motion + core utils additions into the[1.13.0]section and updated the 1.13.0 release date. - Updated AI guidance snapshots (AGENT/llms/Copilot instructions/Cursor/Cline) to reflect the expanded 1.13.0 public surface.
- Updated the README and docs landing page “New in 1.13.0” callouts to include motion + utils.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Expands the “New in 1.13.0” callout to include motion + core utils. |
| llms.txt | Updates 1.13.0 highlights and rewrites module descriptions (Core/Motion) to match current surface. |
| docs/index.md | Updates landing-page “New in …” section from 1.11.0 to 1.13.0 content. |
| CHANGELOG.md | Resets [Unreleased], folds motion + utils additions into 1.13.0, bumps release date. |
| AGENT.md | Extends 1.13.0 highlights to cover motion + core utils expansion. |
| .github/copilot-instructions.md | Extends 1.13.0 highlight bullets for motion + core utils. |
| .cursorrules | Adds a 1.13.0 API notes section. |
| .clinerules | Updates baseline summary paragraph to include 1.13.0 motion + core utils. |
Agent-Logs-Url: https://github.com/bQuery/bQuery/sessions/e24f029d-b66f-4036-a7b8-0ea9d15e4958 Co-authored-by: JosunLP <[email protected]>
JosunLP
added a commit
that referenced
this pull request
May 21, 2026
* docs: prepare 1.13.0 release — fold motion + utils into 1.13.0 changelog and refresh AI guidance Agent-Logs-Url: https://github.com/bQuery/bQuery/sessions/b40036a6-ac4b-41d5-86e1-5989628a0568 Co-authored-by: JosunLP <[email protected]> * docs: clarify release guidance wording Agent-Logs-Url: https://github.com/bQuery/bQuery/sessions/e24f029d-b66f-4036-a7b8-0ea9d15e4958 Co-authored-by: JosunLP <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JosunLP <[email protected]>
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.
package.jsonwas already at1.13.0, but the[Unreleased]block held a large motion +core/utilsexpansion that had shipped under the same package version after the existing[1.13.0] - 2026-05-19entry was written. AI guidance, README, and docs landing only advertised the forms/component slice of the release.Changes
[Unreleased]motion (easings/composers,tween/animateValue,animateTo,springVector, label-aware timelines,scrollProgress/inView/magnetic/tilt/shake/pulse/countUp, richerstagger, reactive reduced-motion) andcore/utilsadditions (array/function/object/string/number/misc helpers + extra type guards) into[1.13.0]; release date bumped to2026-05-21;[Unreleased]reset to empty..github/copilot-instructions.md— extended the 1.13.0 highlights to cover the motion + utils expansion. Inllms.txtthe### Motionand### Coremodule descriptions were rewritten to actually match the current public surface (they still described pre-expansion APIs).## 1.13.0 API Notessection above the existing 1.12.0 notes.Documentation-only; no source changes.
bun run check:ai-guidanceandbun run check:full-bundleremain green.