Releases: ProcessMaker/screen-builder
Releases · ProcessMaker/screen-builder
v2.9.0
- 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
v2.5.6
Used in ProcessMaker v4.1.19
v2.8.1
Used in ProcessMaker v4.2.6
v2.8.0
- 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
- 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
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
v2.5.3
v2.6.1
Included with ProcessMaker v4.2.3.