Releases: ansibleguy76/ansibleforms
Releases · ansibleguy76/ansibleforms
v2.2.2
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
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
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
orctrl-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
Added
- Expressions can have defaults
- Extra form checking and show warnings
Changed
- Secured JWT tokens even more
Fixed
- Fixed editable expression bug
- Token issue