2024-11-16のJS: Node v23.2.0、Storybook 8.4、i-html #1240
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Node.js v23.2.0がリリースされました。
Node.js v23.2.0ではルート証明書の更新、TypeScriptサポートのステータスをActive developmentに更新されています。
また、
module.findPackageJSON
、module.stripTypeScriptTypes
という新しいAPIが追加されました。Storybook v8.4がリリースされました。
UIからVitestでのコンポーネントテストの実行に対応、パッケージサイズの改善、Svelte 5のサポート、React Nativeの改善、タグベースのフィルタリングの対応などが行われています。
パッケージサイズの削減では、e18eプロジェクトと協力した利用してる不要なパッケージの削除や置き換えなどを行なっています。
i-htmlというWeb Componentsのライブラリが公開されています。
htmxやhtmzのようにHTMLを使った動的なフラグメントのロードなどを実現するためのライブラリです。
フォームのtargetとして
<i-html>
という要素をしておき、フォームをsubmitした結果などを<i-html>
に対して動的にロードすることができるようになっています。