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.5.1
This release is a small patch to Notes element and disable a feature not yet completed on ToC.
December 20, 2024Notes: applies Background and Typography.
FixAllows Background and Typography settings on the Styles Tab to be used.
ToC: disable Use Introduction.
FixDisables a Feature Flag that was activated by mistake.
1.5.0
This release introduces a significant array of changes to Frames.
- Enhancements, new features, and a comprehensive refactor of the Table of Contents (ToC).
- Introduction of Notes, a new element.
- A thorough UX overhaul and new functionalities for the Modal Element.
- Improvements to the Slider.
December 19, 2024ToC V2: Refactor.
NewRefactored multiple parts of the Table of Contents in PHP/JS. Carried over from 1.5.0-beta.
ToC V2: Header Selector Input.
NewAutomatically adjusts scroll calculations based on header height, ideal for fixed or sticky headers Carried over from 1.5.0-beta.
ToC V2: Use Bottom Offset.
NewThe new Bottom Offset feature automatically positions itself below the last child in the post content, allowing the ToC to include those headings.
ToC V2: Automatically Offset the WP Admin-bar.
NewThis feature detects the WordPress admin-bar and adjusts the offset accordingly, with no impact on logged-out visitors.
Modal: Action Trigger (on hover).
NewIntroduced a new Action Trigger that activates on hover.
Modal: Repeat Action (always show).
NewImplemented a Repeat Action feature that repeats the Action Trigger every time.
Notes: A new Element.
NewNotes, a new element in Frames, is designed to document Frames designs and can be used to add documentation to a page. (Exclusive to Bricks Editor render.)
ToC V2: the ( Show headings up to ) failing.
FixThe “Show Headings Up To” setting is now fully functional. Carried over from 1.5.0-beta.
ToC V2: Item active class delays or incorrect.
FixEnhanced ToC item active class calculations for greater precision. Carried over from 1.5.0-beta.
ToC V2: improvements on smooth scroll behavior.
EnhanceEnhanced the smooth scroll functionality. Carried over from 1.5.0-beta.
ToC V2: Generates more user-friendly IDs
EnhanceThe ToC now generates more user-friendly IDs by extracting the first three words from the heading content and appending an index, also respects any ID set in Gutenberg. Carried over from 1.5.0-beta.
Modal: UX Overhaul.
EnhanceSubstantial changes to the Modal UX, with controls rearranged and labeled for intuitive use.
Slider: auto-scroll tooltip information.
EnhanceUpdated auto-scroll tooltip for enhanced clarity.
Internal: Multiple and vast improvements.
EnhanceIn alignment with our broader mission for 2025, we’ve made extensive improvements to our CI/CD and testing framework.
1.4.31
This release enhances the Accordion with improvements to user experience and functionality, including stabilization of auto-scroll and URL behavior, and expanded “Scroll to Hash” capabilities within query loops.
December 9, 2024Accordion: Disable Auto-Scroll on First Item
FixResolved an issue where the page should not auto-scroll when both “Open First Item” and “Scroll to Hash” options are active.
Accordion: Maintain URL Stability on Load
FixFixed a bug where the URL should not change when “Open First Item” and “Scroll to Hash” are enabled during page load.
Accordion: Scroll to Hash in Query Loops
EnhanceAdded compatibility to use “Scroll to Hash” within query loops.
Frames for Figma v1.3.2
December 2, 2024Frames for Figma v1.3.1
December 1, 2024Frames for Figma v1.3.0
November 29, 20241.4.30
This release introduces a couple fixes on the technical side and a fix for the Accordion Element.
November 26, 2024Allow to update plugin via wp-cli.
FixAllow to update plugin via wp-cli.
warning _load_textdomain_ .
FixFix the warning _load_textdomain_ in WordPress 6.7/6.7.1.Accordion scroll to hash.
FixFix scroll to hash functionality in Accordion Element.
Issue with Switcher: Content disappears on click.
FixFixes an issue where elements inside the content wrapper would disappear when clicked.
Issue with Switcher: Problems with Links in Content.
FixFixes an issue where clicking on links within the switcher content causes problems. This occurs not only with slider links but with any links from content that is not currently active.
Issue with Slider: Incorrect ARIA Role misapplication
FixFixes an issue where incorrect ARIA roles, specifically ‘tabpanel’, are applied to sliders, improving accessibility compliance.
Issue with Accordion title font-size Specificity
FixApplies :where on the .fr-accordion__title to remove specificity
Issue with 'Use Trigger to Close'
FixFixed the bug that when ‘Use Trigger to Close’ was active, the ‘Disable Click Outside to Close’ function no longer worked.