Skip to content

Releases: Tangerine-Community/tangy-form

v4.32.0

16 Mar 15:12
Compare
Choose a tag to compare
  • Add new inputs <tangy-keyboard-input> and <tangy-radio-blocks>.

v4.31.0

12 Mar 13:41
Compare
Choose a tag to compare
  • Add support for fullscreen-inline attribute on <tangy-form> to do fullscreen just in app without Fullscreen API. (c5bdecb)
  • Add support for full-screen-nav-align attribute on <tangy-form> for aligning the fullscreen nav to top or bottom. Example: <tangy-form full-screen-nav-align="bottom"> (7aaae3f)
  • Provide CSS variables for action buttons when positions top or bottom in fullscreen. (a14cf6d, 30b19ef)
  • Hide tangy form item checkmarks when in fullscreen mode. (2f3da4a)

v4.30.0

10 Mar 20:29
Compare
Choose a tag to compare
  • Add support for opening a form in fullscreen mode. Add open-in-fullscreen attribute to <tangy-form>.

v4.29.4

15 Feb 20:25
Compare
Choose a tag to compare
  • When viewing a completed form response, all tangy-templates now appear regardless of any previously evaluated directive because state like skipped has not been saved in form responses. This version makes tangy-template even more dynamic by evaluating directives on tangy-template even when in a completed form response.

v4.29.3

15 Feb 16:25
Compare
Choose a tag to compare
  • Fix: Tangy Template should display rendered template when being reviewed in a submitted form response #311

v4.29.2

04 Feb 21:18
Compare
Choose a tag to compare
  • Fix: Tangy Template elements all say "false" if using environment variables like caseService and T #3203

v4.29.1

07 Jan 20:30
Compare
Choose a tag to compare
  • Remove imports in TangyInputBase that are breaking builds

v4.29.0

07 Jan 20:08
Compare
Choose a tag to compare
  • Add ability to inject localized variables for use in Tangy Form logic #292
  • Add support for optional window.useShrinker flag that will cause only modified properties on inputs to be captured #210

v4.28.3

28 Dec 21:37
Compare
Choose a tag to compare
  • When using Cycle Sequences, the Cycle Sequence used is now stashed in the form response for reference later in data analysis. #282
  • Merged a number of Dependabot dependencies PRs.

v4.28.2

09 Dec 15:30
Compare
Choose a tag to compare
  • Fix issue causing tangy-input-groups to not resume correctly