-
Notifications
You must be signed in to change notification settings - Fork 513
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(bcd): Fix version range in production #7614
Conversation
Note: clashes with #7612 |
5d04537
to
29872a3
Compare
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.
LGTM, I just have some suggestions.
PS: Thank you! 🙏
client/src/document/ingredients/browser-compatibility-table/feature-row.tsx
Outdated
Show resolved
Hide resolved
Don't worry about that one, I'll have to redo that one anyways, as I mixed different aspects into a single commit, making it un-reviewable. |
Changed |
9a9b4b4
to
8cd4627
Compare
8cd4627
to
976aeb5
Compare
976aeb5
to
c65ab2f
Compare
Sorry, force-pushed to fix comment. |
Summary
Fixes #6667 on prod
Problem
See #7589 (comment)
Solution
Put
version_last
(version before version_removed when version_removed is a string) in BCD info in document-extractor. Then show it in BCD version range.Screenshots
No difference compared to #7589
How did you test this change?
yarn build