Releases: pixelgrade/customify
Releases · pixelgrade/customify
v2.10.3
v2.10.2
v2.10.1
v2.10.0
v2.9.1
v2.9.0
- Feature: Introduces the ability to easily search through all Customizer settings, menus, and widgets
- Feature: Introduces the ability to migrate parent theme customization options when switching to a child theme; this way you don't lose your existing customizations
- Improvement: Switches to using modern browser capabilities for fonts loading on the frontend of your site; this should lead to better web performance and user experience, and save CO2
- Improvement: Use the swap font-display technique for better performance and PageSpeed score
- Updates the Google Fonts list
- Switches to using the Google Fonts CSS API V2 instead of the previous V1
- Removes the font subsets control since it is no longer needed; the needed (and available) subsets will be loaded automatically by the browser
v2.8.0
- Improvement: Better font palettes logic for even more accurate site typography
- Improvement: All fonts now have fallback font stacks added for the font family CSS property
- Improvement: Made it much easier to use system fonts instead or beside web fonts
- Improvement: Allow font palettes to provide font stacks instead of a single font family
- Fix inconsistencies between fonts behavior in the Customizer preview and site frontend
- Properly sanitize font family names before using them in CSS
- Convert inconsistent font variants to standard values (regular, normal, bold)
- Handle both numerical and string font variant values
- Fix missing fonts loaded class and JavaScript event when no web fonts used
- Fix backward compatibility with WordPress 4.9.14