New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ask-sdk-controls

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-sdk-controls - npm Package Versions

2

0.9.2

Diff

Changelog

Source

0.9.2 (2022-04-01)

amazonasksdk
published 0.9.0 •

Changelog

Source

0.9.0 (2021-12-16)

Bug Fixes

  • adding missing exports (a5f8c0b)
  • elicit preposition slot (3a724c0)
  • modifying session behavior to enter idle state for screen output modality, exporting modality-related functions, and adding modifying default modality evaluators to correctly classify VectorGraphic and EditText touch events (7ca6d0b)
amazonasksdk
published 0.8.0 •

Changelog

Source

0.8.0 (2021-08-31)

⚠ BREAKING CHANGES

  • Default Act rendering will no longer include voice prompts if the request input modality is from a touch event.

Features

  • introduce functionality to determine request input modality and preferred response style. Adds utility to add appropriate prompts based on preferred response style. Modifies Act render methods and Control renderAct methods to use this utility (92a39d2)

Docs

  • Adding documentation for new functions in ResponseUtils (7afc8a8)
  • fixed doc param lint issues (90f0f76)
amazonasksdk
published 0.7.0 •

Changelog

Source

0.7.0 (2021-08-20)

Features

  • Add support for CanFulfillIntentRequest (7587a46)
amazonasksdk
published 0.6.3 •

Changelog

Source

0.6.3 (2021-08-03)

Bug Fixes

  • exported i18Init function on ControlManager (60897e3)
amazonasksdk
published 0.6.2 •

Changelog

Source

0.6.2 (2021-07-29)

Features

  • Adding Directive support for RePrompt SPI (550ca98)
amazonasksdk
published 0.6.1 •

Changelog

Source

0.6.1 (2021-06-24)

⚠ BREAKING CHANGES

  • Whenever a request is processed by a Control and evaluated with its defined handlers, if more than one handler matches are found, control throws an error with matching handlers.
  • NumberControl: Renamed NumberControlProp ambiguousPairs to mostLikelyMisunderstanding. Changed default prompts on NumberControl actions such as valueChanged, valueCleared.
  • converted Control.renderAct() function to async type and its return type to Promise<void> and renderAPLComponent function to async and its return type to Promise<{[key:string]: any}> to support asynchronous functionalities

Features

  • builtin APL support for both blocking and non-blocking UI (0c42a6d)
  • Introduced restrictive logging of sensitive data and configuration of logging output (56f78cf)
  • refactored NumberControl and its APL Components (46f2e7d)

Bug Fixes

  • adding optional chaining when evaluating custom handler funcs (9e77eff)
  • Changed the evaluateInputHandlers function on Control to throw an error if more than one matching handlers are found (430623b)
  • Fixed MultiValueListControl StateDiagram to log state ojects as strings (a61d4b9)
  • Moved global initialization of logger into functions/classes scope (9d6944a)
  • NumberControl slot elicitation (d8de5ff)
  • NumberControl: typedoc fixes, changed logic to use map instead of switch statements (97c934b)
  • remove dead code in QuestionnaireControlBuiltins (f74b50b)
  • resolve dropped inputs in questionnaire (UserEvent race-condition) (6a0567a)
amazonasksdk
published 0.6.0 •

Changelog

Source

0.6.0 (2021-03-29)

⚠ BREAKING CHANGES

  • Changed the return type of valueRendered from string to ListControlRenderedItem to support ImageList rendering for list Items.
    • the default behavior for an exception thrown during canHandle is changed. Revert to the old behavior by setting ControlHandler.canHandleThrowBehavior = 'Rethrow'

Features

  • added APL component mode to render multiple APLs from different controls on each turn (7f22681)
  • APLComponent Mode in commonControls and refactors (2fd688a)
  • Greater control over top-level exception handling behavior (764d43c), closes #1 #2
  • Introduced a new optional prop in apl renderComponent to customize the APL component returned by a control (222d8e5)
  • listControl: refactor default APL for listControl and removed apl customHandling funcs (bc65af2)
  • made Control.value mandatory in all controls (8a726c9)
  • standardize lastInitiative state tracking on all controls (864d0f2)

Bug Fixes

  • changed DateRangeControl to use Control.value in its state to be consistent among all controls (b960421)
  • changed lastInitiativeState defintion to an interface (f12ab92)
  • stub error exceptions thrown during exceptionHandling unit test cases (53f6835)
amazonasksdk
published 0.5.1 •

Changelog

Source

0.5.1 (2021-01-19)

Docs

  • fixed Changelog previous release messages and formatting issues (7e52e9f)
amazonasksdk
published 0.5.0 •

Changelog

Source

0.5.0 (2021-01-19)

⚠ BREAKING CHANGES

  • change to interaction model building flow. (controls must be added after custom content)
  • various additions and minor changes to built-in interaction model content

Features

  • MultiValueList: added multiValueListControl and its default APL (59f970f)
  • add APL for NumberControl (831cc83)
  • async load/save of control state (c492307)
  • QuestionnarieControl: added QuestionnaireControl (65ed192)
  • questionnaire: improve APL behavior (759719e)
  • add QuestionnaireControl (multiple yes/no questions) (dec8b04)

Bug Fixes

  • ValueControl: fix slot elicitation directive (da5ff3c)
  • change number control validationFailedMessage type to be consistent with state.value (d507925)
  • cleanup and fixes for PR comments (a23520b)
  • ListControl: allow filteredSlotType to be 'none' (aedaa42)
  • fixes from PR comments #35 (159cf5b)
  • use 'idleMode' after touch. fixes for PR comments. general cleanup (323a25f)
  • use 'idleMode' after touch. fixes for PR comments. general cleanup (7c776fb)
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc