Skip to content

Releases: kevinchappell/formBuilder

v3.16.1

19 Oct 03:52
Compare
Choose a tag to compare

3.16.1 (2023-10-19)

Bug Fixes

  • move custom control registration into its own class and initialise it per formBuilder instance. This ensures definitions set in one formBuilder do not interact with definitions in other formBuilder instances (203cac7)

v3.16.0

19 Oct 03:46
Compare
Choose a tag to compare

3.16.0 (2023-10-19)

Features

  • Remove unmaintained Find Uploader (3243ce3)

v3.15.1

17 Oct 21:15
Compare
Choose a tag to compare

3.15.1 (2023-10-17)

Bug Fixes

  • add missing call to getBootstrapColumnClass otherwise check will always fail. Ensure we retain additional styles set on colWrappers by only removing and adding the requested col-* classes (10067e6)
  • add test cases for Bootstrap helper methods and align functions with sane return values (2fa6c0b)
  • emit an event when clearing the stage, use this to reset formRow counter and stage setup for enhancedBootstrap function (edd5500)
  • revert change that incorrectly grabbed the description of the fields (7d61aaf)
  • stopIndex is incorrectly calculated when in enhancedBootstrap mode. Fix this by always referring to children of the stage rather than LIs (052a761)
  • Unify the regular and enhancedBootstrap UX (c0e6d71)
  • use non-deprecated keyboardEvent.code instead of keyboardEvent.keycode. (0881cff)
  • when sorting stage items don't allow the placeholder to go before a prepended and after an appended item (6da23a2)

v3.15.0

14 Oct 03:40
Compare
Choose a tag to compare

3.15.0 (2023-10-14)

Features

  • Support typeUserAttrs and typeUserEvents for all types with a wildcard '*' key (ac0dcf3)

v3.14.0

14 Oct 03:38
Compare
Choose a tag to compare

3.14.0 (2023-10-14)

Bug Fixes

  • starControl did not save nor load userData (a12603d)
  • update tests for starRating (f34a259)

Features

  • Add in additional HTML5 inputs time, datetime-local and range [supported by all major browsers]. For BC reasons time and datetime-local implemented as a subtype of date. (0a1c141)

v3.13.2

09 Oct 23:07
Compare
Choose a tag to compare

3.13.2 (2023-10-09)

Bug Fixes

  • Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, autoprefixer, css-loader and postcss-loader. Update to postcss is a breaking update due to configuration changes preventing dependabot PR from being merged (9d974b1)

v3.13.1

09 Oct 23:02
Compare
Choose a tag to compare

3.13.1 (2023-10-09)

Bug Fixes

  • Add dompurify to dev requirements so that we can test the Sanitizer using the domPurify backend (c342558)
  • Control may not be instered into the DOM at the time of onRender, keep a reference to the element in build() and use in onRender() (33ea8c4)
  • Fix JSDoc (d2b8629)
  • Mark XML helper functions as private and don't export them from utils module (74d19a2)
  • Remove unused local variable (53649ae)
  • Replace non-standard and deprecated call to String.substr() with String.slice() (813cecf)
  • Return true from SanatizerAPI backend when successfully setting HTML (c5d24c8)

v3.13.0

06 Oct 00:04
Compare
Choose a tag to compare

3.13.0 (2023-10-06)

Bug Fixes

Features

  • Extend disableInjectedStyle option to excluded only the embedded Bootstrap 3 classes while allow the formBuilder styles to be included. (60524bc)

v3.12.4

05 Oct 23:35
Compare
Choose a tag to compare

3.12.4 (2023-10-05)

Bug Fixes

  • Setup of fallBack Sanitizer and processing of content when sanitizer is not enabled (69c4a10)

v3.12.3

05 Oct 23:04
Compare
Choose a tag to compare

3.12.3 (2023-10-05)

Bug Fixes

  • fallbackSantizer used before defined (4fe4937)