Skip to content

v1.17-beta-16

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 14:37
· 72 commits to master since this release

Beta API Improvements 🚀

  • (To test) API UI prompt() large text field now submits on enter + modifier. Working in beta-17
  • Shortened API prompt() option parameter names:
let result = await prompt(options?: {
  default?: string,      // default value for text field; default none
  label?: string,        // shown above the text field, rendered as markdown; default none
  large?: boolean,       // set true if text box should be larger; default false
  placeholder?: string,  // text inside text field; defaults to message
});

Full Changelog: 1.17-beta-15...1.17-beta-16