Releases: Tangerine-Community/tangy-form
Releases · Tangerine-Community/tangy-form
v4.32.0
v4.31.0
- 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
v4.29.4
- 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.