Skip to content

Latest commit

 

History

History
675 lines (340 loc) · 33 KB

CHANGELOG.md

File metadata and controls

675 lines (340 loc) · 33 KB

3.8.3 (2024-05-16)

Bug Fixes

  • error on form submit: Objects are not valid as a React child. (#97) (1816c1b)

Maintenance

3.8.2 (2024-04-26)

Maintenance

3.8.1 (2024-04-26)

Bug Fixes

  • display field_id for more fields in sidebar (e15e1ad)
  • replace placeholder of empty fields with nothing in thamkyou message (8e75c8b)

3.8.0 (2024-04-18)

Features

  • added bcc email validation with otp code (#93) (e2100be)

3.7.5 (2024-04-17)

Bug Fixes

3.7.4 (2024-04-16)

Bug Fixes

  • fix field schema form sent_message and added customizable FormResult component (6dd725b)
  • prevent xss in form block reading sent data from BE response (b4139d2)

Maintenance

3.7.3 (2024-04-08)

Maintenance

3.7.2 (2024-03-27)

Bug Fixes

  • Fix 'error is null' when adding form block. (06f8300)

3.7.1 (2024-03-19)

Bug Fixes

Maintenance

3.7.0 (2024-03-18)

Features

  • added default validators for field default_from and default_to (ba41002)

Bug Fixes

  • removed 'required' option for field type 'static_text (32c4ef5)

Maintenance

  • removed unused translations (164bd34)

3.5.2 (2024-03-15)

Bug Fixes

3.5.1 (2024-03-15)

Bug Fixes

3.5.0 (2024-03-14)

Features

  • Validate field config and fix multiple form in page (#83) (ca373b6)

3.4.1 (2024-03-13)

Bug Fixes

3.4.0 (2024-03-13)

Features

  • view error for each field, validate form config (#82) (23e710c)

3.3.1 (2024-02-29)

Bug Fixes

  • remain in form when there's errors on sending form (c6fe827)

3.3.0 (2024-02-27)

Features

Maintenance

3.2.0 (2023-12-11)

Features

  • added form reset button and an user customizable submit confirm message (#75) (0c83317)

3.1.0 (2023-05-29)

Features

  • added hidden field type (#53) (5650ee5)
  • make attachment type field list configurable in config (#59) (55cfe9d)

Bug Fixes

3.0.1 (2023-02-06)

Bug Fixes

  • add missing dep on volto-subblocks (#49) (90f605b)
  • field extenders should be applied in FormView (#44) (4d063c6)

3.0.0 (2022-10-30)

Changes

  • upgraded dependencies and babel config for volto 16 (#47) (5ec2bb6)

2.8.1 (2022-10-19)

Bug Fixes

  • fixed imports and codereview (e6863eb)
  • updated it translations (4d683f3)

2.8.0 (2022-10-07)

Features

  • scroll the window to the top of the form after submitting it succesfully (#43) (3c26486)

Bug Fixes

  • set norobots captcha as required (9d73566)

2.7.1 (2022-09-30)

Bug Fixes

  • show only the error message and not the http error code (d328505)

2.7.0 (2022-09-30)

Features

  • do not reset the form when a backend error happens (ff33951)

2.6.1 (2022-09-21)

Bug Fixes

  • removed semantic-ui grid class (f8c5b65)

2.6.0 (2022-09-21)

Features

  • added honeypot field type (272e3c3)
  • added honeypot widget captcha (2723f52)

Bug Fixes

  • fix captcha widget (b4d990c)
  • fix captcha widget manage token (1a3c19b)
  • fix HoneypotWidget props (cd294c4)
  • fixed const variables and added row class (300d6c9)

Maintenance

  • added captcha value of submit request (1946a08)
  • updated yarn.lock (f49b32f)

2.5.0 (2022-09-05)

Features

  • handled collective.volto.formsupport.captcha.providers vocabulary (12060e7)

Bug Fixes

  • fixed disabled submit button (e1026bc)
  • send captcha to backend to make it effective (15b4a4f)
  • send captcha to backend to make it effective (a9f422b)

Maintenance

2.4.2 (2022-08-05)

2.4.1 (2022-07-07)

Bug Fixes

  • a11y screen reader for checkbox and radio grooups (9433cc1)

2.4.0 (2022-07-07)

Features

  • added a11y support for fields (bce0433)

2.3.6 (2022-05-27)

Maintenance

  • updated volto-subblocks (c8d7095)

2.3.5 (2022-05-24)

Maintenance

  • updated volto-subblocks for lazyloding libraries (311f29e)

2.3.4 (2022-05-23)

Maintenance

  • updated volto-subblocks for lazyloading libraries (b817efd)

2.3.3 (2022-05-17)

2.3.2 (2022-05-13)

Bug Fixes

  • fixed name for static fields! (8e4452f)

2.3.1 (2022-05-11)

Bug Fixes

  • fixed date format in send email (758a64a)

2.3.0 (2022-03-25)

Features

  • added use_as_bcc for 'email' field (b46b1fa)

2.2.3 (2022-01-28)

Maintenance

  • i18n: add german translations (c9d7c98)

2.2.2 (2022-01-27)

2.2.1 (2022-01-21)

Bug Fixes

Maintenance

2.1.2 (2022-01-04)

Bug Fixes

  • fixed ArrayWidget in sidebar (ad43bbd)

2.1.1 (2021-11-25)

Maintenance

  • i18n: add es translation (86ebaba)
  • i18n: add eu translation (c1ee795)

2.1.0 (2021-10-25)

Bug Fixes

Maintenance

  • upgrade to volto 14, use @plone/script i18n (3069217)

2.0.3 (2021-10-19)

Bug Fixes

  • fixed field name if label is duplicate (734f7e6)

2.0.2 (2021-08-25)

Bug Fixes

  • fix field name if no label is set (a306050)

2.0.1 (2021-08-24)

Bug Fixes

  • checkbox field validation (532caae)

2.0.0 (2021-08-20)

⚠ BREAKING CHANGES

  • add checkbox field, rename old checkbox and radio

Features

  • add checkbox field, rename old checkbox and radio (669e88b)
  • add static rich text field (b5e127d)
  • sidebar option for invisible hcaptcha (e793acc)

Bug Fixes

  • static text field styles (6296dcb)

Changes

  • captcha components with loadable (83d504b)
  • captcha token usage, button disabled condition (4e7556c)
  • captcha widgets with loadable, form -> view (0b0b13f)
  • disable button logic and env vars (d09dcce)
  • row padded top (940a3ec)

Maintenance

1.8.1 (2021-08-10)

Bug Fixes

1.8.0 (2021-08-09)

Features

  • add hcaptcha integration (3ae4599)

Maintenance

  • i18n: fix italian translation (b027874)
  • update package.json tags (9f94c72)

1.7.0 (2021-08-05)

Features

  • add validation fn for additionalFields (61409f0)
  • additionalFields from config (29cacb1)

Bug Fixes

  • additionalFields validation + static field className (0d3e2b8)

Changes

  • update readme + translations (62b25c2)

1.6.0 (2021-07-05)

Features

  • add title and description (0b7be9f)

Bug Fixes

1.5.2 (2021-05-13)

Maintenance

  • add release-it config, commitlint (52deb93)

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • Add Brazilian Portuguese translations. #3

8 April 2021

  • feat: add email field 'use as reply to' option #2
  • Release 1.5.0 4c17ad7
  • refactor: change useAsReplyTo in snake case 6fbb95d

24 March 2021

24 March 2021

23 March 2021

20 March 2021

19 March 2021

  • Release 1.4.0 b89405d
  • refactor: attachment info styles 2904849
  • refactor: fix translation, add attachment info 73dd6e1
  • feat: reset form state when navigating cfc4f37
  • fix: attachment info styles 00ab8bb

19 March 2021

  • refactor: add file attachment info text 277640a
  • Release 1.3.5 ff2e272

19 March 2021

19 March 2021

19 March 2021

18 March 2021

18 March 2021

  • feat: add multiple value checkbox widget 0f86816
  • Release 1.3.0 aa8ad2b

18 March 2021

18 March 2021

18 March 2021

17 March 2021

16 March 2021

16 March 2021

  • feat: add static fields rendering da6ae8d
  • Release 1.1.0 1e76e9b
  • feat: add static fields 746e62e
  • fix: add field_type for static fields 85ed53f

v1.0.0

15 March 2021