Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shadowwalker/next-pwa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.5.4
Choose a base ref
...
head repository: shadowwalker/next-pwa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.5.5
Choose a head ref
  • 10 commits
  • 16 files changed
  • 4 contributors

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    fb2610c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Update README.md

    shadowwalker authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    3d4e70a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Fix dead Workbox doc links in README

    Links to GenerateSW, InjectManifest, and runtimeCaching config were dead following Workbox docs updates. I believe I updated each link in question to the equivalent information in the new Workbox docs
    wmcb91 authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    89a8197 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Merge pull request #362 from wmcb91/patch-1

    Fix dead links to Workbox docs in README
    shadowwalker authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    f051eb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Remove pwa from withPWA return value

    In Next 12.2.3 a change was added saying that the `next.config.js` "must NOT have additional properties" and that the `pwa` property was considered as an additional property. Therefore, this commit deletes the `pwa` property from the calculated next config in the default exported function in index.js (aka the `withPWA` function). The returned next config therefore does not have the `pwa` field and the warning does not appear.
    DavidSint authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    23179dc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. PWA doc migrated to web.dev

    Sophia Feng committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8334d5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #369 from fengs/master

    PWA doc migrated to web.dev
    shadowwalker authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a3d0b53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #368 from DavidSint/fix/remove-pwa-field-solving-1…

    …2.2.3-warnings
    
    Remove pwa from withPWA return value
    shadowwalker authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a9111d0 View commit details
    Browse the repository at this point in the history
  4. upgrade deps

    shadowwalker committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c2bad42 View commit details
    Browse the repository at this point in the history
  5. bump version 5.5.5

    shadowwalker committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    9d28c3b View commit details
    Browse the repository at this point in the history
Loading