Changelog
v2.3.2
2024-01-15
- fixed datepicker in container dialog behind dialog
v2.3.1
2024-01-10
- fixed a bug not updating empty dates in the database after clearing the input
v2.3.0
2024-12-18
- added option to disable saving by an expression
- added option to save an expression as an additional value to the database (AddDbValue)
v2.2.6
2024-12-13
- added week & month type to datepicker
v2.2.5
2024-12-12
- fixed a style conflict with open source extension
Advanced Kpi
v2.2.4
2024-12-12
- fix a bug opening and closing dialog retaining some values
v2.2.3
2024-12-11
- added file upload accept option to filter the shown files for the upload
v2.2.2
2024-11-26
- added mouse over on select for better readability of long labels
- fixed disabled styling in dialog window
v2.2.1
2024-11-22
- fixed a bug where migrated forms breaking Data+Message
v2.2.0
2024-11-21
fixed a bug deleting addtional Values for Dropdowns
added the option to send the entryId in Data+ Message
added new FormElement: IconPicker
v2.1.1
2024-11-13
- added info icon with hover text as an option for input components
v2.1.0
2024-11-11
- add special values to save in the database in actions (CurrentUser, Timestamp)
v2.0.11
2024-11-07
- fixed typo in page settings
v2.0.10
2024-10-29
- fixed a bug with disabled pages still visible
v2.0.9
2024-10-24
- fixed a bug setting default values in edit mode if not nescessary
v2.0.8
2024-10-22
- improve performance
- added option to set dropdown splitter for Data+Table Comaptability
- fixed some variable infite loop problems
v2.0.7
2024-10-21
- various bug fixes
v2.0.6
2024-09-20
- database listen fixes
v2.0.5
2024-09-05
- automation performance improvements
v2.0.4
2024-08-30
- add run automation action
v2.0.3
2024-08-28
- fix infinite data loading problem when syncing to variable
v2.0.2
2024-08-26
- fixed migration bug
- fixed reset to default value after listen to db entry id is set to null
v2.0.1
2024-08-23
- fixed dynamic input for dropdown with object settings
- added plus and styling for creating new option if using a dropdown using object settings
v2.0.0
2024-08-22
- load data from the database into the form and listen for changes
- added condtions to actions
- Submitting values to database, variables, selections is now an action to allow for more granular settings
v1.7.3
2024-08-16
- added number formatting (thousand seperator, decimal seperator, precision) settings for number input
v1.7.2
2024-08-14
- added setting first day of the week for date picker
v1.7.1
2024-08-08
- added new form element: Cascader
- dynamic count of tags in multi select dropdown instead of capping at 5
v1.7.0
2024-08-07
- The Data+ messages no longer require the target id to be selected, they are now solely based on the defined function name
- Data+ messages now support parameters
- added validation:
isInteger
- added option to save apicall result to variable
1.6.18
2024-07-26
- added images to dropdown
1.6.17
2024-07-22
- add option to overwrite width of form elements
1.6.16
2024-07-19
- On Change saving fixed validation
- Added highlight border for the selected image button
1.6.15
2024-07-05
- Allow Validation for Switch & Checkbox
1.6.14
2024-06-19
- added Sleep Action
- smarter conversion of types for saving as a variable or slelection
- fix background visible
1.6.13
2024-06-17
- added Selection ClearAll as action
- bugfix duplicate not applied
1.6.11
2024-05-29
- added support for json keys with arrays.
entries.0.ABC
will be converted to the following object:
{
"entries": [{
"ABC": "value"
}]
}
1.6.10
2024-04-23
- added support for dropdown with object setting in master objects
1.6.9
2024-04-19
- ApiCall added no cors option
1.6.8
2024-04-04
- ApiCall added option to proxy request over the Data+ Server
- ApiCall added download file option
1.6.7
2024-03-28
- Simplified the server connection settings, a specific variable
$(currentUrl)
is now used to connect to the current protocol & hostname
1.6.6
2024-03-16
- made a change to enable saving Data+ Tables embeded in previous pages when saving
1.6.5
2024-03-15
-various fixes
1.6.4
2024-03-14
- added the option to sync page progress to a variable (also allowing control over pages via variables)
- added new date validation rule
1.6.3
2024-03-11
- fixed a problem not rendering Masterobjects on pages > 1
1.6.2
2024-03-05
- added option to skip file upload if no file is provided
- added validation rules for >= and <=
- improved inital load performance
1.6.1
2024-02-16
- added content align
- New form element: ImnageButtons
- added option to skip fileupload if no fileupload was selected
1.6.0
2024-02-14
- updated Data+ Message Network
1.5.10
2024-02-12
- Add remove disabled style for more form element types
1.5.9
2024-02-09
- Add dynamic input dropdown
- disable inline action buttons if disabled until next reload
1.5.8
2024-02-07
- Various bug fixes
v1.5.7
2024-02-05
- Added action: Disable saving until next reload
v1.5.6
2024-01-31
- Added
$f()
syntax for dopdowns to reference other field values directly - Color picker add swatches, format settings and the option to disable alpha
- Fixed a bug setting a variable to
0
- Added option to clear certain form elements
- Added option for a paragraph to also have a label
v1.5.5
2024-01-29
- Fixed variables used to save and set default values causing infinite loading
- fix previous value used for setting variable for datepicker
v1.5.4
2024-01-25
- New form element: ColorPicker
v1.5.3
2024-01-24
- fixed bug paddingX changing height of form
v1.5.2
2024-01-09
- Fixed some css issues
v1.5.1
2024-01-05
- Add action: Show Notification
v1.5.0
2023-12-22
- Redesigned settings menu
- New form element: Button
- fixed scrolling issues
- New form element: NewLine
v1.4.0
2023-11-14
- Added support for proxy servers that do not allow custom headers (e.g. Microsoft application proxy)
- Added option to open as dialog
- Added option for partial reloads in the cloud
- Added option to disable disabled style
v1.3.0
2023-10-30
- New Type: File Upload
- Option to hide info messages
- Actions: StopOnError and run before database update
- More options to customize theme
- Added the option to set input borders to indicate status
- Added icon support to dropdowns
v1.2.0
2023-08-29
- Added Actions: Selection, GoToSheet, Extension Network
- allow empty strings as values
- allow API call nested json keys (
keya.keyb.keyc
) - next id formula now calculated on insert
- fixed some bugs