Releases: ProcessMaker/screen-builder
Releases · ProcessMaker/screen-builder
v2.83.12-1
What's Changed
- Improve interstitial flow
Full Changelog: https://github.com/ProcessMaker/screen-builder/commits/v2.83.12-1
v2.24.0
What's Changed
- Bugfix/FOUR-5304: Does not allow editing the registry by @agustinbusso in #1183
- Bugfix/four 5420 by @danloa in #1188
- Fix interstitial not progressing to next task with web entry start events by @sanjacornelius in #1185
- FOUR-5348: 4.2.- Variable is not created if has default value dependent by @danloa in #1186
- Bugfix/FOUR-5139: It is not possible to add a record in a loop (4.2) by @runyan-co in #1174
- 4.2 Fix screen validation for multiple loops referencing the same variable by @sanjacornelius in #1180
New Contributors
- @runyan-co made their first contribution in #1174
Full Changelog: v2.23.0...v2.24.0
v2.5.27
v2.5.22
What's Changed
- The error "Cannot read properties of null (reading '$ touch')" increments in the console by @marcoAntonioNina in #1099
- Fix: Page Navigation does not work if the data does not provided FOUR-3488 by @caleeli in #1101
- Add watchers to Loops by @caleeli in #1103
- Fix mustache replacement in SelectLists by @caleeli in #1104
Full Changelog: v2.5.21...v2.5.22
v2.5.20
v2.5.19
What's Changed
- Bugfix Ticket #1041 & #1039 Validations inside a loop (for 4.1) by @eiresendez in #1070
- Bugfix Ticket 1052: Added validation for undefined id's before send a request (For 4.1) by @agustinbusso in #1083
- Watcher stops working, after adding record in the record list by @marcoAntonioNina in #1087
Full Changelog: v2.5.18...v2.5.19
v2.5.16
- Border when deleting a validation rule has been removed.
- Padding and border-radius inside .card are configured in our in app.scss file.
- They were left untouched to avoid a modification that will affect all elements that use this css class accross our application.
- Skips validation if a field is readonly or has been disabled.
v2.14.0
v2.5.15
v2.5.14
- String types initialize to empty strings now
- Number types stay null like before
- Currency initializes to 0
- Re-render when switching back to design mode because it was throwing errors on nested vars (like foo.bar). Needs this pr Re-render when switching to design mode too processmaker#3951
format select list options when in json mode