vscode-azurestaticwebapps/CHANGELOG.md

11 KiB

Change Log

0.12.2 - 2023-06-28

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

0.12.1 - 2023-05-17

Added

  • Add support for the upcoming Azure Resources Focus feature

0.12.0 - 2023-04-03

Added

Fixed

  • Suppress not github repo error by @nturinski in #811

Dependencies

  • Bump simple-git from 3.15.1 to 3.16.0 by @dependabot in #787

0.11.4 - 2023-01-26

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

0.11.3 - 2022-10-13

Added

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

0.11.2 - 2022-07-05

Changed

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

Fixed

  • Debug task shell quoting #718

0.11.1 - 2022-06-21

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

0.11.0 - 2022-05-24

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

0.10.1 - 2022-04-18

Added

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

0.10.0 - 2022-03-24

Added

  • Support for creating .NET 6 HTTP Functions #595

Changed

  • Minimum version of VS Code is now 1.62.1

Fixed

0.9.1 - 2022-02-22

Fixed

  • Unable to debug non-Node.JS Functions #618

0.9.0 - 2021-11-11

Added

Changed

  • Renamed "Edit Configuration" command to "Edit Workflow" #546
  • Build presets are now grouped in the quick pick to match the portal #556
  • Placeholder text on the location step has been changed to clarify region/location selection #554

Fixed

0.8.1 - 2021-09-27

Added

  • Colored icons to the GitHub action job and step tree nodes
  • Static Web Apps CLI
    • Install or update the CLI using the Install or Update Azure Static Web Apps CLI command
    • Uninstall the CLI using the Uninstall Azure Static Web Apps CLI command
    • Check for a new version of the CLI on startup

0.8.0 - 2021-09-01

Added

  • View GitHub action logs from Actions tree node
  • Limited support for virtual workspaces
  • Learn More buttons (?) for select prompts to help clarify unfamiliar concepts

Changed

  • Minimum version of VS Code is now 1.57.0
  • Auto-detects Function API folders for Create Static Web App... and Create HTTP Trigger...
  • Location prompt included in Create Static Web App...
  • Resource Group prompt is first in Create Static Web App... (Advanced)
  • Output location default for Angular includes placeholder to add project name

Fixed

0.7.1 - 2021-07-08

Fixed

0.7.0 - 2021-05-12

Added

  • Git project validation prior to Create Static Web App...
  • After creating a Static Web App, git pull is executed to retrieve the GitHub Actions workflow file
  • GitHub Configuration tree item when SWA is connected to local project
  • Create Configuration File command to add staticwebapp.config.json
  • Standard SKU option for Create Static Web App... (Advanced)

Changed

  • Create Static Web App... requires an opened workspace in VS Code
  • Location, API location, GitHub org, and repo privacy steps have default values for Create Static Web App...
    • Use Create Static Web App... (Advanced) for a more customizable creation

Removed

  • (Preview) label 🎉

Fixed

0.6.0 - 2021-04-13

Added

  • Now depends on the "Azure Resources" extension, which provides a "Resource Groups" and "Help and Feedback" view
  • IntelliSense for staticwebapp.config.json file
  • Experimental framework to test incremental changes

Changed

  • "Report an Issue" button was removed from errors. Use the "Help and Feedback" view or command palette instead
  • Minimum version of VS Code is now 1.53.0
  • Icons updated to match VS Code's theme. Install new product icon themes here
  • Build presets pre-generate values for app, api, and output locations that must be confirmed

Fixed

0.5.0 - 2020-12-02

Added

  • Publish local projects directly to GitHub
  • Advanced creation to provide more control when creating static web apps
  • Download remote app settings
  • Notification for when long running GitHub actions complete

Changed

  • Functions/App Setting tree items replaced with a "Learn How" node if build doesn't contain functions
  • Create New Static Web App wizard now asks for deployment method
  • Completed GitHub actions cannot be cancelled, on-going actions cannot be re-run
  • Messaging of prompts after static web app creation

Fixed

0.4.0 - 2020-09-21

Added

  • Support for Python and C# API endpoints

Fixed

0.3.0 - 2020-07-31

Added

  • Folder structure will be displayed for the app and api location steps when creating static web apps
  • Display GitHub Actions under environments
    • Rerun and cancel actions
    • View individual jobs and their statuses
  • Edit configuration file
  • Show documentation from the Azure Static Web Apps (Preview) ribbon
  • Delete environments

Fixed

0.2.0 - 2020-06-10

Added

  • Display Function triggers in tree
  • Open Repo in GitHub context menu on Environment item

Changed

  • Visual Studio Code - Insiders is no longer a requirement
  • Azure Functions extension is no longer a direct dependency
  • Default value for application code location step changed from 'app' to '/'

Fixed

0.1.0 - 2020-05-18

Added

  • View, create, browse, and delete Azure Static Web Apps (Preview)
  • View a static web app's environments
  • Create JavaScript/TypeScript HTTP Functions
  • View, add, edit, and delete Application Settings