What We've Been Up To
Changelog
Note: The changelog no longer lists new layouts. It only contains updates to components. Layouts published in the last 30 days (new layouts) are marked as "new" in the library.
1.4.19
This release addresses issues and enhances the functionality of the Accordion and Modal elements when used with Bricks filters or pagination.
August 22, 2024Accordion loses event listeners.
FixResolves an issue where Accordion instances lose event listeners and stop functioning on pages filtered with Bricks Filters, if the Accordion is not part of the filtered content.
As reported in this post.Accordion not working with Bricks pagination.
FixFixes a problem where an Accordion instance stops working on subsequent pages when used with Bricks Pagination.
As reported in this post.Modal disables body scroll with Bricks filters.
FixAddresses an issue where, on a page filtered by Bricks Filters, closing a Modal that is not part of the filtered content prevents the page from scrolling.
1.4.18
This release addresses issues in the Tabs element and resolves problems in the Modal and Accordion elements when Bricks filters are not active.
August 15, 2024Elements lose event listeners when Tabs is set to Accordion
FixResolves an issue where elements dependent on JavaScript lose their event listeners when the Tabs element is set to Accordion at certain breakpoints. This fix addresses the problem reported in this post
Accordion and Modal JS issue
FixFixes a console error occurring in the Accordion and Modal elements when Bricks Filters are not active. This issue was reported in this post
1.4.17
This release fixes a License activation issue and the compatibility in Accordion and Modal with Bricks filters.
August 8, 2024License activation issue in WordPress Studio
FixAddresses an issue with activating Frames license in WordPress Studio Instances, as originally reported in ACSS.
https://community.automaticcss.com/c/bricks/error-activating-acss
Modal not working with Bricks Builder filters
FixAddresses an issue preventing the Modal from triggering when using Bricks Builder filters.
Accordion not working with Bricks Builder filters
FixAddresses an issue preventing the Accordion from expanding or collapsing when using Bricks Builder filters.
https://community.automaticcss.com/c/bugs-frames/bricks-filtering-breaks-fr-accordion
Slides borders use of !important
FixThe use of !important was preventing the border styles from being effectively applied in some situations.
https://community.automaticcss.com/c/bugs-frames/slider-section-echo-slider-control-border
Slides default Styles
FixFixed the default styles, height, and background color in Slides that became problematic following the 1.4.14 release.
https://community.automaticcss.com/c/bricks/fr-slide-has-bg-color-and-height-hard-coded-i-believe
Wrong positioning of Modal widget.
FixThis issue was caused by our decision to wrap the modal with an extra <div> in an effort to address https://community.automaticcss.com/c/bugs-frames/potential-bug-report.
We have reverted the faulty code. For modals on the Header Template, we recommend that you either wrap them in a div or insert them inside the header container.
The CSS to fix the positioning related to Modal positioning problem should be removed, as it is not necessary anymore.