Rilasci di SmartClient

Released: Jan 9, 2024

Aggiornamenti in V13.0p-2024-01-09

Funzionalità

  • Added new DSRequest API, isAuditRequest(). This returns true if this DSRequest is a fetch request automatically generated by the framework's audit subsystem.

Released: Dec 23, 2023

Aggiornamenti in V13.0p-2023-12-23

Funzionalità

  • Added new attribute ListGrid.clearCriteriaOnFilterEditorHide, which prevents the default behavior of clearing user-entered criteria from the filterEditor when the user hides it.

Released: Oct 28, 2023

Aggiornamenti in V13.0p-2023-10-28

Funzionalità

  • You can now have installLocatorShortcut() record either minimal or full locators depending on the key-combo while clicking targets.

Released: Oct 27, 2023

Aggiornamenti in V13.0p-2023-10-27

Funzionalità

  • Added an optional parameter to installLocatorShortcut() to cause it to generate minimal locators instead of full locators.

Released: Sep 19, 2023

Aggiornamenti in V13.0p-2023-09-19

Funzionalità

  • Added SCStatefulImgConfig support to FormItemIcon.src.

Released: Sep 12, 2023

Aggiornamenti in V13.0p-2023-09-12

Funzionalità

  • Added support for AutoTest.waitForSystemDone() and AutoTest.waitForElementDone().

Released: Jul 26, 2023

Aggiornamenti in V13.0p-2023-07-26

Funzionalità

  • Added a simple "pluralize" utility method to strings.

Released: Jul 22, 2023

Aggiornamenti in V13.0p-2023-07-22

Funzionalità

  • Added new attribute ListGrid.useClientFiltering, which acts as a shortcut for (and overrides) dataProperties.useClientFiltering.

Released: Jul 13, 2023

Aggiornamenti in V13.0p-2023-07-13

Funzionalità

  • Added new ResultSet attribute "rememberDynamicProgressiveLoading". When set to true if the ResultSet receives a dsResponse for a fetch request where progressiveLoading is marked as being true, subsequent fetches to fill in other rows will explicitly request progressiveLoading:true as long as criteria are unchanged and the resultSet cache is not invalidated. This allows the server to avoid some potentially expensive row-count queries serving records from a data set where the ds...

Released: Jul 7, 2023

Aggiornamenti in V13.0p-2023-07-07

Funzionalità

  • Added new AutoTest method "waitForElement()". This method takes an element locator and a callback. The callback will fire when the system is done with any active processing and the locator resolves to a clickable element in the DOM.