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

feat(gatsby-plugin-offline): Allow appending custom scripts to sw.js #11626

Merged
merged 21 commits into from
Aug 30, 2019
Merged

feat(gatsby-plugin-offline): Allow appending custom scripts to sw.js #11626

merged 21 commits into from
Aug 30, 2019

Commits on Feb 7, 2019

  1. Allow injection into sw.js

    David Bailey committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    3f076f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Bump version + give example

    David Bailey committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    2a73939 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into offline-plugin-custom-code

    David Bailey committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    2080a64 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Catch missing offline inject script

    David Bailey committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    487e236 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into offline-plugin-custom-code

    David Bailey committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    ce87669 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    85c5f38 View commit details
    Browse the repository at this point in the history
  2. reorganise readme slightly

    David Bailey committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    ffd8a5e View commit details
    Browse the repository at this point in the history
  3. upgrade workbox to v4

    David Bailey committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    e5465f5 View commit details
    Browse the repository at this point in the history
  4. injectScript -> appendScript

    David Bailey committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    97892f6 View commit details
    Browse the repository at this point in the history
  5. Add tests for sw append

    David Bailey committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    e75af66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa26a01 View commit details
    Browse the repository at this point in the history
  7. Update packages/gatsby-plugin-offline/README.md

    Co-Authored-By: Sidhartha Chatterjee <[email protected]>
    vtenfys and sidharthachatterjee authored Aug 16, 2019
    Configuration menu
    Copy the full SHA
    85075fa View commit details
    Browse the repository at this point in the history
  8. fix deprecation warnings

    David Bailey committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    869c2a4 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'offline-plugin-custom-code' of github.com:davidbailey00…

    …/gatsby into offline-plugin-custom-code
    David Bailey committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    ebeeeb3 View commit details
    Browse the repository at this point in the history
  10. Update docs to mention Workbox v3->v4

    David Bailey committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    fec21e1 View commit details
    Browse the repository at this point in the history
  11. Update yarn.lock

    sidharthachatterjee committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    473a548 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge branch 'master' into offline-plugin-custom-code

    David Bailey committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8037c1b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Merge branch 'master' into offline-plugin-custom-code

    David Bailey committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    defa00b View commit details
    Browse the repository at this point in the history
  2. add (e) before catch block for node 8

    David Bailey committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    75480a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Merge branch 'master' into offline-plugin-custom-code

    David Bailey committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    cff7ce0 View commit details
    Browse the repository at this point in the history
  2. get key for offline shell (workbox v4 migration)

    David Bailey committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    098cade View commit details
    Browse the repository at this point in the history