Skip to content

Releases: Tangerine-Community/tangy-form

v4.4.0

23 Oct 20:51
Compare
Choose a tag to compare
  • Add support for a disable-if attribute, similar to show-if but for disabling items.
  • Fixes for <tangy-input> so that if disabled and required it does not block proceeing on a form.
  • Error logging functionality designed for editor use was blocking errors from the Javascript Console, this is now fixed.

v4.3.9

11 Oct 12:05
Compare
Choose a tag to compare

Add the property "value" when the row marker is clicked for each of the buttons - csv reports
- PR: #103

v4.3.8

09 Oct 10:29
Compare
Choose a tag to compare

v4.3.6

08 Oct 18:21
Compare
Choose a tag to compare
  • Fixed auto-stop for radio buttons bug bug. Limit hideInputsUponThreshhold to tangy-radio-buttons inputs. No longer need to call hideInputsUponThreshhold in on-change event when using incorrect-threshold in tangy-radio-buttons.
  • Issue: Tangerine-Community/Tangerine#1519
  • PR: #100

v4.3.3

07 Oct 16:43
Compare
Choose a tag to compare
  • Vertical center for tangy-toggle-button contents / tangy-timed items. c677ffb
  • Fixes for saving and resuming <tangy-checkboxes-dynamic>. #98

v4.3.0

04 Oct 16:54
Compare
Choose a tag to compare

v4.2.0

30 Aug 19:30
Compare
Choose a tag to compare

Added the exit-clicks attribute to tangy-form and tangy-form-item, which is for the number of times a user must click the exit fullscreen button before that mode is deactivated.

v4.1.1

26 Aug 16:29
Compare
Choose a tag to compare

Fix tangy-select test regression and work on EFTouch transition sound plays only on auto-progress #137

v4.0.0

15 Aug 20:47
Compare
Choose a tag to compare
  • Enable content of a form to be styled from the parent document. #64

Upgrade instructions:
This is considered to be a major release because some users' forms would look into a form item's contents using tangyFormItemEl.shadowRoot.querySelector(...). The contents of the form can now be accessed at tangyFormItemEl.querySelector(...). If you have any use of shadowRoot in our form content, beware. The advantage of moving this content out of the shadow DOM is that you can now style it directly from your app.

v3.23.0

14 Aug 17:22
Compare
Choose a tag to compare
  • Add ability to reference inputs.NAME in valid-if attributes. #65