Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !7330

Update to workbox-webpack-plugin v4.3.1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/jadbox/chore-workbox-4.3.1 into master Jul 05, 2019
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: jadbox

DESCRIPTION

Workbox has had a few bug fixes latest and we should bring them in.

workbox-webpack-plugin v4.3.1 fixes:

What's New?

workbox-background-sync Adds a new getAll() method to the Queue class. This can be used to get a list of all unexpired entries in a given queue without removing them. This is useful in situations where replaying the queue is not possible (the user is offline), but you want to show information about the queue to the user. [#2018]

What's Fixed?

Build Tools Fixes a bug where the workbox namespace was used before it was defined, when navigationPreload: true. [#2007 (closed)] Properly passes in a custom channel name when using the broadcastUpdate option in runtimeCaching. [#2017 (closed)]

workbox-background-sync Fixes a bug in which a Request wasn't being clone()ed before re-adding it to the queue. [#2014] Ensures that when a navigation request is stored in the queue, it's serialized with a mode of same-origin. [#2015 (closed)]

workbox-broadcast-update Fixed a bug where some private symbols were not being properly exported from workbox-core, which prevented workbox-broadcast-update from notifying on navigation requests.

More workbox release info: https://github.com/GoogleChrome/workbox/releases

No breaking or existing behavior changes

Previously related task of updating workbox to v4 (already merged): https://github.com/facebook/create-react-app/pull/6725

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jadbox/chore-workbox-4.3.1