Release 0.9.0
Simple calculate in API toolkit, improved DES import behavior, TRIMRANGE support, dynamic container headers & footers, and more! (November 15, 2024)
-
FEAT
Implemented support for the Simple Calculate functionality in the API toolkit. This is a subset of the main single calculate functionality that employs a much simpler interface, but with more restricted usage.
-
FEAT
Added support for the
=TRIMRANGE()
formula.
-
FEAT
Implemented support for dynamic headers and footers in Rows and Containers. You can now update headers and footers with your own custom content, including stub injection.
-
FEAT
Updated the application import process to more gracefully convert from existing DES files with databases when importing on top of existing applications with databases. It will try to match database names so that data will not be wiped out during a subsequent publish. It is still important to pay attention when importing DES files on top of existing applications, but the intended usage of this functionality should be operating more adequately.
-
FEAT
Added label alignment at the grid-level and the column-level for form-based input grids.
-
MIN
Added page and control sequence ID columns to the validation messages page, along with a handy Go To functionality that will bring you straight to the target page/control.
-
MIN
Included a download option to the Excel export mapped file page, so you can re-download the bound Excel mapping models.
-
MIN
Optimized data validation output from the server so that data only comes down when it has changed, rather than on every response.
-
MIN
Moved Excel export runtime logic into the Print service, for future performance and functionality extensions.
-
MIN
Updated automated app creation to not create defined names for data validations.
-
MIN
Refactored a number of internal operators to improve API performance for a bunch of methods.
-
BUG
Fixed an issue with data validation in the core engine when using Any Value validation type, or any unknown data validation types.
-
BUG
Resolved an issue with textboxes and input grid column properties with loading minimum and maximum values that include exponents.
-
BUG
Fixed an issue where some applications were incorrectly being detected as calculators rather than data collection apps.
-
BUG
Resolved an issue in automated application creation with label detection for 1-dimensional ranges.
-
BUG
Fixed a small bug on the add/edit queries page that would result in the submit button not being re-enabled after a validation error.
-
BUG
Resolve a minor issue with calendar inputs not showing up as empty when the default value is not set.
-
BUG
Hid the Validation Trigger functionality for form-based input grids, since it is only applicable to inline grids.
-
BUG
Resolved an issue with column widths of grids not appearing at correct sizes when inside of a collapsible container.
-
BUG
Fixed the visibility of the Delete button in the Transaction History grid upon sorting or refreshing the grid.
-
BUG
Resolved grid super-header incorrect sequence ID binding on pre-publish validation when the sequence ID has shifted.
-
BUG
Fixed an issue with series name not using formatted cell values when generated from automated app creation.
-
BUG
Excluding the named range that is selected as the target named range from input/output grid super-header binding options.
-
BUG
Added handling to resolve for an exceptional use case where a control has become the child of a different non-parental control.
-
BUG
Fixed an issue where 'Named range no longer exists' would should up multiple times for the same control in some cases.
-
BUG
Resolved a few scenarios where import would result in Active Transaction Not Found error.
-
BUG
Fixed an issue with data validation formulas executing incorrectly when they include relative references.
-
BUG
Resolved a number of places where changing the case on a named range in Excel could cause issues when controls are not re-bound.
-
SYS
Fixed an issue with rendering the Manage Users page on private servers.
-
SYS
Added support for showing application access count on the system administrator applications management screen.
-
SYS
Merged configuration setting for goal seek and solver into one.
Fixed Header
the header will remain at the top,
even when scrolling.
High Contrast Text (WCAG 2 AA)
4.5:1 text contrast ratio
:root {
--tawk-header-background-color: bkg1 !important;
--tawk-header-text-color: txt1 !important;
}
.tawk-agent-chat-bubble {
background: #e5e5e5 !important;
color: #333333 !important;
}
.tawk-visitor-chat-bubble {
background: bkg1 !important;
color: txt1 !important;
}