Vscode Azurestaticwebapps Versions Save

Azure Static Web Apps extension for VS Code

v0.12.2

11 months ago

Added

  • Add HTML preset by @alexweininger in #835

Changed

  • Add actions submenu to workspace view title by @alexweininger in #838

Fixed

  • Fix detecting linked environments by @alexweininger in #843
  • Fix creating SWA in browser CodeSpaces by @alexweininger in #841

Engineering

  • Update shared packages to v2 by @alexweininger in #836
  • Upgrade to TS 5.1.3 by @alexweininger in #837
  • Use @vscode/vsce instead of vsce by @bwateratmsft in #839

v0.12.1

1 year ago

Added

  • Add support for the upcoming Azure Resources Focus feature

v0.12.0

1 year ago

Added

Fixed

Dependencies

v0.11.4

1 year ago

Added

  • Allow creating .NET 7.0 Functions by @alexweininger in #759
  • Forward compatibility with Azure Resources API v2 by @alexweininger in #778

Changed

  • Remove support for creating .NET Core 3.1 functions by @alexweininger in #760

Engineering

  • Fix readme badges by @bwateratmsft in #751
  • Use new getExtensionExports util by @alexweininger in #772
  • Add .nvmrc file by @alexweininger in #774
  • Migrate to @vscode/test-electron package by @alexweininger in #779

Dependencies

  • Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in #756
  • Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #762
  • Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #769
  • Bump qs from 6.10.1 to 6.11.0 by @dependabot in #771
  • Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #763
  • Bump simple-git from 3.5.0 to 3.15.1 by @dependabot in #773
  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #776

v0.11.3

1 year ago

Added

  • Next.JS SSR preset #743
  • Nuxt 3 preset #741

v0.11.2

1 year ago

Changed

  • Update @vscode/extension-telemetry to 0.6.2 #715

Fixed

  • Debug task shell quoting #718

v0.11.1

1 year ago

Changes

  • Upgrade shared packages #705

Fixed

  • Removed bad semver check to fix CLI update notification #710
  • Removed Next.js (SSR) build preset link in the dropdown until full supporting implementation is added #695

v0.11.0

2 years ago

We've made some large design changes to the Azure extensions for VS Code. View App Centric release notes

v0.10.1

2 years ago

Added

  • Support for creating Static Web Apps using Next.js #658

v0.10.0

2 years ago

Added

  • Support for creating .NET 6 HTTP Functions #595

Changed

  • Minimum version of VS Code is now 1.62.1 #602

Fixed