Skip to content

0.6.24

Compare
Choose a tag to compare
@kethinov kethinov released this 04 Mar 15:32
· 4 commits to main since this release
51ff5e3
  • Added {varName|h} to force hide or {varName|d} to force display variable. This is a per-var override for:
    • teddy.setEmptyVarBehavior('hide'): Will make it possible for variables which don't resolve to display as empty strings instead of displaying the variable.
      • Default: 'display'.
  • Added support for sourcing most Teddy attribute values dynamically from {variables}.
  • Added boolean logic to one-line if statements.
  • Added selected-value and checked-value attributes for setting what option to select or what checkbox / radio to check in a more concise way than using one-line ifs.
  • Fixed a bug that prevented boolean logic from working if there were multiple and or multiple or attributes on an element.
  • Updated various dependencies.