doc: consolidate history table of CustomEvent

PR-URL: https://github.com/nodejs/node/pull/55758
Fixes: https://github.com/nodejs/node/issues/55733
Refs: https://github.com/nodejs/node/issues/55733
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
This commit is contained in:
Edigleysson Silva (Edy) 2024-11-08 23:47:32 -03:00 committed by GitHub
parent 58a8eb4e1c
commit 069ec1b983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -2427,11 +2427,17 @@ added:
- v18.7.0
- v16.17.0
changes:
- version: v23.0.0
pr-url: https://github.com/nodejs/node/pull/52723
description: No longer experimental.
- version:
- v22.1.0
- v20.13.0
pr-url: https://github.com/nodejs/node/pull/52618
description: CustomEvent is now stable.
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44860
description: No longer behind `--experimental-global-customevent` CLI flag.
-->
> Stability: 2 - Stable

View File

@ -438,6 +438,11 @@ changes:
- version: v23.0.0
pr-url: https://github.com/nodejs/node/pull/52723
description: No longer experimental.
- version:
- v22.1.0
- v20.13.0
pr-url: https://github.com/nodejs/node/pull/52618
description: CustomEvent is now stable.
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44860
description: No longer behind `--experimental-global-customevent` CLI flag.