Releases: Tangerine-Community/tangy-form
Releases · Tangerine-Community/tangy-form
v4.20.1
v4.20.0
v4.19.1
- Fix issue with #warn-text div displaying when empty in tangy-select and tangy-location.
v4.19.0
v4.19.0
- New
warn-background-color
andwarn-color
css vars - Alignment of required asterix.
v4.18.0
- 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 anon-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
- 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
Fix: switch observer on hintText from render to fix issue with mutually exclusive checkboxes.