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

Vue3: Revert v7 breaking change, restore reactive v6-compat API #22692

Merged
merged 3 commits into from May 26, 2023

Conversation

kasperpeulen
Copy link
Contributor

@kasperpeulen kasperpeulen commented May 23, 2023

What I did

Patch back #22229 to main.
Somehow this fixes a lot of chromatic test cases on main by itself, which surprised me.

I think the ReactiveDecorator tests may be fixed by this line, as that story doesn't override the default storybook render function, and will use this render function instead:
image

The chromatic failure is fixed by:
#22717
Which we need to first merge to next, and then cherry pick here as well.

@kasperpeulen kasperpeulen requested a review from shilman May 23, 2023 08:29
@kasperpeulen kasperpeulen changed the base branch from main to main-vue-tests May 23, 2023 08:30
@kasperpeulen kasperpeulen force-pushed the kasper/main-patch-back-rollback branch 3 times, most recently from 9d5eed2 to 9cee100 Compare May 24, 2023 13:07
Base automatically changed from main-vue-tests to main May 24, 2023 13:13
shilman and others added 2 commits May 25, 2023 10:17
…compatible

Vue3: Rollback v7 breaking change and keep reactive v6-compatible API
Vue3: Fix reactive args updates in decorators
@kasperpeulen kasperpeulen force-pushed the kasper/main-patch-back-rollback branch from de856ce to a5bef95 Compare May 25, 2023 08:18
@kasperpeulen kasperpeulen added ci:daily Run the CI jobs that normally run in the daily job. and removed ci:daily Run the CI jobs that normally run in the daily job. labels May 25, 2023
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @kasperpeulen 🙌

@shilman shilman changed the title Vue3: Rollback v7 breaking change and keep reactive v6-compatible API Vue3: Revert v7 breaking change, restore reactive v6-compat API May 26, 2023
@shilman shilman merged commit f56ed0d into main May 26, 2023
56 checks passed
@shilman shilman deleted the kasper/main-patch-back-rollback branch May 26, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants