docs(changeset): Fix blue line on vector when graph becomes interactive after correct answer#3593
Merged
SonicScrewdriver merged 2 commits intomainfrom May 6, 2026
Merged
docs(changeset): Fix blue line on vector when graph becomes interactive after correct answer#3593SonicScrewdriver merged 2 commits intomainfrom
SonicScrewdriver merged 2 commits intomainfrom
Conversation
…ter correct answer
…es interactive after correct answer
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Contributor
🗄️ Schema Change: No Changes ✅ |
Contributor
🛠️ Item Splitting: No Changes ✅ |
Contributor
|
Size Change: +5 B (0%) Total Size: 504 kB 📦 View Changed
ℹ️ View Unchanged
|
Contributor
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (5fa232e) and published it to npm. You Example: pnpm add @khanacademy/perseus@PR3593If you are working in Khan Academy's frontend, you can run the below command. ./dev/tools/bump_perseus_version.ts -t PR3593If you are working in Khan Academy's webapp, you can run the below command. ./dev/tools/bump_perseus_version.js -t PR3593 |
ivyolamit
approved these changes
May 6, 2026
Contributor
ivyolamit
left a comment
There was a problem hiding this comment.
This logic look logical to me based on existing usage of interactiveColor.
Merged
handeyeco
pushed a commit
that referenced
this pull request
May 7, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/perseus@77.5.0 ### Minor Changes - [#3597](#3597) [`a51b5358a0`](a51b535) Thanks [@handeyeco](https://github.com/handeyeco)! - Deprecate excludeDenylistKeys and add workaround for `graded` ### Patch Changes - [#3593](#3593) [`7dd1ff6114`](7dd1ff6) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Fix blue line on vector when graph becomes interactive after correct answer - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` - [#3584](#3584) [`e5e24fb670`](e5e24fb) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Improving screen reader experience for pause/play button on image gifs. - Updated dependencies \[[`651efcc50b`](651efcc), [`51dd982ad9`](51dd982)]: - @khanacademy/kas@2.2.3 - @khanacademy/math-input@26.4.20 - @khanacademy/perseus-core@26.0.3 - @khanacademy/perseus-linter@5.0.3 - @khanacademy/perseus-score@8.8.2 - @khanacademy/pure-markdown@2.2.8 - @khanacademy/simple-markdown@2.2.3 - @khanacademy/keypad-context@3.2.48 - @khanacademy/kmath@2.4.6 ## @khanacademy/kas@2.2.3 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` ## @khanacademy/keypad-context@3.2.48 ### Patch Changes - Updated dependencies \[[`651efcc50b`](651efcc), [`51dd982ad9`](51dd982)]: - @khanacademy/perseus-core@26.0.3 ## @khanacademy/kmath@2.4.6 ### Patch Changes - Updated dependencies \[[`651efcc50b`](651efcc), [`51dd982ad9`](51dd982)]: - @khanacademy/perseus-core@26.0.3 ## @khanacademy/math-input@26.4.20 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` - Updated dependencies \[[`651efcc50b`](651efcc), [`51dd982ad9`](51dd982)]: - @khanacademy/perseus-core@26.0.3 - @khanacademy/keypad-context@3.2.48 ## @khanacademy/perseus-core@26.0.3 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` - [#3570](#3570) [`51dd982ad9`](51dd982) Thanks [@benchristel](https://github.com/benchristel)! - The Perseus parsers now guard against NaN and Infinity values in number fields. These values get converted to null by `JSON.stringify`, and previously caused the parsers to be non-idempotent. - Updated dependencies \[[`651efcc50b`](651efcc)]: - @khanacademy/kas@2.2.3 - @khanacademy/pure-markdown@2.2.8 ## @khanacademy/perseus-editor@31.2.2 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` - [#3583](#3583) [`e6e297c793`](e6e297c) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (CX) | Handle null width/height in image editor - [#3597](#3597) [`a51b5358a0`](a51b535) Thanks [@handeyeco](https://github.com/handeyeco)! - Deprecate excludeDenylistKeys and add workaround for `graded` - Updated dependencies \[[`7dd1ff6114`](7dd1ff6), [`651efcc50b`](651efcc), [`e5e24fb670`](e5e24fb), [`a51b5358a0`](a51b535), [`51dd982ad9`](51dd982)]: - @khanacademy/perseus@77.5.0 - @khanacademy/kas@2.2.3 - @khanacademy/math-input@26.4.20 - @khanacademy/perseus-core@26.0.3 - @khanacademy/perseus-linter@5.0.3 - @khanacademy/perseus-score@8.8.2 - @khanacademy/keypad-context@3.2.48 - @khanacademy/kmath@2.4.6 ## @khanacademy/perseus-linter@5.0.3 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` - Updated dependencies \[[`651efcc50b`](651efcc), [`51dd982ad9`](51dd982)]: - @khanacademy/kas@2.2.3 - @khanacademy/perseus-core@26.0.3 - @khanacademy/pure-markdown@2.2.8 - @khanacademy/kmath@2.4.6 ## @khanacademy/perseus-score@8.8.2 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` - Updated dependencies \[[`651efcc50b`](651efcc), [`51dd982ad9`](51dd982)]: - @khanacademy/kas@2.2.3 - @khanacademy/perseus-core@26.0.3 - @khanacademy/kmath@2.4.6 ## @khanacademy/pure-markdown@2.2.8 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` - Updated dependencies \[[`651efcc50b`](651efcc)]: - @khanacademy/simple-markdown@2.2.3 ## @khanacademy/simple-markdown@2.2.3 ### Patch Changes - [#3546](#3546) [`651efcc50b`](651efcc) Thanks [@nishasy](https://github.com/nishasy)! - Add new lint rule to avoid using `as` and suppress lint errors for existing instances of `as` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Summary:
[grey-hair] Fix blue line on vector when graph becomes interactive after correct answer
Issue: LEMS-XXXX
Test plan: