All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.16.0 (2024-02-08)
- viewport.mode always showing hub irrespective of what device preview is being used (670e4e1)
2.15.0 (2023-07-13)
- upgrade apl-suggester and apl-viewhost-web to version 2023.2 (16e1265)
2.14.2 (2023-04-28)
- 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)
- skill creation and clone returns 'no skill repository found' (a223216)
2.14.0 (2023-03-22)
- setting Node.js 16 as default runtime for AlexaHosted Skills (98cdad4)
2.13.0 (2023-03-20)
- adding ACDL language support to the extension (fb00bd8)
- upgrade apl-suggester and apl-viewhost-web to version 2023.1 (#235) (b4de59b)
2.12.1 (2022-11-22)
2.12.0 (2022-11-16)
- 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)
- make profile deletion error more helpful (d689434)
2.11.4 (2022-08-31)
- make profile deletion error more helpful (d689434)
2.11.3 (2022-07-15)
2.11.2 (2022-07-12)
- 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)
- upgrade apl-suggester and apl-viewhost-web to version 2022.1 (4b6f784)
2.11.0 (2022-04-12)
2.10.1 (2021-12-23)
2.10.0 (2021-11-09)
2.9.0 (2021-10-04)
- 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)
2.7.0 (2021-07-23)
2.6.0 (2021-06-01)
- 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)
- '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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 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.
- Revert extension main class on package.json file.
- 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.
- 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.
- Updated Error message prompt and docs to mention explicit ASK CLI v1 version dependency.
- Deprecate opn module and change to open module.
- Move the latest manifest json validation schema to new s3 bucket.
- 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.
- Added UI for runtime selection (Python / Node.js) when creating a new skill.
- Added Python SDK Snippets suggestions.
- ASK toolkit is now Generally Available.