- New: The form title at the top of the view editor now shows the view title in a dropdown instead. This can be used to jump to other views more quickly without leaving the editor.
- New: Canonical URLs will now be filtered for views to make sharing easier for detail pages and pages with get param filters. Some sharing tools, including Facebook and the Safari share option on iOS, would always share the URL of the listing page instead without filters.
- New: Added a few default grid style rules as a fallback for cases where CSS variables are not supported.
- Fix: All entries would appear when filtering with a [get param] shortcode and using an "OR" when a get param was set but didn't match.
- Fix: Changed the check for the view editor for better compatibility. In some cases the class name was not getting added resulting in a few issues including a case where clicking a shortcode option wouldn't insert into the rich text editor when editing view content.
- Fix: Detail links would switch to using the view's URL instead of the URL of the page the view is nested in when AJAX pagination was on after changing the page for the first time.
- Fix: Added extra style rules for the view editor to avoid conflicting CSS causing the header to appear smaller than full width on the page.
- New views will no longer be named automatically when the form dropdown is shown to avoid names being replaced by a default when the form changes.
- The close button in the view editor will now link to the view list instead of the form list.