Releases: scriptex/create-pwa
Introduce target directory option
This release:
- Introduces a new CLI argument called
output
which specifies the output folder for all assets generated bycreate-pwa
. This argument defaults to''
(empty string) which means the project root of the folder which contains thepackage.json
file. - Fixes an issue with duplicated file names for the launch screens listed in the service worker file.
- Updates all exported functions by adding a new argument -
output
which is the same as the CLI flag above. The only difference is that this argument is mandatory and does not have a default value. - Updates Github actions to use Node v18
Fix the URL to the documentation
2.6.1 Fix the URL to the documentation
Updated package metadata
This release does not introduce any code changes.
It only updates the package.json metadata and the README.
Securuty updates
This release updates all dependencies to their latest versions effectively removing all current security vulnerabilities.
Security updates
2.4.1 Security updates
Fix current working directory
Updated documentation
2.3.1 Update documentation
Security fixes
This release takes care of multiple security vulnerabilities.
Make components optional
This release makes it possible to omit any of the components by introducing a CLI flag for each of them.
Add ability to generate favicons for all browsers and platforms
This release makes it possible to create all kinds of favicons for all browser and platforms including: Windows, Mac OS, Linux browsers, iOS application icons, Android applications icons, PWA (progressive web app) icons.
This release also makes it possible to omit any of the arguments passed to the create-pwa
script - via CLI or via the Node API.