You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bcd): Use partial support symbol in the timeline of notes (mdn#5679)
* Use partial support symbol in historical notes, even if removed after
* Add removed date to partial implementation if it exists
* Make timeline symbol optional
* Use CSS for removed partial support symbols
* Refactor BCD logic: Deduplicate support logic
* Merge className checks for partial implementation
* Update client/src/document/ingredients/browser-compatibility-table/feature-row.tsx
Co-authored-by: Claas Augner <[email protected]>
perf(build): cache directories for prod build (mdn#6185)
This will improve our build time. We spend quite some time
finding "children". This is invoked in many macros.
Therefore, we start to cache it upfront.
feature(build): enable flaws fixing in markdown (mdn#6173)
* feature(build): enable flaws fixing in markdown
For now only fixing broken links works fully.
Fixing broken macros kinda works but needs review.
This adds the `yarn tool fix-flaws` command.
* remove logging and pr feedback
* nit
test(developing): wait using waitForSelector() (mdn#6326)
This should stabilize the flaky tests, because it doesn't assume
that rendering is finished as soon as network is idling.
fix(bcd): ensure correct browser order (mdn#6317)
Ensure browsers in BCD tables are always rendered in the correct order.
Co-authored-by: Claas Augner <[email protected]>