Skip to content

Latest commit

 

History

History
103 lines (66 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

103 lines (66 loc) · 4.31 KB

Change Log

All notable changes to the "pwa-studio" extension will be documented in this file.

[v1.1.0]

  • 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

[v1.0.4]

[v1.0.3]

[v0.3.1]

[v0.3.0]

[v0.2.6]

[v0.2.5]

  • 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.

[v0.2.4]

  • More readme updates for the VSCode Marketplace

[v0.2.3]

  • Updated readme for VSCode Marketplace

[v0.2.2]

  • Updated the Windows packaging URL to our new Windows packaging server

[v0.2.1]

[v0.2.0]

  • 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

[v0.1.2]

  • Paths for save dialogs are now correct
  • Icons generated for the default manifest are converted to files
  • diagnostics are only ran on JSON files

[v0.1.0]

  • Icons are now generated as files, not base64 strings.

[v0.0.9]

  • New in-manifest error prompts for key manifest issues.

[v0.0.8]

  • Major fix around windows paths causing the manifest / service worker to not be found.