- Javascript implementations have been refactored to improve load performance
and to be more accessible for extending or manipulating behaviors.
- Added a sub-module which provides the ability to load fallback Advertisement.
NOTE: Code changes might affect your extensions or modifications.
Take care of it when updating your codebase.
Issue #2856090 by joake: Input type number is not supported.
Issue #2843289 by n3or, webcultist: Placeholder provokes JS errors on field without id.
Issue #2843791 by nehakhadke: $this->t() should be used instead of t() for Drupal 8 version.
Issue #2824141 by bmcclure: Should check $form['#form_placeholder'] when processing placeholders.
Issue #2824143 by bmcclure: hook_element_info_alter missing email type.
Fixed the coding standards.