Skip to content

Latest commit

 

History

History
238 lines (105 loc) · 9.36 KB

CHANGELOG.md

File metadata and controls

238 lines (105 loc) · 9.36 KB

4.0.0 (2021-02-23)

Bug Fixes

  • fix typescript errors when trying to use customComponents (c98ff68)

Features

  • export event handler types (39fb6b0), closes #98

BREAKING CHANGES

  • Modify Webform component props

3.0.0 (2021-02-23)

Bug Fixes

  • memonize webform elements array (a6e28a2)
  • modify form callbacks to include request data (5654bc0)

Code Refactoring

  • remove gatsby peer dependency (b9d0ab2), closes #8

Features

  • make form buttons easier to configure (d9d3d4e)

BREAKING CHANGES

  • Removed SimpleWebform graphql fragment
  • Modified callback signature for WebformSubmitHandler, WebformSuccessHandler, WebformErrorHandler

2.6.4 (2021-02-18)

Bug Fixes

  • relax axios version requirements (186fed0)

2.6.3 (2021-02-18)

Bug Fixes

2.6.2 (2020-09-16)

Bug Fixes

  • crash on Samsung Internet < 8.0 (c323332)

2.6.1 (2020-03-31)

Bug Fixes

  • single checkbox serialization (e2b8c1f)

2.6.0 (2020-03-04)

Bug Fixes

  • guessInitialState() state name 'hidden' does not exists (b7aa14b)
  • small fix for id attribute generation (779a19d)

Features

  • add state support for checkbox and radio group elements (967c0d3)

2.5.0 (2020-02-04)

Features

  • support drupal wrapper and label css classes (b2440c8)

2.4.2 (2019-12-17)

Bug Fixes

  • fix invisible state not hiding elements (ad9dbb3)

2.4.1 (2019-12-17)

Bug Fixes

  • properly handle states for processed_text elements (1874c6b)

2.4.0 (2019-12-10)

Bug Fixes

  • drupal module returns boolean values as integers (88d23e8)

Features

  • allow extra data to be sent with form submit (5ba7570)

2.3.0 (2019-11-30)

Bug Fixes

  • required property for inputs should be boolean (9cd7602)

Features

  • add is-invalid class to WebformElementWrapper has error (ef33a36)

2.2.2 (2019-11-30)

Bug Fixes

  • invalid checkbox markup again :( (ddec943)

2.2.1 (2019-11-30)

Bug Fixes

  • invalid checkbox markup (eb28811)

2.2.0 (2019-11-29)

Features

  • add useWebformElement and WebformElementWrapper API (a863262)

2.1.2 (2019-11-27)

Bug Fixes

  • add id attribute to select element (d7e7d1b)

2.1.1 (2019-11-27)

Bug Fixes

2.1.0 (2019-11-27)

Features

  • add novalidate prop to component (f0e1040)
  • export WebformCustomComponent type (d37e3a2)

2.0.3 (2019-11-23)

Bug Fixes

  • correctly hide hidden elements (903307d)
  • fix custom components using name instead of type (typo) (7f775d5)

2.0.2 (2019-11-04)

Bug Fixes

  • correct onSuccess handler parameter order (64e0c5f)

2.0.1 (2019-11-04)

Bug Fixes

2.0.0 (2019-11-04)

Bug Fixes

  • move drupal to examples directory (367253f)
  • try this to get types working :) (1fcc419)

Features

BREAKING CHANGES

  • api format change

1.0.3 (2019-09-09)

Bug Fixes

1.0.2 (2019-08-21)

Bug Fixes

1.0.1 (2019-08-20)

Bug Fixes

1.0.0 (2019-08-20)

Features