タグ

relreに関するefclのブックマーク (3)

  • Next.js 13.1

    Back to BlogThursday, December 22nd 2022 Next.js 13.1Posted by Next.js 13.1 includes improvements to both the pages/ (stable) and app/ (beta) directories: app Directory (Beta) Improvements: Improved reliability and performance. Built-in Module Transpilation: Bringing next-transpile-modules capabilities into core. Edge Runtime (Stable): A light Node.js runtime for the Edge. Turbopack Updates: Suppo

    Next.js 13.1
    efcl
    efcl 2022/12/23
    Next.js 13.1リリース。 `app`ディレクトリの改善、外部ライブラリの`next-transpile-modules`を本体に統合、試験的に`modularizeImports`オプションの追加、Turbopackの改善など
  • Release v0.9.0 · evanw/esbuild

    This release contains backwards-incompatible changes. Since esbuild is before version 1.0.0, these changes have been released as a new minor version to reflect this (as recommended by npm). You should either be pinning the exact version of esbuild in your package.json file or be using a version range syntax that only accepts patch upgrades such as ^0.8.0. See the documentation about semver for mor

    Release v0.9.0 · evanw/esbuild
    efcl
    efcl 2021/03/09
    esbuild 0.9.0リリース。 package.jsonの`exports`フィールドのサポート、`esbuild.startService()` APIの削除、bannerとfooterを言語ごとに指定できるように
  • Firefox 79: The safe return of shared memory, new tooling, and platform updates – Mozilla Hacks - the Web developer blog

    Firefox 79: The safe return of shared memory, new tooling, and platform updates A new stable version of Firefox brings July to a close with the return of shared memory! Firefox 79 also offers a new Promise method, more secure target=_blank links, logical assignment operators, and other updates of interest to web developers. This blog post provides merely a set of highlights; for all the details, c

    Firefox 79: The safe return of shared memory, new tooling, and platform updates – Mozilla Hacks - the Web developer blog
    efcl
    efcl 2020/07/29
    Firefox 79リリース。 非同期処理のスタックトレースのサポート、デバッガの改善。 `target=_blank`のリンクに対して暗黙的に`rel=noopener`を同じ処理をするように、`crossOriginIsolated`が有効の場合に`SharedArrayBuffer`が利用可能に。 Stage
  • 1