Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 361 Bytes

UPGRADE.md

File metadata and controls

7 lines (6 loc) · 361 Bytes

1.x to 2.0

  • <Auslese> now only accepts Groups as choices. You may need to wrap your choice list.
  • The type for selections has changed – check whether you need to adopt your code.
  • value for Choices is now required, string or number is allowed.
  • The TypeScript types now use a module declaration instead of namespace.