ShafSpecs Remix Pwa Versions Save

An ecosystem of lightweight packages and helpers to integrate full PWA features into Remix 💿

v0.5.0

2 years ago

New, major update available 🎉🥳!

Changelog:

  • esbuild is no longer required to install remix-pwa
  • remix-pwa should now be installed as a Dev Dependency instead of a normal dependency
  • Added new client PWA utilities to remix-pwa and set the groundwork for more to come, these include:
    • Copy to Clipboard API
    • Badges API
    • Check user's network status
  • Added a new utility file to host client APIs in your own project!
  • Fixed duplication of Service Worker registration utilities on version upgrade
  • Added a new API Documentation segment to remix-pwa docs
  • Fixed crashing of Service Workers in Chrome
  • Fixed overwriting of custom manifest files
  • Fixed overwriting of already-created directories on remix-pwa install
  • Additional minor fixes
  • Additional bug fixes

v0.4.14

2 years ago

Changelog:

  • Fixed bug where Service Worker crashes on Chrome
  • Modified template and smoothed file merging during installation
  • Minor fixes
  • Bug fixes

v0.3.4

2 years ago

Changelog:

  • Fixed breaking error during installation

v0.3.0

2 years ago

Changelog:

  • remix-pwa now automatically updates scripts in package.json file.
  • Improved CLI performance
  • README.md updated
  • Minor fixes
  • Bug fixes

v0.2.6

2 years ago

Changelog:

  • Removed installation of types while running npm i remix-pwa
  • Formatted root file with prettier before serving file.
  • Added manifest examples
  • Updated README.md to include a better-detailed process
  • Minor fixes
  • Bug fixes

v0.2.5

2 years ago

Changelog:

  • Moved out of pre-alpha phase into alpha stage!
  • Initiated tests into remix-pwa
  • Fixed breaking root error: "No file or directory found"
  • Updated entry.client to register Service Workers
  • Set up environment to enable minified scripts
  • Added README.md
  • Added LICENSE.md
  • Improved possible errors handling
  • Updated jest configs
  • Minor fixes
  • Bug fixes

v0.1.17

2 years ago

Changelog:

  • Package running fine without any hitches
  • Fixed random empty template files
  • Updated scripts to run automatically after install
  • Removed bundling/minifying altogether
  • Improved FileBuffer stream read with fs-extra
  • Disabled linting on module install
  • Fixed minor bugs 🛠

v0.1.4

2 years ago

Changelog:

  • Integrated npx support
  • Added prettier script pre-install: npm run format
  • Single file module
  • Improved Remix-PWA CLI

v0.1.0

2 years ago

The initial release of Remix PWA 🥳! Still in pre-alpha phase (unstable)