Skip to content

Releases: ansibleguy76/ansibleforms

v2.2.2

09 Feb 10:55
7ca02f7
Compare
Choose a tag to compare

Fixed

  • Dropdown box gets clipped at the bottom (was new bug since 2.2.1)
  • Dependencies either with valueColumn or dot-notation

v2.2.1

07 Feb 19:14
e888c9d
Compare
Choose a tag to compare

Added

  • Toggle hidden fields for admins
  • Allow expression debug for admins

Fixed

  • Ignore error if no forms subdir exists
  • Allow empty constants in designer (must be object bug)

v2.2.0

03 Feb 16:29
ff687c6
Compare
Choose a tag to compare

Added

  • Keydown responsiveness on text fields (property keydown)
  • filtering to query fields (tune with filterColumns property)
  • view of objects and query results
  • queryfield-option in table field (type: query + from-property)
  • search-replace-box in editor (ctrl-f or ctrl-h)
  • Forms.yaml can be extended with more yaml files in /forms subdir.
  • auto backup on save (from editor)
  • restore backup (from editor)
  • Editor can now edit a single form
  • Added warnings in editor and form
  • Expression can be html (isHtml property)
  • Added constants section in forms.yaml (key-value pairs in yaml format)

Fixed

  • Bad required validation when expression had default empty object or array
  • Interval kept running in the background

v2.1.6

25 Jan 08:15
27531c5
Compare
Choose a tag to compare

Added

  • Expressions can have defaults
  • Extra form checking and show warnings

Changed

  • Secured JWT tokens even more

Fixed

  • Fixed editable expression bug
  • Token issue