-
Notifications
You must be signed in to change notification settings - Fork 448
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
fix(core): show accurate history for live-edit documents #8497
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No changes to documentation |
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.
Nice, thank you @pedrobonamin!
Component Testing Report Updated Feb 4, 2025 6:01 PM (UTC) ❌ Failed Tests (1) -- expand for details
|
⚡️ Editor Performance ReportUpdated Tue, 04 Feb 2025 18:18:59 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Description
Live edit documents are shown in the Form even if the release selected is not the
published
one, you can see a live edit document through thedrafts
perspective.This PR updates how the id for the Events store is calculated, so the published Id is passed to the history store and not the draft when previewing a live edit document which is missing a draft
What to review
Testing
Notes for release