v0.6.8 Release Notes

This release adds user customization of Page widths, Blockquote styling improvements, CSS helper classes, outline Button style, and Adsense code bug fix.

Axiom Theme
Axiom Theme

This release adds user customization of Page widths, Blockquote styling improvements, CSS helper classes, outline Button style, and Adsense code bug fix.

What's New

  • Customize Page and Template max widths! You can now specify page widths at a global or on a per page basis. This is useful if you have wider content needs for specific pages or posts. See the Docs Configuration and Frontmatter pages for more information (6f619b1), (fecb45d)

  • Outline Button style. Setting a Button type to base will display an outline style Button. See the Docs Shortcodes page for more information (ca9b03e)

  • Additional CSS additions. Use the stretched-link CSS class on links to fill a Card or similar component's area with a clickable link. Works the same as in Bootstrap's Cards. Use the lead CSS class on a paragraph element to create a Marketing style lead paragraph (3072746)

Updates

  • Add extra parameter to toggle the cdata class on the blocks/section Shortcode (b6a2d3b)

  • Adjust Header element sizes. Slightly increase size of Header and elements inside for better mobile UX (72052d6)

  • Improvements to Blockquote CSS styling (48ca596)

Bug Fixes

  • Add safeHTML filter on Content in the headless-resource Shortcode (4d491d2)

  • Fix Adsense code, rename load style variable. Fix issue where the adsenseId was not being output to snippet. Rename the Configuration Services parameter adsenseLazy to adsenseLoad to allow more loading options. See the Docs Configuration Services section and Features page for more information (c7c060c)