Introduced in branch/version Notice createdsort ascending Change
8.x-5.x and 6.x / 8.x-5.28-beta1 and 6.1.0-beta1 14-Jul-2021 Webform module now supports bulk operations for webforms and submissions
6.x / 6.x-alpha22 02-Oct-2020 Added new 'Access the webform help page' (access webform help) permission
6.x / 6.x-alpha17 14-Sep-2020 jQuery UI tooltip library replaced with Tabby library
6.x / 6.x-alpha17 14-Sep-2020 jQuery UI tooltip library replaced with Tippy.js library
8.x-5.x / 8.x-5.20-beta6 06-Sep-2020 Webforms can be displayed as a main toolbar item.
6.x / 6.x-alpha15 21-Aug-2020 Webform libraries that provide CDN support must specify the library's directory name
6.x / 6.x-alpha1 30-May-2020 Remove deprecate code
6.x / 6.x-alpha1 29-May-2020 Update service definition and constructors
6.x / 6.x-alpha1 28-May-2020 Code refactored to not override constructors for service objects, plugins, and controllers
8.x-5.x / 8.x-5.10 28-Apr-2020 Add table support back into the Webform UI
8.x-5.x-dev / 8.x-5.10 11-Apr-2020 Added scale element
8.x-5.x / 8.x-5.9-beta2 26-Feb-2020 Submission results can now be downloaded as ZIP file (or Tar archive)
8.x-5.x / 8.x-5.9-beta1 23-Jan-2020 Numeric element properties are now stored as integers or floats instead of strings
8.x-5.x / 8.x-5.9-beta1 21-Jan-2020 Added hook_webform_element_configuration_form_alter() and webform_example_element_properties.module
8.x-5.x / 8.x-5.9-beta1 21-Jan-2020 Webform element properties are now declared using the WebformElementBase::defineDefaultProperties
8.x-5.x / 8.x-5.7-beta1 04-Jan-2020 Webform module now supports variants, which can be used for A/B tests, segmentation, and personalization
8.x-5.x / 8.x-5.7-beta1 29-Dec-2019 Deprecated toggle, buttons, geo-complete, and icheck elements moved into sub-modules.
8.x-5.x / 8.x-5.6 02-Dec-2019 The Webform module now provides Group integration for submission management
8.x-5.x / 8.x-5.6-beta2 24-Nov-2019 Options, Images, and Custom configuration forms moved from second level tabs to first level tabs
8.x-5.x / 8.x-5.5 20-Oct-2019 Webform module supports creating custom elements using HTML and SVG markup
8.x-5.x / 8.x-5.5 14-Oct-2019 Webform default email subject nows uses [webform_submission:source-title] token
8.x-5.x / 8.x-5.5-rc1 25-Sep-2019 Uploaded file names exceeding 255 characters are now truncated
8.x-5.x / 8.x-5.5-rc1 25-Sep-2019 Add display: none option for field titles
8.x-5.x / 8.x-5.5-rc1 23-Sep-2019 Unique submission limits now require view and edit permissions
8.x-5.x / 8.x-5.5-beta2 20-Sep-2019 Webform now supports option limits as well as submission limits
8.x-5.x / 8.x-5.5-beta2 20-Sep-2019 Webform now supports the drush sql:sanitize command.
8.x-5.x / 8.x-5.5-beta2 19-Sep-2019 New submissions (via the add form) now include the webform's default values in the submission data.
8.x-5.x / 8.x-5.4-beta1 05-Aug-2019 When drafts are saved handlers can now be triggered via STATE_DRAFT_CREATED or STATE_DRAFT_UPDATE
8.x-5.x / 8.x-5.4-beta1 05-Aug-2019 File Limit Improvement
8.x-5.x / 8.x-5.3-rc2 10-Jul-2019 Webform help (toolip) display is now customizable
8.x-5.x / 8.x-5.3-rc1 23-May-2019 Added webform logo to extend and manage message.
8.x-5.x / 8.x-5.3-beta1 16-May-2019 Webform access groups now supports administrators and custom emails address.
8.x-5.x / 8.x-5.3-beta3 16-May-2019 Custom Webform Entity Print CSS is now inline
8.x-5.x / 8.x-5.3-beta2 15-May-2019 Conditionally hidden elements are no longer visible when a webform is loading
8.x-5.x / 8.x-5.3-beta2 14-May-2019 Webform element properties are available as tokens
8.x-5.x / 8.x-5.3-beta2 04-May-2019 The $values argument is now passed by reference to WebformHandler::preCreate and WebformElement::preCreate.
8.x-5.x / 8.x-5.3-beta1 28-Apr-2019 WebformMessageManagerInterface::DRAFT_PREVIOUS changed to WebformMessageManagerInterface::DRAFT_PENDING
8.x-5.x / 8.x-5.3-beta1 27-Apr-2019 Date element now allows specific days of the week to be disabled
8.x-5.x / 8.x-5.3-beta1 26-Apr-2019 WebformCompositeBase::buildCompositeElementsTable now requires $form and $form_state.
8.x-5.x / 8.x-5.3-beta1 05-Apr-2019 Webform module provides optional support for Choices.js
8.x-5.x / 8.x-5.2 23-Mar-2019 Image select element now support filtering
8.x-5.x / 8.x-5.2-rc2 17-Mar-2019 Webform keyboard shortcuts can be customized or disabled
8.x-5.x / 8.x-5.2 16-Mar-2019 [FEATURE] Webform module now supports importing submissions
8.x-5.x / 8.x-5.2-rc1 05-Mar-2019 CDN base URL has changed from cdn.rawgit.com to cdn.jsdelivr.net
8.x-5.x / 8.x-5.2-rc1 27-Feb-2019 Custom Webform HTML markup is now rendered using a dedicated template
8.x-5.x / 8.x-5.2-rc1 26-Feb-2019 Users who can build and manage a webform, are now allowed to automatically manage the webform's submissions.
8.x-5.x / 8.x-5.2-rc1 26-Feb-2019 Added support for Telephone validation module
8.x-5.x / 8.x-5.2-rc1 26-Feb-2019 Webform now recommends using a CAPTCHA element instead of a CAPTCHA point
8.x-5.x / 8.x-5.2-rc1 13-Feb-2019 '0' is no longer considered an empty value by the server-side conditional logic validator
8.x-5.x / 8.x-5.2-rc1 08-Feb-2019 Form submit .js-webform-novalidate class replace with 'formnovalidate' attribute

Pages

Subscribe with RSS Subscribe to Change records