Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what's changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plasmicapp/plasmic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
Loading
...
head repository: plasmicapp/plasmic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
  • 11 commits
  • 84 files changed
  • 5 contributors

Commits on Mar 12, 2026

  1. fix(rac): Select is incompatible with React 19 (#2400)

    GitOrigin-RevId: 7fbc3f35e9560b1ff471dd5eade2e4d28d45b619
    sarahsga authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    9fe6540 View commit details
    Browse the repository at this point in the history
  2. Publish

    - @plasmicpkgs/react-aria@0.0.170

    GitOrigin-RevId: c359d0051cedcf96328bc7b64955931ac4b2984b
    Jenkins authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    6f36d52 View commit details
    Browse the repository at this point in the history
  3. upgrade-internal

    GitOrigin-RevId: 33b098e036f9570e2aa15c371e25dc8a2e1f0b63
    Jenkins authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    bcf1643 View commit details
    Browse the repository at this point in the history
  4. [PLA-12834] e2e codegen app/pages router (#2222)

    * test: e2e test setup with Plasmic CMS

    * fix: gatsby CPA failure on Node >= 23

    * Revert "fix: gatsby CPA failure on Node >= 23"

    This reverts commit 04ca5a9c3d073678adba80bb7309dc05c1cc7c84.

    Reason: This will be addressed in a separate PR after the RSC release

    * test: teardown for plasmic cms

    * feedback

    * fix: allow parallel execution of tests within the same file

    adding e2e tests increased execution time from 17m -> 30m. This commit is an attempt to reduce that via parallel execution

    * Revert "fix: allow parallel execution of tests within the same file"

    fully parallel causes a bunch of loader tests to faill for some reason

    This reverts commit 08873a18cce441ff484b46c0186b0e88fe211e7e.

    * refactor: split e2e tests in multiple files

    Splitting helps run them in parallel by multiple workers

    GitOrigin-RevId: 9af865421d6768858a02906ec5556a9503649d63
    sarahsga authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    8154790 View commit details
    Browse the repository at this point in the history
  5. upgrade-internal

    GitOrigin-RevId: d36af8eb9952cc7c169173280d91ecd12a9057fc
    Jenkins authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    1370b67 View commit details
    Browse the repository at this point in the history
  6. fix(rac): Range Slider is incompatible with React 19 (#2399)

    GitOrigin-RevId: aa287fe72a09bac7d7d8dbef6ce5b65ad4a8725d
    sarahsga authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    4ebc01e View commit details
    Browse the repository at this point in the history
  7. Publish

    - @plasmicpkgs/react-aria@0.0.171

    GitOrigin-RevId: ce6ae43b98d2fde84e7cf9a7cc6ce4c7181b8402
    Jenkins authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    78a157f View commit details
    Browse the repository at this point in the history
  8. upgrade-internal

    GitOrigin-RevId: c8c17c454d011f4a8dbcee9eab73bc6c082a0571
    Jenkins authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    0f0470f View commit details
    Browse the repository at this point in the history
  9. chore: Include Nextjs versions 15/16 in loader tests (#2310)

    * chore: Include Nextjs versions 15/16 in loader tests

    * fix: add missing pnpm-lock.yaml files

    * docs: document pnpm usage

    * fix: update package.json to use react-18

    * feedback

    * test: at least one test using react 17

    * test: also test with React 19 + refactor

    * fix: React 17 should only be tested with loader v1

    * chore: use latest react version for app router template

    Also remove testing of react-quill package for latest react version

    * fix: an accidental change

    * docs: update loader-tests/README.md to include e2e tests

    GitOrigin-RevId: 6a5f30608b1c6d079b9919a96ead9409d1650e1b
    sarahsga authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    0bc95bd View commit details
    Browse the repository at this point in the history
  10. [wab] fix issues in serializedKeyValueForObject (#2398)

    - quotes are in the wrong place
    - hyphens cannot be in unquoted object keys
    - use serializedKeyValueForObject in serializedKeyValue for safety

    GitOrigin-RevId: f24f92496d632dd0a523ff88199a2c8f9ae71613
    jaslong authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    52b2c82 View commit details
    Browse the repository at this point in the history
  11. [PLA-12748]: Ignore -webkit-animation on import (#2388)

    * fix(web-importer): ignore webkitAnimation

    * test(web-importer): cover -webkit-animation

    * test(web-importer): assert no webkitAnimation

    * test(web-importer): ignore webkitAnimation key

    * test(web-importer): assert ignoredStyles

    * fix(web-importer): drop -webkit-animation

    * refactor(web-importer): prune webkitAnimation

    * chore(web-importer): simplify webkitAnimation prune

    * fix(web-importer): skip webkitAnimation

    * chore(web-importer): clarify webkitAnimation ignore

    * fix(web-importer): drop webkit-only style settings

    * fix(web-importer): ignore webkit animation styles

    * fix(web-importer): drop webkitAnimationProperty

    * fix(web-importer): ignore -webkit-keyframes

    * test(web-importer): cover -webkit-keyframes

    ---------

    Co-authored-by: CharlieHelps
    GitOrigin-RevId: f5b65c76ec5fc59fb6a47b2730372d7662ffeb4e
    2 people authored and actions-user committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    4cd03e0 View commit details
    Browse the repository at this point in the history
Loading