Thanks to visit codestin.com
Credit goes to github.com

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: vite-pwa/vite-plugin-pwa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.2
Choose a base ref
...
head repository: vite-pwa/vite-plugin-pwa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.0
Choose a head ref
  • 4 commits
  • 43 files changed
  • 2 contributors

Commits on Feb 15, 2024

  1. chore: small fix to match info in types.ts (#659)

    * Small fix to match info in types.ts
    Changed start_url to start_url + '?standalone=true'
    
    * Change start_url to clean base url
    Bartek20 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d18c510 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. feat!: add experimental PWA assets generation and injection (#621)

    * feat: pwa assets generation and injection
    
    * chore: update logic for assets 0.2.1
    
    * chore: load assets generator when assets configured
    
    * chore: refactor `ResolvedIconAsset`
    
    * chore: cleanup assets entry from jsdocs
    
    * chore: remove cache control cache
    
    * chore: refactor assets loader logic
    
    * chore: include pwa assets reload support
    
    * chore: include test with png image
    
    * chore: early return if url is not an image
    
    * chore: use test in early return if url is not an image
    
    * chore: use any for PWA assets generator (+ jsdocs)
    
    * chore: refactor html injection
    
    * chore: use any for `lookupPWAAssetsInstructions`
    
    * chore: generate assets only when pwa enabled
    
    * chore: refactor helper functions
    
    * chore: return if missing icon asset
    
    * chore: refactor assets generator
    
    * chore: vite base can be empty
    
    * chore: change logic for overrideManifestIcons
    
    * chore: update logic for overrideManifestIcons
    
    * chore: update hint for overrideManifestIcons
    
    * chore: update icon last modified entry with Date.now() when created
    
    * chore: update `overrideManifestIcons` hint
    
    * chore: change `handleHotUpdate` logic
    
    * chore: find existing links in html injection
    
    * chore: add pwa assets in vue router examples via env var
    
    * chore: update lockfile
    
    * chore: fix lint
    
    * chore: move pwa assets generator to optional dependency
    
    * chore: add integration options
    
    * chore: add integration option to resolved options
    
    * chore: add public and output integration options
    
    * chore: update transform index html logic
    
    * chore: update ypes and docs
    userquin authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d9ffcb5 View commit details
    Browse the repository at this point in the history
  2. chore: update lock file

    userquin committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    537c9cc View commit details
    Browse the repository at this point in the history
  3. chore: release v0.19.0

    userquin committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4855128 View commit details
    Browse the repository at this point in the history
Loading