Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mafs.point flag to Renderer prop types #1386

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

benchristel
Copy link
Member

@benchristel benchristel commented Jul 1, 2024

Summary:

Perseus renders point graphs with fixed numbers of points using Mafs
when the mafs.point flag is on. Previously, however, the apiOptions
type (used in the Renderer props) did not allow this flag to be passed.
This commit makes it so the flag can be passed without a type error.

Issue: none

Test plan:

Perseus renders point graphs with fixed numbers of points using Mafs
when the `mafs.point` flag is on. Previously, however, the apiOptions
type (used in the Renderer props) did not allow this flag to be passed.
This commit makes it so the flag can be passed without a type error.
@benchristel benchristel self-assigned this Jul 1, 2024
@khan-actions-bot khan-actions-bot requested a review from a team July 1, 2024 20:39
@khan-actions-bot
Copy link
Contributor

Gerald

Required Reviewers
  • @Khan/perseus for changes to .changeset/curvy-singers-check.md, packages/perseus/src/types.ts

Don't want to be involved in this pull request? Comment #removeme and we won't notify you of further changes.

Copy link
Contributor

github-actions bot commented Jul 1, 2024

npm Snapshot: Published

Good news!! We've packaged up the latest commit from this PR (dc43a36) and published it to npm. You
can install it using the tag PR1386.

Example:

yarn add @khanacademy/perseus@PR1386

If you are working in Khan Academy's webapp, you can run:

./dev/tools/bump_perseus_version.sh -t PR1386

Copy link
Contributor

github-actions bot commented Jul 1, 2024

Size Change: 0 B

Total Size: 849 kB

ℹ️ View Unchanged
Filename Size
packages/kas/dist/es/index.js 38.2 kB
packages/kmath/dist/es/index.js 4.26 kB
packages/math-input/dist/es/index.js 80.1 kB
packages/math-input/dist/es/strings.js 1.73 kB
packages/perseus-core/dist/es/index.js 906 B
packages/perseus-editor/dist/es/index.js 272 kB
packages/perseus-error/dist/es/index.js 866 B
packages/perseus-linter/dist/es/index.js 21.8 kB
packages/perseus/dist/es/index.js 410 kB
packages/perseus/dist/es/strings.js 3.21 kB
packages/pure-markdown/dist/es/index.js 3.67 kB
packages/simple-markdown/dist/es/index.js 12.4 kB

compressed-size-action

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.01%. Comparing base (f280004) to head (dc43a36).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1386      +/-   ##
==========================================
+ Coverage   69.82%   71.01%   +1.18%     
==========================================
  Files         493      497       +4     
  Lines      104323   104406      +83     
  Branches     7522    10631    +3109     
==========================================
+ Hits        72842    74141    +1299     
+ Misses      31301    30265    -1036     
+ Partials      180        0     -180     

Impacted file tree graph

see 142 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f280004...dc43a36. Read the comment docs.

@benchristel benchristel merged commit 5fdbeb9 into main Jul 1, 2024
18 of 19 checks passed
@benchristel benchristel deleted the benc/allow-point-flag-in-apiOptions branch July 1, 2024 23:07
benchristel pushed a commit that referenced this pull request Jul 2, 2024
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/[email protected]

### Minor Changes

-   [#1386](#1386) [`5fdbeb980`](5fdbeb9) Thanks [@benchristel](https://github.com/benchristel)! - Add `mafs.point` flag to ApiOptions type

### Patch Changes

-   [#1388](#1388) [`94067d752`](94067d7) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph: Circle] Add a key prop to the circle drag handle

## @khanacademy/[email protected]

### Patch Changes

-   [#1385](#1385) [`30f898c44`](30f898c) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Remove the use of graphKey for remounting

-   Updated dependencies \[[`5fdbeb980`](5fdbeb9), [`94067d752`](94067d7)]:
    -   @khanacademy/[email protected]

Author: khan-actions-bot

Reviewers: benchristel

Required Reviewers:

Approved By: benchristel

Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage (ubuntu-latest, 20.x), ⏭️  Publish npm snapshot, ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), 🚫 Upload Coverage, ✅ gerald, ⏭️  Publish npm snapshot, 🚫 Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), 🚫 Check builds for changes in size (ubuntu-latest, 20.x), 🚫 Cypress (ubuntu-latest, 20.x), 🚫 Check for .changeset entries for all changed files (ubuntu-latest, 20.x), 🚫 Jest Coverage (ubuntu-latest, 20.x), ✅ gerald

Pull Request URL: #1387
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants