Releases: oikeuttaelaimille/gatsby-drupal-webform
Releases · oikeuttaelaimille/gatsby-drupal-webform
v2.4.0
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)
v2.3.0
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)
v2.2.2
2.2.2 (2019-11-30)
Bug Fixes
- invalid checkbox markup again :( (ddec943)
v2.2.1
2.2.1 (2019-11-30)
Bug Fixes
v2.2.0
2.2.0 (2019-11-29)
Features
- add useWebformElement and WebformElementWrapper API (a863262)
v2.1.2
2.1.2 (2019-11-27)
Bug Fixes
- add id attribute to select element (d7e7d1b)
v2.1.1
2.1.1 (2019-11-27)
Bug Fixes
v2.1.0
2.1.0 (2019-11-27)
Features
- add novalidate prop to component (f0e1040)
- export WebformCustomComponent type (d37e3a2)
v2.0.3
2.0.3 (2019-11-23)
Bug Fixes
- correctly hide hidden elements (903307d)
- fix custom components using name instead of type (typo) (7f775d5)
v2.0.2
2.0.2 (2019-11-04)
Bug Fixes
- correct onSuccess handler parameter order (64e0c5f)