Skip to content

Releases: baumrock/RockForms

v4.0.0

21 Jan 18:16

Choose a tag to compare

⚠ BREAKING CHANGES

  • change license to MIT

Bug Fixes

v3.2.0

02 Aug 11:52

Choose a tag to compare

Features

  • add form-invalid class if nette validation fails (46e4f87)
  • add global debug flag (56e79bd)
  • add RockForms:loading and loaded events to listen to (8e6eb7f)
  • wrap live validation in settimeout to avoid loading order issues (20abf8f)

v3.1.1

13 Jul 13:44

Choose a tag to compare

Bug Fixes

  • ajax post losing querystring if present (095e6be)

v3.1.0

02 Jul 13:39

Choose a tag to compare

Features

  • add debug feature + docs (fdadc3c)
  • add domready option for CSRF (89278dc)
  • add GDPR auto-delete feature (c9f54a9)
  • add hookField() method for easy wrapper manipulation (4940a97)
  • add ip address to meta-data in saveEntry() (543cf6e)
  • add IP to form submission log (12109b5)
  • add login() method to login a user by mail+password (6adc624)
  • add successMarkup() / noRedirectPattern option (dc4a98d)
  • add successRedirectUrl() method to define the redirect url of the success redirect (4c9b9dd)
  • catch errors in processInput and show error message (be3855b)
  • improve timeonpage spam protection and flex support (f05e3d9)
  • mask passwords in logged form submissions (9778315)

Bug Fixes

  • add missing options param for renderTable helper (9e86375)
  • add missing uikit classes for datetime and checkboxlist (1a8075e)
  • improve timeonpage spam protection flexbox support (f00a834)
  • improve timeonpage spam protection to support HTMX loaded forms (6e79e82)
  • nullable param (6faca92)
  • prevent alert for timeonpage field (d99bd5a)
  • remove custom htmx errors (99abc2d)
  • rename deprecated property names (c582432)
  • typeerror if no form name provided (404d509)

v3.0.2

12 Mar 14:49

Choose a tag to compare

Bug Fixes

  • improve rockdevtools check (70d6294)
  • new live validation loading concept (c138168)
  • remove obsolete addAssets hook (f8d5094)

v3.0.1

07 Feb 16:49

Choose a tag to compare

Bug Fixes

  • add early exit if not element (d0b0fb2)

v3.0.0

05 Feb 11:35

Choose a tag to compare

⚠ BREAKING CHANGES

  • refactoring & cleanup to use RockDevTools

Features

  • add field to select a form (8645bf8)
  • refactoring & cleanup to use RockDevTools (f649098)

v2.1.1

02 Dec 18:06

Choose a tag to compare

Bug Fixes

  • make sure to return wiredata in steps getData (176962a)

v2.1.0

03 Nov 15:32

Choose a tag to compare

Features

  • add getData() method for StepsArray (25af82f)
  • improve multi step form (2fcd84b)

Bug Fixes

  • better exception in renderForm (8866ecc)

v2.0.0

21 Oct 15:56

Choose a tag to compare

⚠ BREAKING CHANGES

  • refactor to use RockLoaders for animations

Features

  • refactor to use RockLoaders for animations (5c1c335)

Bug Fixes

  • add missing return statement for rockloader (d265e86)
  • also show loaders on regular form submit (13f5bf8)
  • remove RockLoaders requirement (139c1c9)
  • throw exception when debug mode (9bde8ae)