Skip to content

Releases: ProcessMaker/screen-builder

v2.9.0

31 May 16:45

Choose a tag to compare

  • Add mustache icons and messages in watchers.
  • Replaces the 'Variable Name' regex validation to prevent variable names ending in a dot.
  • As before, the select list shows all the variables of the current screen but additionally the user can type any string so that he can use any request variable name.
  • Add property tooltip
  • Add tooltip to normal button
  • When a Watcher is added to see a Loop, the watcher is triggered when the screen is loaded.
  • Moves the Watcher initialization to the nextTick after all variables are initialized
  • Fix 'Delete' button label
  • Change to an old style function so we have access to this, which vuelidate binds to the current $vm.
  • Add validation for the Data Connector and Endpoint select lists when configuring a data source.

v2.5.7

26 May 13:37

Choose a tag to compare

  • Set initial current page
  • When a Watcher is added to see a Loop, the watcher is triggered when the screen is loaded
  • Update the delete modal button label to 'Delete'

v2.5.6

20 May 16:42

Choose a tag to compare

Used in ProcessMaker v4.1.19

v2.8.1

07 May 20:59

Choose a tag to compare

Used in ProcessMaker v4.2.6

v2.8.0

28 Apr 12:51

Choose a tag to compare

  • Removed the clearing of variable to watch when changing between setting on/off the run on load option
  • Fix bug associated with filling the output variable with all response data when a data source was used
  • Fix first click a button with empty value
  • Add select option in select datasources list and endpoint list

v2.7.0

23 Apr 18:36

Choose a tag to compare

  • Fix SelectList reactivity to _parent variable
  • Test SelectList using _parent from inside a RecordList
  • Test SelectList using _parent from inside a Loop>NestedScreen
  • Minor label changes
  • Fix interstitial after advanced screen not showing
  • This PR enables the user to execute multiple times a watcher clicking a regular button
  • Add validation for reserved works in variable name formButton
  • Implements enhancements described in https://processmaker.atlassian.net/browse/FOUR-3141
  • Fix issue of initial page in record list popups

v2.5.5

20 Apr 13:13

Choose a tag to compare

Interstitials after advanced screens were not showing because we were checking the task component, which in this case was "AdvancedScreen". In reality, the interstitial is always a "task-screen" so we needed to set a property when switching to an interstitial indicating it is one. Then the screen watch checks for that property and, if set, always renders it as a "task-screen"

v2.5.4

19 Apr 22:58

Choose a tag to compare

  • Prevent endless loop/flashing on interstitial
  • SelectList: _parent variable in record list & nested

v2.5.3

17 Apr 02:43

Choose a tag to compare

  • Prevent endless loop/flashing on interstitial
  • SelectList: _parent variable in record list & nested

Ref: processmaker@4.1.18

v2.6.1

16 Apr 15:55

Choose a tag to compare

Included with ProcessMaker v4.2.3.