-
Notifications
You must be signed in to change notification settings - Fork 894
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 (startup): fix font theme key #6703
fix (startup): fix font theme key #6703
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6703 +/- ##
=======================================
Coverage 67.70% 67.70%
=======================================
Files 3417 3417
Lines 66922 66922
Branches 10888 10888
=======================================
Hits 45310 45310
Misses 18966 18966
Partials 2646 2646
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0764320
to
74782b2
Compare
key should be `v8` not `default` Signed-off-by: Josh Romero <[email protected]>
74782b2
to
f9b2328
Compare
we might need to figure out how to test effectively and ensure a way to automate regression test. considering it is blocking 2.14, could we merge and test manually? |
Want to understand better, is this a bug fix? If yes, what was the issue and how do we know it is fixed? |
Approve to unblock release, but we need more details |
Yeah we felt the same: However, haven't had the bandwidth. |
key should be `v8` not `default` Signed-off-by: Josh Romero <[email protected]> (cherry picked from commit 1029884) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
key should be `v8` not `default` Signed-off-by: Josh Romero <[email protected]> (cherry picked from commit 1029884) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
key should be `v8` not `default` (cherry picked from commit 1029884) Signed-off-by: Josh Romero <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
key should be `v8` not `default` (cherry picked from commit 1029884) Signed-off-by: Josh Romero <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This reverts commit 3c78162. Signed-off-by: Kawika Avilla <[email protected]>
key should be `v8` not `default` Signed-off-by: Josh Romero <[email protected]>
Description
Fixes
undefined
value in font family for next theme. The key should bev8
notdefault
. Skipping changelog entry as this is a follow-up fix to #5652, which hasn't yet been released.Issues Resolved
Screenshot
Before:
After:
Testing the changes
Validated locally. Reviewers can test by inspecting the generated
/startup.js
file when using the next theme and validating that the font-family starts withSource Sans 3
, notundefined
.Changelog
Check List
yarn test:jest
yarn test:jest_integration