Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to workbox-webpack-plugin v4.3.1 #7330

Closed
wants to merge 1 commit into from

Conversation

jadbox
Copy link

@jadbox jadbox commented Jul 5, 2019

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]
Properly passes in a custom channel name when using the broadcastUpdate option in runtimeCaching. [#2017]

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]

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): #6725

@stale
Copy link

stale bot commented Aug 5, 2019

This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale label Aug 5, 2019
@bugzpodder
Copy link

Thanks for the PR, bumping in #7473

@bugzpodder bugzpodder closed this Aug 5, 2019
@lock lock bot locked and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants