並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 710件

新着順 人気順

ReleaseNoteの検索結果321 - 360 件 / 710件

  • Firefox 121.0, See All New Features, Updates and Fixes

    Firefox is no longer supported on Windows 8.1 and below. Please download Firefox ESR (Extended Support Release) to use Firefox.

      Firefox 121.0, See All New Features, Updates and Fixes
    • Node.js — Node v13.3.0 (Current)

      Notable Changes fs: Reworked experimental recursive rmdir() (cjihrig) #30644 The maxBusyTries option is renamed to maxRetries, and its default is set to 0. The emfileWait option has been removed, and EMFILE errors use the same retry logic as other errors. The retryDelay option is now supported. ENFILE errors are now retried. http: Make maximum header size configurable per-stream or per-server (Ann

        Node.js — Node v13.3.0 (Current)
      • Release Notes for Safari Technology Preview 97

        Safari Technology Preview Release 97 is now available for download for macOS Catalina and macOS Mojave. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS. This release covers WebKit revisions 251627-252823. Resize Observer Enabled Resize Observer by default (r251822) WebAuthn Added UI with instructions for authenticat

          Release Notes for Safari Technology Preview 97
        • Prettier 2.8: improve --cache CLI option and TypeScript 4.9 satisfies operator! · Prettier

          This release includes improvements to the --cache option added in 2.7. A new --cache-location option has been added, and a bug that saved the cache even when --write wasn't specified has been fixed. We're also adding support for TypeScript 4.9 satisfies operator! If you enjoy Prettier and would like to support our work, consider sponsoring us directly via our OpenCollective or by sponsoring the pr

            Prettier 2.8: improve --cache CLI option and TypeScript 4.9 satisfies operator! · Prettier
          • Node.js — Node.js 21 is now available!

            We're excited to announce the release of Node.js 21! Highlights include updates of the V8 JavaScript engine to 11.8, stable fetch and WebStreams, a new experimental flag to flip module defaults (--experimental-default-type), a built-in WebSocket client, many updates to our test runner, and more! Node.js 21 will replace Node.js 20 as our ‘Current’ release line when Node.js 20 enters long-term suppo

              Node.js — Node.js 21 is now available!
            • Announcing TypeScript 5.3 Beta - TypeScript

              Today we are excited to announce the availability of TypeScript 5.3 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScript 5.3! Import Attributes Stable Support resolution-mode in Import Types switch (true) Narrowing Narrowing On Comparisons to Booleans instanceof N

                Announcing TypeScript 5.3 Beta - TypeScript
              • Serverless Framework V3 Is Live!

                We are excited to announce the release of Serverless Framework v3. This new major version brings a cleaner and redesigned CLI experience as well as a brand new feature: stage parameters. On top of that, we've worked on cleaning up the dependencies to make the serverless package 40% lighter and get rid of NPM security warnings. UpgradingBefore we dive into the new features, let's talk about upgradi

                  Serverless Framework V3 Is Live!
                • Chrome 85: Upload Streaming, Human Interface Devices, Custom Properties with Inheritance and More

                  $200K 1 10th birthday 4 abusive ads 1 abusive notifications 2 accessibility 3 ad blockers 1 ad blocking 2 advanced capabilities 1 android 2 anti abuse 1 anti-deception 1 background periodic sync 1 badging 1 benchmarks 1 beta 83 better ads standards 1 billing 1 birthday 4 blink 2 browser 2 browser interoperability 1 bundles 1 capabilities 6 capable web 1 cds 1 cds18 2 cds2018 1 chrome 35 chrome 81

                    Chrome 85: Upload Streaming, Human Interface Devices, Custom Properties with Inheritance and More
                  • Bun v1.0.24 | Bun Blog

                    Bun is an incredibly fast JavaScript runtime, bundler, transpiler, and package manager — all in one. In case you missed it, here are some of the recent changes to Bun. This release fixes 9 bugs and adds Bun Shell, a fast cross-platform shell with seamless JavaScript interop. Fixes a socket timeout bug, a potential crash when socket closes, a Node.js compatibility issue with Hapi, a process.exit bu

                    • Firefox 70.0, See All New Features, Updates and Fixes

                      Enhanced Tracking Protection (ETP) is on by default on all platforms bringing privacy protections to all our users. With this release, you can now see the many ways ETP protects you in a Privacy Protections report. We'd like to extend a special thank you to all of the new Mozillians who contributed to this release of Firefox. More privacy protections from Enhanced Tracking Protection: Social track

                        Firefox 70.0, See All New Features, Updates and Fixes
                      • Deno 1.26 Release Notes

                        # MacOS and Linux curl -fsSL https://deno.land/x/install/install.sh | sh # Windows iwr https://deno.land/x/install/install.ps1 -useb | iex Click here for more installation options. Cache Web APIWe added support for the Cache API in this release. The API allows you to cache Request/Response objects. This is helpful when you dynamically generate responses. It allows you to cache a response for a GET

                          Deno 1.26 Release Notes
                        • 7.8.0 Released: ECMAScript 2020, .mjs configuration files and @babel/cli improvements · Babel

                          This is the first release of the year! 🎉 Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (??), optional chaining (?.) and dynamic import() anymore with preset-env. We also finished aligning our different configuration files with the formats natively supported by Node.js, a process that we started in the 7.7.0 rel

                            7.8.0 Released: ECMAScript 2020, .mjs configuration files and @babel/cli improvements · Babel
                          • wrangler 2.0 — a new developer experience for Cloudflare Workers

                            wrangler 2.0 — a new developer experience for Cloudflare Workers Loading... This post is also available in 简体中文, 日本語. Much of a developer’s work is about making trade-offs: consistency versus availability, speed over correctness, you name it. While there will always be different technical trade-offs to consider, we believe there are some that you, as a developer, should never need to make. One of

                              wrangler 2.0 — a new developer experience for Cloudflare Workers
                            • Announcing AdonisJS v6

                              Alright, sit tight, as this will be a long article. The work for v6 started with the goal of moving to ESM and improving the IoC container to be simple and have fewer responsibilities. But we have touched almost every part of the framework, smoothing out many rough edges, fixing some long pending issues, and rewriting some packages from scratch. Are you looking to migrate your applications from v5

                                Announcing AdonisJS v6
                              • Release v1.6.0 : RTK Query! · reduxjs/redux-toolkit

                                This release adds the new RTK Query data fetching APIs to Redux Toolkit. It also adds multiple new options to createAsyncThunk for including meta fields and working with results, updates dependencies to Redux 4.1 and Immer 9, and includes a complete rewrite of our build toolchain with additional "modern" build artifacts in the package. While this is a minor release in terms of semver, this is a hu

                                  Release v1.6.0 : RTK Query! · reduxjs/redux-toolkit
                                • Node.js — Node v15.5.0 (Current)

                                  Contributed by Benjamin Gruenbaum #36431, #36432. BigInt support in querystring.stringify() If querystring.stringify() is called with an object that contains BigInt values, they will now be serialized to their decimal representation instead of the empty string: Contributed by Darshan Sen #36499. Additions to the C++ embedder APIs A new IsolateSettingsFlag is available for those calling SetIsolateU

                                    Node.js — Node v15.5.0 (Current)
                                  • Node.js — Node v15.2.0 (Current)

                                    Notable changes events: getEventListeners static (Benjamin Gruenbaum) #35991 fs: support abortsignal in writeFile (Benjamin Gruenbaum) #35993 add support for AbortSignal in readFile (Benjamin Gruenbaum) #35911 stream: fix thrown object reference (Gil Pedersen) #36065 Commits [9d9a044c1b] - benchmark: ignore build artifacts for napi addons (Richard Lau) #35970 [4c6de854be] - benchmark: remove modul

                                      Node.js — Node v15.2.0 (Current)
                                    • V8 release v7.7 · V8

                                      Every six weeks, we create a new branch of V8 as part of our release process. Each version is branched from V8’s Git master immediately before a Chrome Beta milestone. Today we’re pleased to announce our newest branch, V8 version 7.7, which is in beta until its release in coordination with Chrome 77 Stable in several weeks. V8 v7.7 is filled with all sorts of developer-facing goodies. This post pr

                                      • Fresh 1.5: Partials, client side navigation and more

                                        Fresh 1.5: Partials, client side navigation and more Today, we’re happy to announce the 1.5 release of Fresh, the fast, Deno-native framework for building full stack web applications. This release contains a brand new approach to client-side navigation that we’re calling Partials. Using HTML attributes, you can configure your Fresh apps to replace HTML in an already-loaded page using server-render

                                          Fresh 1.5: Partials, client side navigation and more
                                        • Node.js — Node v22.3.0 (Current)

                                          2024-06-11, Version 22.3.0 (Current), @RafaelGSS Notable Changes [5a41bcf9ca] - (SEMVER-MINOR) src: traverse parent folders while running --run (Yagiz Nizipli) #53154 [1d5934524b] - (SEMVER-MINOR) buffer: add .bytes() method to Blob (Matthew Aitken) #53221 [75e5612fae] - (SEMVER-MINOR) src,permission: --allow-wasi & prevent WASI exec (Rafael Gonzaga) #53124 [b5c30e2f5e] - (SEMVER-MINOR) module: pr

                                            Node.js — Node v22.3.0 (Current)
                                          • Jest 28: Shedding weight and improving compatibility 🫶 · Jest

                                            Jest 28 is finally here, and it comes with some long requested features such as support for sharding a test run across multiple machines, package exports and the ability to customize the behavior of fake timers. These are just some personal highlights, and we'll be highlighting more in this blog post. Additionally, as announced in the Jest 27 blog post last year, we have removed some packages that

                                              Jest 28: Shedding weight and improving compatibility 🫶 · Jest
                                            • Node.js — Node v16.8.0 (Current)

                                              Notable Changes [2e90b10f35] - doc: deprecate type coercion for dns.lookup options (Antoine du Hamel) #38906 [a6d50a18a0] - (SEMVER-MINOR) stream: add stream.Duplex.from utility (Robert Nagy) #39519 [af7047a815] - (SEMVER-MINOR) stream: add isDisturbed helper (Robert Nagy) #39628 [66400374de] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #39814 Commits [90bf247a55] - build: fix update au

                                                Node.js — Node v16.8.0 (Current)
                                              • Firefox 90.0, See All New Features, Updates and Fixes

                                                Firefox is no longer supported on Windows 8.1 and below. Please download Firefox ESR (Extended Support Release) to use Firefox.

                                                  Firefox 90.0, See All New Features, Updates and Fixes
                                                • 7.9.0 Released: Smaller preset-env output, Typescript 3.8 support and a new JSX transform · Babel

                                                  While preparing the Babel 8.0.0 release (in the next months), we just finished working on a new minor release which includes updates related to @babel/preset-env, TypeScript 3.8, Flow, and JSX! A few months ago, Jason Miller started working on @babel/preset-modules: an experiment to greatly reduce bundle sizes when using the module/nomodule pattern. We are excited to announce that its functionalit

                                                    7.9.0 Released: Smaller preset-env output, Typescript 3.8 support and a new JSX transform · Babel
                                                  • Deno 1.37: Modern JavaScript in Jupyter Notebooks

                                                    Deno’s mission is to dramatically simplify software development. In Deno 1.37, we’re happy to extend this to interactive Jupyter notebooks. Starting in 1.37, you can use the new deno jupyter command to create a Deno kernel that can be used within notebooks. Additionally, Deno 1.37 comes with stronger Visual Studio Code and LSP support, better testing performance, improved Node compatibility, and m

                                                      Deno 1.37: Modern JavaScript in Jupyter Notebooks
                                                    • Chrome 119 beta  |  Blog  |  Chrome for Developers

                                                      Chrome 119 beta brings you CSS relative color syntax, new pseudo-classes, and much more. Unless otherwise noted, changes described apply to the newest Chrome beta channel release for Android, ChromeOS, Linux, macOS, and Windows. Learn more about the features listed here through the provided links or from the list on ChromeStatus.com. Chrome 119 is beta as of October 4, 2023. You can download the l

                                                      • Chrome 80, Content Indexing, ES Modules and More

                                                        $200K 1 10th birthday 4 abusive ads 1 abusive notifications 2 accessibility 3 ad blockers 1 ad blocking 2 advanced capabilities 1 android 2 anti abuse 1 anti-deception 1 background periodic sync 1 badging 1 benchmarks 1 beta 83 better ads standards 1 billing 1 birthday 4 blink 2 browser 2 browser interoperability 1 bundles 1 capabilities 6 capable web 1 cds 1 cds18 2 cds2018 1 chrome 35 chrome 81

                                                          Chrome 80, Content Indexing, ES Modules and More
                                                        • Node.js — April 2021 Security Releases

                                                          (Update 6-Apr-2021) Security releases available Updates are now available for v10,x, v12.x, v14.x and v15.x Node.js release lines for the following issues. OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) (CVE-2021-3450) This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt

                                                            Node.js — April 2021 Security Releases
                                                          • Release v4.0.0: ES2022 · asciidwango/js-primer

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              Release v4.0.0: ES2022 · asciidwango/js-primer
                                                            • Release Notes for Safari Technology Preview 91

                                                              Safari Technology Preview Release 91 is now available for download for macOS Mojave and the macOS Catalina beta. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS. This release covers WebKit revisions 248705-249190. Security Disabled legacy TLS 1.0 and TLS 1.1 (r249019) JavaScript API Added a public API for unhandled

                                                                Release Notes for Safari Technology Preview 91
                                                              • Vue 3 is now in RC! · Issue #189 · vuejs/rfcs

                                                                Vue 3 is now in RC! We are very excited to announce that Vue 3.0 has entered RC (Release Candidate) stage! Entering the RC stage means that both the API and implementation of Vue 3 core have stabilized. In principle, we do not expect to introduce new major features or breaking changes before the final release. Most official framework parts also now have v3 support. Please check here for the latest

                                                                  Vue 3 is now in RC! · Issue #189 · vuejs/rfcs
                                                                • New in Chrome 81  |  Blog  |  Chrome for Developers

                                                                  Chrome 81 is starting to roll out to stable now. Here's what you need to know: I've got an update on the adjusted Chrome release schedule. App Icon Badging graduates from its origin trial. Hit testing for augmented reality is now available in the browser. Web NFC starts its origin trial. And more. I'm Pete LePage, working and shooting from home, let's dive in and see what's new for developers in C

                                                                  • Headless UI v1.4: The One With Tabs - Tailwind CSS

                                                                    We just released Headless UI v1.4, which includes a brand new Tab component, and new APIs for manually closing Popover and Disclosure components more easily. ​Tabs Earlier this year we started working on Tailwind UI Ecommerce, and we realized pretty quickly we were going to need to support tabs in Headless UI to be able to build the new interfaces we were designing. Here’s what we ended up with: R

                                                                      Headless UI v1.4: The One With Tabs - Tailwind CSS
                                                                    • Astro 1.0 Beta Release | Astro

                                                                      The Astro 1.0 Beta is now available! This release marks the stabilization of all major APIs, with no more major breaking changes planned between now and the official v1.0 release. In addition, we are thrilled to announce that the official Astro v1.0.0 release will be available on June 8, 2022. We plan to use these next two months to improve documentation, squash bugs, collect your feedback, and fi

                                                                        Astro 1.0 Beta Release | Astro
                                                                      • Electron 9.0.0 | Electron

                                                                        Electron 9.0.0 has been released! It includes upgrades to Chromium 83, V8 8.3, and Node.js 12.14. We've added several new API integrations for our spellchecker feature, enabled PDF viewer, and much more! The Electron team is excited to announce the release of Electron 9.0.0! You can install it with npm via npm install electron@latest or download it from our releases website. The release is packed

                                                                        • Turborepo 2.0

                                                                          Turborepo 2.0 improves the developer experience of JavaScript and TypeScript repositories, with features including: New terminal UI: Interactive tasks and clearer logs Watch Mode: Dependency-aware task watcher for any tooling in your repository All-new documentation: Core monorepo concepts, refreshed API reference, and ecosystem tooling guides Licensing and maintenance updates: Upgraded to MIT lic

                                                                            Turborepo 2.0
                                                                          • jQuery 3.5.1 Released: Fixing a Regression | Official jQuery Blog

                                                                            I’ve never gotten to say this on a jQuery release, but May the 4th be with you! A short time ago in a galaxy exactly like this one, we released jQuery 3.5.0. We have a quick fix for a regression in that release. Specifically, we had changed our internal data object to use Object.create( null ) instead of a plain object ({}). We did that to prevent collisions with keys on Object.prototype propertie

                                                                            • Node.js — Node v15.6.0 (Current)

                                                                              Notable Changes child_process: add 'overlapped' stdio flag (Thiago Padilha) #29412 support AbortSignal in fork (Benjamin Gruenbaum) #36603 crypto: implement basic secure heap support (James M Snell) #36779 fixup bug in keygen error handling (James M Snell) #36779 introduce X509Certificate API (James M Snell) #36804 implement randomuuid (James M Snell) #36729 doc: update release key for Danielle Ad

                                                                                Node.js — Node v15.6.0 (Current)
                                                                              • jQuery 3.6.2 Released! | Official jQuery Blog

                                                                                You probably weren’t expecting another release so soon, but jQuery 3.6.2 has arrived! The main impetus for this release was the introduction of some new selectors in Chrome. More on that below. As usual, the release is available on our cdn and the npm package manager. Other third party CDNs will probably have it soon as well, but remember that we don’t control their release schedules and they will

                                                                                • Release 18.2.0 (June 14, 2022) · facebook/react

                                                                                  React DOM Provide a component stack as a second argument to onRecoverableError. (@gnoff in #24591) Fix hydrating into document causing a blank page on mismatch. (@gnoff in #24523) Fix false positive hydration errors with Suspense. (@gnoff in #24480 and @acdlite in #24532) Fix ignored setState in Safari when adding an iframe. (@gaearon in #24459) React DOM Server Pass information about server error

                                                                                    Release 18.2.0 (June 14, 2022) · facebook/react