Skip to content

Releases: GoogleChrome/workbox

Workbox v7.4.1

05 May 08:33
62b9d8b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.0...v7.4.1

Workbox v7.4.0

19 Nov 18:00
fa702fe

Choose a tag to compare

v7.4.0

  • Critical dependency updates.

Workbox v7.3.0

29 Oct 16:09

Choose a tag to compare

v7.3.0

  • Critical dependency updates.

v7.1.0

24 Apr 16:29

Choose a tag to compare

What's Changed ✏️

  • Updating dependencies with critical vulnerabilities, plus some other dependencies maintenance

Thanks 🙏

  • @ansidev and @rotu for the pull requests updating dependencies.

Full Changelog: v7.0.0...v7.1.0

Workbox v7.0.0

31 May 18:04

Choose a tag to compare

⚠️ Breaking changes

  • Minimum required version Node 16

Workbox v6.6.0

05 May 08:33

Choose a tag to compare

What's Changed

Full Changelog: v6.5.4...v6.6.0

v6.5.4

28 Jul 00:18

Choose a tag to compare

What's New 👀

  • Webpack plugin can be extended and subclasses can access the config property [#3056]
  • In workbox-precaching during a fall back to the network, if the request's mode is no-cors, integrity will not be used and the cache entry will not be repaired. [#3099]

What's fixed 🐛

  • Integration tests fixes [#3102 ] & [#3103]
  • Removed documentation typos

Misc 🤹

  • updated idb and selenium-assitant versions

Thank yous 🌿

Full Changelog: v6.5.3...v6.5.4

Workbox v6.5.3

05 May 08:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.2...v6.5.3

Workbox v6.5.2

24 Mar 13:33

Choose a tag to compare

Workbox v6.5.2 includes a number of improvements to the TypeScript documentation and exported types, which should in turn improve the generated documentation.

A full changelog is available at v6.5.1...v6.5.2

Workbox v6.5.1

03 Mar 19:26

Choose a tag to compare

The Workbox v6.5.1 release includes a few changes related to our TypeScript interfaces and documentation.

A full changelog is available at v6.5.0...v6.5.1

What's New

  • Additional inline @examples of using our build tools have been added to the TSDocs for workbox-build and workbox-webpack-plugin. [#3038]
  • The TypeScript type for the generateSW(), injectManifest(), and getManifest() methods in workbox-build has been updated from unknown to an appropriate actual type specific to each method. This should lead to better TSDoc generation and type inferences for developers. As this takes what was previously only a runtime check and moves it to a compile-time check, we believe that it should be functionally equivalent to prior releases, but if you run into problems, please let us know by opening an issue. [#3037]

What's Fixed

  • We have re-added the default export to workbox-webpack-plugin. [#3036]