Closed mndonx closed 1 year ago
This PR fixes/implements the following bugs/features
https://github.com/emulsify-ds/compound/issues/92
Replaces {% spaceless $} tag with {% apply spaceless %}
{% spaceless $}
{% apply spaceless %}
Explain the motivation for making this change. What existing problem does the pull request solve?
When using the deprecated spaceless tag, the select component breaks the page in Drupal. See this Drupal.org issue: https://www.drupal.org/project/drupal/issues/3094850
Closes #92
:tada: This PR is included in version 1.16.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
This PR fixes/implements the following bugs/features
https://github.com/emulsify-ds/compound/issues/92
Replaces
{% spaceless $}
tag with{% apply spaceless %}
Explain the motivation for making this change. What existing problem does the pull request solve?
When using the deprecated spaceless tag, the select component breaks the page in Drupal. See this Drupal.org issue: https://www.drupal.org/project/drupal/issues/3094850
How to review this pull request
Closing issues
Closes #92