Skip to content

Releases: Tangerine-Community/tangy-form

v4.20.1

29 Oct 15:49
Compare
Choose a tag to compare
  • Make <tangy-ethio-date> and <tangy-partial-date> fire a change event when the today button is clicked

v4.20.0

26 Oct 19:43
Compare
Choose a tag to compare
  • Support for <tangy-ethio-date> input that exposes a Date Picker that validates for the Ethiopian Calendar.

v4.19.1

06 Oct 20:10
Compare
Choose a tag to compare
  • Fix issue with #warn-text div displaying when empty in tangy-select and tangy-location.

v4.19.0

23 Sep 01:15
Compare
Choose a tag to compare

v4.19.0

  • New warn-background-color and warn-color css vars
  • Alignment of required asterix.

v4.18.0

05 Aug 15:57
Compare
Choose a tag to compare
  • New Loc.getLineage() function for calculating the tree of location nodes given a location node ID
  • New <tangy-gate> input for blocking UI until the Tangy Gate's value is set to true. This is useful for preventing users from proceeding when a complex condition is being run in an on-change or when asynchronous database code is running and we need a way to tell the user to hang out while it completes.

v4.17.10

04 Aug 19:19
Compare
Choose a tag to compare
  • Fix: abandons drawing boundary box when unable to identify all corners of scanned QR code.
  • Updated "@zxing/library": "^0.17.1",
  • Set width of canvas to 340px to reduce load on tablets.

v4.17.9

30 Jul 14:10
Compare
Choose a tag to compare

Fix: switch observer on hintText from render to fix issue with mutually exclusive checkboxes.

v4.17.8

24 Jul 15:29
Compare
Choose a tag to compare
  • Refactor tangy-if hook on inputs to apply the skipped attribute as opposed to the hidden attribute.

v4.17.7

23 Jul 14:26
Compare
Choose a tag to compare
  • Refactor show-if hook on inputs to apply the skipped attribute as opposed to the hidden attribute.

v4.17.6

06 Jul 17:28
Compare
Choose a tag to compare
  • Fix: hint-text is missing from many inputs when using TangyForm.getMeta() #149