Cornerstone v7.2.1 - The WordPress Page Builder
Cornerstone 7.2.1 - April 12, 2023
Bugfix: iOS 12 essential support through replacement of String.prototype.replaceAll, String.prototype.matchAll, and a polyfill for Array.prototype.flat. Please contact us if you still have issues with iOS 12. Please note that WordPress does not support iOS 12 anymore so your mileage may vary when using other plugins
Bugfix: get_children looper provider will check post_status == "published"
Cornerstone 7.2.0 - April 11, 2023
Feature: Lottie element
Feature: Tabs have a new tab element type which can accept child elements. Tabs also have looper support. Tabs had a slight rework to support with loopers. Accordions were already setup for it
Feature: Accordions have a new tab element type which can accept child elements. Accordions also have looper support.
Bugfix: Fixes to sticky bars with Rev Slider ended up breaking certain cases of the sticky bars
Bugfix: WPML migration from Pro5 to Pro6 redone. This relied on WPML at first, and now it will use raw SQL updates to move our post_types to separate
Bugfix: Pro5 to Pro6 has option to do the migration through Raw SQL. Depending on your plugins changing the post_type causes many issues so doing raw SQL update bypasses what the plugins will mess up. Define to `true` `CS_MIGRATE_UNTYPED_USE_RAW_UPDATE`
Bugfix: Component shortcode was broken in numerous instances including, sliders, any deferred rendering type (off-canvas, modal), flex box types, and using global colors or fonts
Bugfix: Cornerstone Standalone CSS reset was not working when using component shortcode
Cornerstone v7.1.10 - The WordPress Page Builder
Cornerstone 7.1.10 - March 29, 2023
Feature: `cornerstone_enqueue_styles` has been added back into Cornerstone Standalone to remove our default inline styling
Feature: If you place a Dynamic Content string into the `fallback` value of a dynamic content it will try to render the fallback as dynamic content
Updated: Keybinding "ctrl+alt+j" Opens the currently inspected elements Parameters JSON window
Updated: fix to scroll events which makes them more performant, and more passive listeners
Updated: Parameter groups have the same processing as a single parameter. If you used a global font inside a group it would return you our ID (like a global color ID) instead of the actual parameter value.
Updated: The dynamic content input was overlaying over the image selector when in the breakpoint editor
Updated: The timeout for requesting remote assets has been moved to 30 seconds as opposed to 5 seconds
Updated: Our script startups use requestAnimationFrame instead of setTimeout as a means for asyncronousity
Updated: If you are using dynamic content inside a Looper Provider JSON editor it will stop linting and will not force your JSON to be valid
Bugfix: Sliders in Marquee mode works differently. It no longer lets you enter a transition and all marquees are forced into “Linear 0ms” mode. This was the workaround for getting marquee to work and since it will force this, the workaround is no longer needed. Transition was never really valid here as marquee is a contious speed.
Bugfix: Audit and cleanup up of some state based performance issues in the App.
Bugfix: Using an ACF dynamic field with `type='date'` would not work depending on your acf return format
Bugfix: Sticky bars will check if the height of the document has changed and will act accordingly. This occured in some Rev Slider installs where the slider resized slowly
Bugfix: Sticky bars transition will fallback to a timeout if there is something blocking the transition of our sticky bar. This occured in some Rev Slider installs where the slider was actively blocking scrolling
Cornerstone v7.1.9 - The WordPress Page Builder
Cornerstone 7.1.9 - March 20, 2023
Updated: Parameter data is not pasted when using "Paste Styles" on a component
Updated: For the following keybindings on Mac, subsitute CTRL with Command and Alt with Option
Updated: Keybinding "ctrl+alt+m" Opens the element manager window
Updated: Keybinding "ctrl+alt+d" Opens the Dev Toolkit window
Updated: Keybinding "ctrl+alt+c" Opens the Global Code Editors window
Updated: Keybinding "ctrl+alt+x" Opens the Max window
Updated: Keybinding "ctrl+alt+p" Opens the Global Parameters window
Updated: Throttling of internal scroll events in the preview viewer
Bugfix: Our WPML integration will use home url and not site url, we process the /cornerstone/ slug different when WPML is installed
Bugfix: A fontweight parameter required a font family parameter as well or else it would crash
Bugfix: The 404 plugin did not style properly the inner content of a Single layout
Bugfix: Inline editor was removing new lines on completion
Bugfix: If no valid Contact Form 7 form was found the app would crash. This caused the "Creative Contact Form" templates to never be inserted properly
Bugfix: PHP 8 multiplication math in style sheet generation was invalid due to unstrict float value type
Bugfix: Bear with me, inside the default consumer of an archive if you added a Looper Provider that was also a consumer, at the end of that Provider + Consumer combo the consumer would reset two steps back causing any dynamic calls to be the top level post and not the current post to consume
Cornerstone v7.1.8 - The WordPress Page Builder
Cornerstone 7.1.8 - March 15, 2023
Feature: `cs_wordpress_dashboard_url` and `cs_wordpress_dashboard_url_can_edit` filters added to control the dashboard links in the app
Feature: There is a link to view all demo sites to the right side of the demo site name
Updated: "Template Inserted" text changed to "Template inserted at the bottom of this document!"
Updated: Dynamic content processes the entire row layout instead of individual columns. Allows you to have a dynamic content value that is multiple columns like "50% 50%"
Updated: The hide UI keybinding (ctrl+shift+a) will also hide all floating windows and floating pickers
Updated: {{dc:urlaram}} will also check encoded values (&
if no value is found in URL
Updated: Max will display in the templates tab even if no document is open
Updated: On an author page, author dynamic content will use the current author if not consuming a post
Bugfix: Revert of our touch handlers until Android off-canvas support and known scenarios that break are fixed
Bugfix: ACF repeaters get_size() function was invalid causing any condition using "Provider Output" with the repeater to have a fatal error
Bugfix: Most onLoad events in our frontend libraries were firing twice
Cornerstone v7.1.7 - The WordPress Page Builder
Cornerstone 7.1.7 - March 10, 2023
Bugfix: Sticky bars did not set the height spacer correctly when the sticky bar's height was set to auto. This has a been a problem for a while, but is more apparent now that sticky bars position themselves at the top correctly
Bugfix: Sticky bars did not check content created outside the header to determine it's sticky trigger position
Cornerstone v7.1.6 - The WordPress Page Builder
Cornerstone 7.1.6 - March 6, 2023
Feature: Custom attributes for all elements support arrays as well as json, this was a partial bug fix as it was possible to have an element with custom attributes as an array if you imported a certain template
Feature: OEmbed Theme Options to either disable for internal links or disable entirely allowing
Feature: Image controls now have a text input to change the source
Feature: Cornerstone now has a favicon! Disable with the filter `cs_app_favicon_enabled` and change with the filter `cs_app_favicon`
Feature: Ajax cart notification now resets it's state upon a page redirection
Updated: Ajax cart notification's z-index has been raised
Updated: The grammar of the template tab was changed to "Current Document Type" instead of "You are working on a"
Updated: On mobile all toggle events are handled through `touchstart` to improve iOS interaction time
Updated: Further performance improvements to our scroll event and resize events
Bugfix: Row Resizer could not resize if it was inside a looper or inside a dropzone like column
Bugfix: Sticky bars were not initializing themselves as fixed despite being at the top of the page
Bugfix: Sticky bars were not detecting the proper trigger heights when the page started on a scroll anchor
Bugfix: Sticky bars did not allow for a bar with no animation transitions
Bugfix: Scroll based effects were flickering due to their state not initializing correctly on launch
Bugfix: Missing conditions rules for underline theme options
Bugfix: WPML Layout types (archive, single, woocommerce etc) retain their language data when going from Pro5 to Pro6. Please still run your Pro5 to Pro6 upgrade in staging if you have WPML and let us know if you have any issues
Cornerstone v7.1.5 - The WordPress Page Builder
Cornerstone 7.1.5 - February 27, 2023
Bugfix: Drag and drop was broken due to new toggle state detection code
Cornerstone v7.1.3 - The WordPress Page Builder
Cornerstone 7.1.3 - February 20, 2023
Feature: Cornerstone Theme Options launch button added to both WordPress toolbar and sidebar
Feature: Permission for disabling or enabling updating preferences in Cornerstone. Enabled by default to match prior behaviour
Feature: `type="image"` type added for Dynamic Content for expanding WordPress attachments to full Urls. Example `{{dc:image_parameter type='image'}}`
Feature: Constant `CS_TSS_IGNORE_VARIABLE_CREATION` added to bypass CSS variable creation when using Dynamic Content in custom element CSS, useful for when using Dynamic Content in a background-image
Feature: cs_component shortcode support for parameters (EX `[cs_component id='...' parameters='YOUR_JSON']`), see
Updated: Performance upgrades to frontend off canvas elements, and scrolling based effects like sticky bars
Bugfix: Cornerstone Standalone validation was not sending any requests to Themeco
Bugfix: Cornerstone Standalone was not working with V2 Rows and Columns elements. These are enabled by default now
Bugfix: Cornerstone Standalone css was intrusive and overwritting theme CSS, EX woocommerce templates built outside of Cornerstone were getting styled by Cornerstone
Bugfix: Cornerstone Standalone had theme options that were part of an expiremental mode, standard standalone theme options are placed instead
Bugfix: Cornerstone Standalone was not exporting font family and other font based CSS variables
Bugfix: Some scroll position linked effect warnings have been removed
Bugfix: cs_component shortcode outputs most of it's styles, however there are still issues with interactions, flexbox, and off canvas types (dropdowns, modals)
Cornerstone v7.1.2 - The WordPress Page Builder
Cornerstone 7.1.2 - February 13, 2023
Updated: Column default z-index is 1 to remove issues with background content appearing behind the background
Bugfix: Hotfix to remove error when max wasn't registered
Cornerstone v7.1.1 - The WordPress Page Builder
Cornerstone 7.1.1 - February 13, 2023
Feature: Cornerstone "Launch" button added to the top bar of the WordPress admin toolbar
Feature: xToggleGetId function added to window, use to grab the toggle id from a DOM Element
Feature: Max clear cache button useful for getting new courses
Bugfix: max-width set to assignment select box to prevent overflow
Bugfix: WPML was overwriting the content of translations if saving a "page" post type from the default language
Bugfix: Layouts like Archive were not inserting section templates correctly
Bugfix: Starter site was not installing correctly