Skip to content

Mai Engine v2.34.0

Compare
Choose a tag to compare
@JiveDig JiveDig released this 09 Apr 16:07
· 192 commits to develop since this release

2.34.0 (4/9/24)

  • Added: Support for the new "Mai Side Hustle" theme.
  • Added: New "Alternate" typography/font setting.
  • Added: New "Alternate" block style option on Paragraph and Heading blocks, to use the new "Alternate" font settings in the Customizer.
  • Added: New "Oval" divider option. Props Jo Waltham.
  • Added: New XXL title size option in Customizer content archive settings and Mai Post/Term Grid title size block settings.
  • Added: New Custom Content 2 setting for Customizer Single/Archive COntent settings and Mai Post/Term Grid blocks.
  • Added: Better default styling for the core Query block.
  • Added: [Developers] New has-line-height-1, has-line-height-xs, has-line-height-sm, and has-line-height-md` helper classes to override default line-height values.
  • Added: [Developers] New mai_has_dark_background_first filter for custom handling of dark transparent header background.
  • Added: [Developers] Override WP Recipe Maker buttons/styles for better theme integration with mai_enable_wprm_support filter (false by default). Basic styling support is still always loaded.
  • Added: [Developers] New --button-outline-width css custom property to override the button border width without overriding other border styles.
  • Changed: Minor list styling tweaks on front end and in the editor.
  • Changed: Tightened up default body line-height as well as specific areas like archive/grid excerpts, breadcrumbs, and more.
  • Changed: Exclude Gravity Forms and WP Forms field labels from default styling so their forms are more consistently styled.
  • Changed: [WooCommerce] Better styling for order details/meta and quantity input.
  • Changed: [LearnDash] Better styling for deeper visual integration with the theme/settings.
  • Changed: Update ACF to 6.2.9.
  • Changed: More z-index tweaks so overlap and stacking is more natural and expected.
  • Changed: Allow shortcodes, etc. in single content excerpt.
  • Changed: Mai Divider now only uses -.5px to handle the slight gap sometimes caused by pixel rounding in some browsers.
  • Changed: Better handling of input placeholder color.
  • Changed: Update the updater.
  • Fixed: Mai Columns was wrapping unexpectedly, more often in the editor.
  • Fixed: Logo not inverting on the login page when using the setting to force the logo to white on dark backgrounds.
  • Fixed: Better styling of the Search block, including when using the width settings.
  • Fixed: Some logic from the setup wizard was running outside of the setup wizard itself.
  • Fixed: The icon field picker on various blocks was showing SVG markup instead of the actual icon.
  • Fixed: Alignment settings on Embed blocks not working correctly.
  • Fixed: Better handling of non-existent taxonomies in Mai Post/Term Grid blocks. This was causing some issues when an instance of the block was configured with a taxonomy that was no longer registered, typically by deactivating a plugin that registered a custom taxonomy.
  • Fixed: Inline highlights when using link color as the color setting.
  • Fixed: Competing filter-hover declarations in CSS. Now developers only need to use --menu-item-name-filter-hover custom property in CSS to remove the brightness dimming of menu items with a dark header.
  • Fixed: Better spacing/styling of LearnDash content by adding entry-content class to the ld-tab-content div.
  • Fixed: Better handling of dark/transparent header when registered gradients are used in config.php.
  • Fixed: Using square brackets in the post title was breaking aria-label in Mai Post/Term Grid.
  • Fixed: The display_post_states filter adding "Active" Content Area was running on the front end unnecessarily.