Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
If your site uses the css class js-views-accodion-group-header, your code will need to be updated because this release fixes a typo on that class. This was fixed on #3037373: Typo in views-accordion-view.html.twig
Besides the changes listed below, this release also fixes a bug where when if using jQuery UI 1.9 or later (for users of jquery_update module), the animation effect was not applying.
If you are using views 6.x-2.7 or up, and a version previous to views_accordion.1.2-rc2, you NEED to upgrade
* Upgrading from 1.1: Please reconfigure your accordion displays to make sure everything is working, and take advantage of the new features.
* Upgrading from 1.2-rc2: Everything should be good to go.
Added a new Display style configuration option to turn off the default accordion style
Updated CSS classes for further flexibility
Updated the hook_help and README.txt to reflect the changes.
Updated the CSS classes generation in views_accordion.module to be consistent with views unformatted classes structure.