Skip to content

1.1.0

Choose a tag to compare

@HRADigital HRADigital released this 13 Jul 17:10
· 21 commits to master since this release

Added

  • TextAreaInput character limit enforcement (data-limit) and an optional live counter guide (data-guide) that warns when nearing the limit.
  • SmartFormList.resource() returning the list's data-resource attribute, mirroring SmartForm.resource() so TaskExecutor can read the resource from either form body.

Fixed

  • Documentation: README.md now lists EmailInput and the input[type=password] -> TextInput mapping, documents the edit, destroy, and back toolbar roles, and corrects the per-state button-enable matrix and the form-level state list.
  • types/index.d.ts rewritten to match the actual public API.
  • CONTRIBUTING.md no longer references a non-existent .nvmrc.