All notable changes to the "pwa-studio" extension will be documented in this file.
- Updated deploy command to offer direct deploy to Azure Static Web Apps! pwa-builder#2674
- Updated Service Worker command to NOT use Workbox by default (still available with the Advanced option), making the basic option much easier to implement into a wider range of projects / setups. pwa-builder#2672
- New Publish Checklist for publishing your PWA to the app stores. This checklist walks you, step-by-step, through the process of publishing your PWA to our supported app stores. pwa-builder#2673
- You can now package your PWA for Meta Quest devices right from VSCode! pwa-builder#3009
- Fixes issues with SW detection pwa-builder#3180
- Various small bug fixes
- New snippets for screenshots and shortcuts + remove pwa prefix from snippets for better discoverability: pwa-builder/pwa-studio#75
- Preview builds available on our Actions tab here on Github from the dev branch
- Guidance messages for Web Manifest generation: https://github.com/pwa-builder/pwa-studio/commit/6d7fcc6760e7f5e1176e65d68ea67bdbd7e92f7d
- New Web Manifest editing and auditing experience: pwa-builder/pwa-studio#68
- Fixes pwa-builder#2671
- Fixes pwa-builder#2395
- Fixes pwa-builder#2403
- Fixes pwa-builder#2629
- Fixes pwa-builder#2400
- Fixes pwa-builder#2384
- Extension is now bundled to reduce startup time: pwa-builder/pwa-studio#67
- New snippets: pwa-builder/pwa-studio#70
- New usage analytics: pwa-builder/pwa-studio#72
- Fixed: pwa-builder#2635
- Fixed: pwa-builder#2626
- Fixed: pwa-builder#2424
- New Help Panel feature: pwa-builder#2514
- PWA Starter now uses Vite: pwa-builder#2670
- Workaround for analytics issue: https://github.com/pwa-builder/pwa-studio/compare/help-panel?expand=1#diff-3e1333fb5dae3594a3e5ba561f7937487c8fe8d3a1bba91c706e213b5b69e5b1L41
- Manifest and Icon generation views will not generate until required fields are filled out, including icon file input: pwa-builder#2627
- Added better usage analytics. No personal information is handled, only command usage. This will allow us to better scope our work in the future to what is being used the most in PWABuilder Studio.
- More readme updates for the VSCode Marketplace
- Updated readme for VSCode Marketplace
- Updated the Windows packaging URL to our new Windows packaging server
-
Fixed: pwa-builder#2579
-
Fixed: pwa-builder#2557
-
Setup tests: pwa-builder#2588
-
Better Typescript usage: pwa-builder#2595
- Better error messages
- Webviews now use the VSCode UI toolkit
- Submit buttons in webviews now have "generating..." UI to let the user know something is going on in the background
- We now use the built in VSCode icons
- Our Icon now matches the VSCode extension design guidelines
- Bug fixes around manifest generation
- Actions in the bottom bar now live in the view panels
- Paths for save dialogs are now correct
- Icons generated for the default manifest are converted to files
- diagnostics are only ran on JSON files
- Icons are now generated as files, not base64 strings.
- New in-manifest error prompts for key manifest issues.
- Major fix around windows paths causing the manifest / service worker to not be found.