Skip to content

Latest commit

 

History

History
326 lines (187 loc) · 22.4 KB

CHANGELOG.md

File metadata and controls

326 lines (187 loc) · 22.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.16.0 (2024-02-08)

Features

  • set python 3.8 as default hosted skill python runtime version (#283) (0582cb6)

Bug Fixes

  • viewport.mode always showing hub irrespective of what device preview is being used (670e4e1)

2.15.0 (2023-07-13)

Features

  • upgrade apl-suggester and apl-viewhost-web to version 2023.2 (16e1265)

2.14.2 (2023-04-28)

Bug Fixes

  • add framework for less frictional unit testing in ACDL language server, backfill hover tests (b777b8b)
  • allow device registry unit test to run even if command has already been registered (c885d8c)
  • skill simulation locale drop down was not handling missing interaction models #254 (eab6d35)

2.14.1 (2023-04-06)

Bug Fixes

  • skill creation and clone returns 'no skill repository found' (a223216)

2.14.0 (2023-03-22)

Features

  • setting Node.js 16 as default runtime for AlexaHosted Skills (98cdad4)

2.13.0 (2023-03-20)

Features

  • adding ACDL language support to the extension (fb00bd8)
  • upgrade apl-suggester and apl-viewhost-web to version 2023.1 (#235) (b4de59b)

Bug Fixes

  • correct AbstractCommand for context menus (#231) (e40f0ac)

2.12.1 (2022-11-22)

Bug Fixes

  • update dependencies for ReDoS vulnerabilities (cbe469d)
  • workflow on syntax (1d81f74)

2.12.0 (2022-11-16)

Features

  • updated language config file to support shortcut based commenting in acdl files (f1ec972)
  • upgrade apl-suggester and apl-viewhost-web to version 2022.2 (9f4b226)

Bug Fixes

  • make profile deletion error more helpful (d689434)

2.11.4 (2022-08-31)

Bug Fixes

  • make profile deletion error more helpful (d689434)

2.11.3 (2022-07-15)

Bug Fixes

  • revert "Merge pull request #164 from ajsb85/development" (781a250)

2.11.2 (2022-07-12)

Bug Fixes

  • revert vsce version back to 1.xxx (53e9249)
  • security vulnerabilities via npm audit fix --force (upgrade nyc and gulp version) (#184) (b488d80)
  • support WSL using localhost instead 127.0.0.1 (4189f82)
  • support WSL using localhost instead 127.0.0.1 (a132188)

2.11.1 (2022-06-16)

Features

  • upgrade apl-suggester and apl-viewhost-web to version 2022.1 (4b6f784)

Bug Fixes

  • security vulnerabilities via npm audit fix (#183) (6842adf)

2.11.0 (2022-04-12)

Features

  • upgrade apl-suggester and apl-viewhost-web to version 1.9 (#171) (a98dc2f)

2.10.1 (2021-12-23)

Bug Fixes

  • skipping broken tests to unblock extension patch release (#159) (4fd0ff9)

2.10.0 (2021-11-09)

Features

  • upgrade apl-suggester and apl-viewhost-web to version 1.8 (#151) (a3417a9)

2.9.0 (2021-10-04)

Bug Fixes

  • updated debugAdapterPath to use pwa-node as node debug type (#147) (834c67b)
  • updated tsconfig and also removed eslint,tslint and added prettier config (#148) (3280dc0)

2.8.0 (2021-08-04)

Features

  • apl: Upgrade APL Suggester and Web Viewhost to support APL 1.7 (#140) (b717cb3)

2.7.0 (2021-07-23)

Features

  • set node.js 12 as default hosted skill node.js runtime version (#138) (cd374c5)

Bug Fixes

  • update package-lock.json to update trim-lines security patch (#137) (f31ece4)

2.6.0 (2021-06-01)

Features

  • upgrade APL 1.5 to 1.6 with APL Web Viewhost and APL Suggester. (#122) (e350c52)

Bug Fixes

  • consolidate deploy webviews messages in the constants file (#117) (4b97b79)
  • update webview forms to not redirect after submission (#127) (987eb1a), closes #123 #124

2.5.0 (2021-03-30)

Features

  • support apl touch events in simulator (#115) (55bb816)

Bug Fixes

  • 'resource not found' when cloning a skill (#101) (7fd5c4f)
  • add license and copyright in source files (#113) (f6daa74)
  • change Telemetry data global state key name (086acfe)
  • changed globalState data to be dictionary & add retry for git version (657fa9f)
  • load webview dynamic content when firing for first time (#105) (6b9ff2c)
  • make telemetryClient singleton & add metrics fields (9428158)

2.4.0 (2021-02-19)

Features

  • acdl syntax highlighter (#103) (2a7f755)
  • support APL ExecuteCommands directive in toolkit simulator (5358146)
  • upgrade apl-suggester and apl-viewhost-web to version 1.5 (#87) (870e0dc)

Bug Fixes

  • add persistence option for webview (0a090ee)
  • bugs of simulate APL preview (8baceac)
  • filter unused APL sample templates (#95) (1599725)
  • passing command line arguments to npm script in package.json (#88) (ef3ab18)
  • render apl response without speak tag in simulator. fixes #82 (#92) (e9190e0)
  • unit tests to match ext host error message (a2470be)
  • update PR template with sections & license (6ae7b7d)
  • use spread operator (274e598)

2.3.0 (2021-01-20)

Features

  • add default aws region for create hosted skill (#51) (5298da3)
  • add dynamic content to welcome screen (#63) (30dad54)
  • Add telemetry for hosted skills clone, open URLs, and SMAPI user agent (#34) (bd1f8d8)
  • setup test config (#32) (2734416)
  • support self-hosted skills creation, downloading and deployment & the skill-package folder structure validation (9042645)
  • update debug configuration snippet in package.json with a choice region input (#55) (feeac28)

Bug Fixes

  • add condition to apl renderer content for invalid parameter names (#71) (8688491)
  • Change manifest json validatio's s3 bucket to a new one which host the latest schema (d9a5f3c)
  • Change manifest json validation's s3 bucket (e5f074f)
  • Change permissions on credentials file, set run scripts correctly (#33) (516a207)
  • configure current working directory to skill code folder (#81) (4353639)
  • fix some contidition checker (65b052e)
  • fix some lint issues (a003424)
  • fix some lint issues (203004a)
  • fix testRunner script and revert some await usage (#35) (33bfe3b)
  • fix the activate extension unit test (0c6ef67)
  • fix the date of the release. (4448e28)
  • iconpath for quick input button for vscode 1.51.1, update package lock and tests for new version (a6d5f0a)
  • Portugese (BR) to Portuguese (BR) (#43) (cf3412a)
  • removed .DS_Store (88b5792)
  • render all parameters from apl doc (650d267)
  • Revert main class on package to fix extension run (99de11e)
  • simulateSkillHelper file into three smaller helper files (#44) (322573d)
  • the hard code path in the skill-package watcher unit tests (1d30a75)
  • unit tests timeout of 20000ms exceeded on windows (ad779fb)
  • upgrade yargs-parser version in package-lock.json (#48) (462cea4)
  • working dir not assigned issue in git helper (#56) (be467b2)

2.2.0 (2020-11-19)

Features

  • add default aws region for create hosted skill (#51) (5298da3)
  • add dynamic content to welcome screen (#63) (30dad54)
  • update debug configuration snippet in package.json with a choice region input (#55) (feeac28)

Bug Fixes

  • iconpath for quick input button for vscode 1.51.1, update package lock and tests for new version (a6d5f0a)
  • Portugese (BR) to Portuguese (BR) (#43) (cf3412a)
  • Revert main class on package to fix extension run (99de11e)
  • simulateSkillHelper file into three smaller helper files (#44) (322573d)
  • upgrade yargs-parser version in package-lock.json (#48) (462cea4)
  • working dir not assigned issue in git helper (#56) (be467b2)

2.1.0 - September 22, 2020

  • Adds local simulator features in the toolkit.
  • Adds "What's new" screen in the toolkit, shown to users when extension is updated.
  • Adds a "Contact Alexa" status bar option, to provide easier feedback options to toolkit users.
  • Updated resolution of readme gifs, for better visibility.
  • Fixed the workspace helper to add skills in current workspace, without deleting earlier folders. Fixes #21.
  • Fixes the iconpath on toolkit webviews.

2.0.2 - Sep 03, 2020

  • Revert extension main class on package.json file.

2.0.1 - Sep 02, 2020

  • Adds folder overwrite options for clone skill flow, if skill already exists locally.
  • Sets additional telemetry information on the URL links.
  • Fixes some linter issues.
  • Improves some log messages in the workflows.

2.0.0 - Jul 21, 2020

  • Adds 'ASK Toolkit' container in side bar, containing skill management, skill actions & documentation views.
  • Adds support for syncing interaction model, skill manifest, APL documents from developer console.
  • Adds local APL-Preview functionality in skill actions.
  • Adds local debugging configuration support for Node/Python based alexa skills.
  • Adds opt-out telemetry support in the extension.
  • Removed ask-cli dependency and wrapper functions from command palette.

1.0.3 - Apr 15, 2020

  • Updated Error message prompt and docs to mention explicit ASK CLI v1 version dependency.

1.0.2 - Sep 26, 2019

  • Deprecate opn module and change to open module.
  • Move the latest manifest json validation schema to new s3 bucket.

1.0.1 - Feb 10, 2019

  • Support one high level command: ask dialog.
  • Support some low level commands in beta-test and catalog category.
  • Add a new snippet for a new AMAZON built-in intent: SelectIntent.

1.0.0 - Nov 20, 2018

  • Added UI for runtime selection (Python / Node.js) when creating a new skill.
  • Added Python SDK Snippets suggestions.
  • ASK toolkit is now Generally Available.