-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update to support ^1.0.0-rc.1 #341
Conversation
This should not be merged until the next version of PagesJS is released to npm. This PR will also need to be updated to use the new PagesJS version. |
fcbd0c5
to
4b960af
Compare
J=SLAP-2892 TEST=auto,manual Auto tests pass. Can run studio with npm run dev using ^1.0.0-rc.0 after modification. yext/pages@4cf67c9 Note that this change requires this update in PagesJS, so will either need to update locally or wait until the next PagesJS release.
Retested with npm run dev Studio appears and works as expected
1716a06
to
fbfce13
Compare
Tested with dyext/pages-1.0.0-rc.1 and npm run dev. All is working as expected. This should be good to go. |
This PR updates the Playwright test for rearranging elements so that it uses the new LocationPage. J=SLAP-2888 TEST=auto
61bc105
to
5a3822a
Compare
@@ -33,7 +33,7 @@ | |||
"@babel/preset-env": "^7.22.4", | |||
"@babel/preset-react": "^7.22.3", | |||
"@babel/preset-typescript": "^7.21.5", | |||
"@yext/pages": "^1.0.0-beta.14", | |||
"@yext/pages": "^1.0.0-rc.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the third party notices for studio-plugin
need to be updated to reflect this change
## Features - An Info button was added next to the Live Preview button. When clicked, this displays the version number of Studio. (#346) - Number-type Props now have a Field Picker. (#344) ## Changes - The Live Preview button is now hidden when Studio is run in Storm. The PagesJS Dev Server is also not started. (#348) - Studio now supports PagesJS `^1.0.0-rc.1`. (#341) ## Bug Fixes - Immer is now correctly installed as a direct dependency of Studio. (#349)
Update to support ^1.0.0-rc.0
J=SLAP-2892
TEST=auto,manual
Auto tests pass.
Can run studio with npm run dev using
^1.0.0-rc.0 after modification.
Note that this change requires this update in PagesJS, so will either need to update PagesJS locally or wait until the next PagesJS release.