Frontend Weekly 2024-11-08
ESLint v9.14.0
ESLint v9.14.0 がリリース。
https://eslint.org/blog/2024/11/eslint-v9.14.0-released/
ES2025 の Import Attributes と Regular Expression Pattern Modifiers がサポート。
Wasmer v5
Wasmer v5 がリリース。
https://wasmer.io/posts/introducing-wasmer-v5
V8 や WAMR、Wasmi などのインタプリタをバックエンドとして利用可能に、またこれらのインタプリタを利用した iOS 上での WebAssembly の実行をサポート。
Node.js v22 (LTS)
Node.js v22 が LTS リリース。
https://nodejs.org/en/blog/release/v22.11.0
EOL の予定は以下の通り。
Version | EOL Date |
---|---|
22.x | 2027-04-30 |
20.x | 2026-04-30 |
18.x | 2025-04-30 |
Safari 18.1
Safari 18.1 がリリース。
https://webkit.org/blog/16188/webkit-features-in-safari-18-1/
display: contents
関連の修正や、iframe 要素内のCross-Origin-Opener-Policy
ヘッダーが無視されず window.opener が null になる問題の修正などが行われている。
New to the web platform in October | web.dev
fetchPriority
やbox-decoration-break
、 requestVideoFrameCallback()
などが BaseLine に。
HTML Form Validation is heavily underused
強力だがあまり活用されていない HTML フォームの標準バリデーションについての記事。
https://expressionstatement.com/html-form-validation-is-heavily-underused
setCustomValidity
などについて解説。
CSS sprite sheet animations
CSS スプライトを利用したアニメーションについての記事。
https://leanrada.com/notes/css-sprite-sheets/
CSS スプライトアニメーションは、小さなフレームのアニメーションで有効。