Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: yisen-cai/yari

Tags

v0.16.4

Toggle v0.16.4's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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]>

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(static-page): add key to sections (mdn#6293)

Resolves the following React warning:

> Each child in a list should have a unique "key" prop.

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(bcd): show table with md style at 426px (mdn#6315)

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.15.66

Toggle v0.15.66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.15.65

Toggle v0.15.65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deployer): auto deploy lambdas on prod (mdn#6330)

v0.15.64

Toggle v0.15.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mdn#6325 from caugner/recreate-yarn-lock

build(deps): recreate yarn.lock files

v0.15.63

Toggle v0.15.63's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: separate `require("dotenv")` calls (mdn#6323)

* fix(server/constants): remove unused dotenv import
* refactor: extract require("dotenv") calls

This makes migrating to ESM `import()` easier.

v0.15.62

Toggle v0.15.62's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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]>