Feature: `cs-preview-render` JS event when Cornerstone has had a change to it's document
Feature: Dropdown center positioning
Feature: `is_cornerstone_preview` helper function
Feature: Author Dynamic Content has a `global` argument that can ignore the current post you are looping over and use the author archives author data
Bugfix: Portfolio post types and non settable page templates types were not previewing the correct layout in the Cornerstone preview
Bugfix: Meta query builder was having a UI overflow issue when the meta value was very long
Bugfix: Toggleables ancestry check did not check if the toggle id was already in the ancestry tree, causing an infinite loop on advanced toggleable setups
Bugfix: Raw content as a Component was having an undefined index warning in the Cornerstone preview
Bugfix: Modal inside of a modal was creating an invalid z-index and not displaying in front of the back most modal
Bugfix: Hover based toggleables would not close from clicking the toggle on touch devices
Bugfix: An accordion inside of a tab would not open properly when navigating between tabs and then trying to open the accordion
Feature: If a component is missing there is a control in place to let you choose a valid component as a replacement
Feature: Query Builder custom attributes JSON
Feature: Frontend filter `cs_mejs_video_player_args` for controlling all MediaElement options
Feature: Post is_sticky Dynamic Content and Condition
Feature: Yoast ignore condition
Updated: Global External APIs can accept Dynamic Content in their fields
Updated: Cornerstone AJAX GET requests will send _wp_nonce in the GET variables as well as the standard nonce header
Bugfix: WC Archive and Single layout will try to force it's layout type better to prevent missing preview messages
Bugfix: WPML Subdomain mode will only try the redirect if the redirecting locating is a valid subdomain of the previewing language. Preventing an issue where it would start an infinite redirect
Bugfix: 404 page preview would sometimes not work
Bugfix: Video volume control for videos was missing on mobile
Bugfix: Edit with Cornerstone top header button was missing on the Gutenburg Post Editor
Bugfix: Accordion items would flicker open on page load when they were already opened
Bugfix: Width 100% has been placed on tab panels to prevent an issue where a slider could expand the tab panel in a broken looking way
Bugfix: Components names and groups with long names would overflow the UI in a broken looking way
Bugfix: Query Builder order by `Ignore` would still display the meta value controls
Bugfix: Trailing comma removal in the function of BG partial
Feature: `cs_render_as_preview_valid` filter to be used on advanced elements that need a full HTML representation of an element even when in the Cornerstone Preview
Bugfix: Line element and a few other elements that use tags such as hr, and link would output a closing tag which is not valid HTML
Bugfix: Current Terms Looper when empty would return an invalid array where the only entry was the value false
Bugfix: ACF Repeater Looper Fields would not work with the Dynamic Content depth argument
Bugfix: Google fonts filter to disable `cs_load_google_fonts` was broken due to the now toggle button in the google fonts configuration section of Global Fonts
Bugfix: Font Family control would error out on certain custom font items that did not contain a fallback font
Bugfix: Datetime controls, used in elements such as the countdown, did not show a proper update when typing into the control directly
Bugfix: Close and Expand all Group Module controls, via holding the mod button and clicking a section, was broken
Bugfix: Toggles send a special event when toggling on or off instead of using the resize event which was causing issues with Revolution Slider
Bugfix: Cornerstone Permission for the Template "Power Button", would reset itself if a role could edit any content type
Bugfix: Cornerstone Standalone did not show the Clear Search Button on the Search inputs
Feature: Element copying uses the browser clipboard if available
Feature: Dropdown has an "Inline Fixed" which can be used on a dropdown to have the dropdown styled by percentage based width values better
Updated: Aria label added to X search button in header
Bugfix: Archive "Any Date" assignment did not work
Bugfix: Code editors could revert their state if another state action happened before the editing was finished
Bugfix: Rating element schema would not be valid by Google if you used type 'Product'
Bugfix: Google Maps script was not marking our google maps integration as a dependency
Bugfix: DB performance issues, the layout assignments would be rebuilt on every page request, and there were numerous db options that are no longer used still being grabbed
Feature: Google Fonts Configuration has more controls like "Disable" and "Google Fonts URL" which can be used to change the google domain to something like bunny fonts
Feature: Dynamic Content for looper total_pages used on the query builder and main archive loop
Feature: Slider goto and slider navigation elements can have their trigger type changed through `data-x-slide-goto-trigger`. See https://theme.co/docs/sliders
Updated: Filter `cs_preview_output_zone_priority` to control the preview zone `the_content` filter priority. Sometimes needed depending on plugins like Elementor. See https://theme.co/docs/preview-api
Updated: Google Maps integration uses async loading
Updated: Toggle control had the possiblity of not working properly
Updated: Dropdowns will cancel their hover open event if you have hovered off before the timeout was reached
Bugfix: All REST requests in Cornerstone send X-WP-Nonce for better support with security plugins
Bugfix: Row Direction could not use parameters. There is a parameter type called "row-direction" to handle this