Skip to content

Releases: ProcessMaker/screen-builder

v2.83.12-1

24 Apr 20:18
Compare
Choose a tag to compare

What's Changed

  • Improve interstitial flow

Full Changelog: https://github.com/ProcessMaker/screen-builder/commits/v2.83.12-1

v2.24.0

25 Feb 21:56
Compare
Choose a tag to compare

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

Full Changelog: v2.23.0...v2.24.0

v2.5.27

20 Dec 13:55
4c08539
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.26...v2.5.27

v2.5.22

09 Nov 22:28
Compare
Choose a tag to compare

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

19 Oct 18:18
Compare
Choose a tag to compare

What's Changed

  • Fix issues related to different combinations of Visibility and Validation rules by @caleeli in #1089

Full Changelog: v2.5.19...v2.5.20

v2.5.19

15 Oct 14:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.18...v2.5.19

v2.5.16

23 Aug 13:05
Compare
Choose a tag to compare
  • 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

20 Aug 13:44
Compare
Choose a tag to compare

Fix validation typos.
Upgrade inputmask package

v2.5.15

20 Aug 15:28
Compare
Choose a tag to compare

Fix delete item styles

v2.5.14

19 Aug 13:10
Compare
Choose a tag to compare
  • 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