Skip to content

Commit

Permalink
PUBLISHING: next-pwa 8.5.0
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DuCanhGH and github-actions[bot] authored May 24, 2023
1 parent 286f347 commit e4c1955
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-pets-hug.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tidy-walls-cross.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/next-pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @ducanh2912/next-pwa

## 8.5.0

### Minor Changes

- 286f347: feat(next-pwa): better offline support for `app`

- This update helps improve offline support for App Router by caching RSC prefetches separately from other RSC requests.

- 286f347: feat(next-pwa): added support for extending the default `runtimeCaching` array

- To use this feature you can add `extendDefaultRuntimeCaching` to your configuration.

- This feature helps you easily extend the default `runtimeCaching` array without having to copy the whole thing to your config. Your `runtimeCaching` have priority over the default runtime caching array, so its entries will override the default `runtimeCaching`'s entries should any of them share `cacheName`.

## 8.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ducanh2912/next-pwa",
"version": "8.4.1",
"version": "8.5.0",
"type": "module",
"description": "PWA for Next.js, powered by Workbox.",
"repository": "https://github.com/DuCanhGH/next-pwa",
Expand Down

0 comments on commit e4c1955

Please sign in to comment.