Releases: newfold-labs/wp-module-patterns
Releases · newfold-labs/wp-module-patterns
Version 2.6.0
Version 2.5.0
Version 2.4.1
Version 2.4.0
What's Changed
- PRESS0-1928 Fix Favorites not loading for Templates by @zlateska in #98
- PRESS0-1890 Add sync cache purge option by @zlateska in #97
- PRESS0-1891 suppress block editor warnings from live preview render by @zlateska in #96
- Remove the duplicate in About view by @0aveRyan in #99
- Update README.md by @0aveRyan in #106
- Fix sticky position background color issue by @zlateska in #100
- Remove unused PostFiltersHandler class by @0aveRyan in #105
- PRESS0-1926 Migrate Wonder Blocks Theme Section to Section Styles by @zlateska in #107
- Add ability to preselect resource category on page load via query param by @0aveRyan in #108
- Relocate utilities scripts and styles for reducing distribution payload by @0aveRyan in #104
- Fix minification using postcss detection of env by @0aveRyan in #103
- Safely handle undefined
isEditingTemplate
in post editor by @zlateska in #109 - Release v2.4.0 by @zlateska in #110
New Contributors
Full Changelog: 2.3.1...2.4.0
Version 2.3.1
- Fix failing cypress tests.
Full Changelog: 2.3.0...2.3.1
Version 2.3.0
Version 2.2.1
What's Changed
- Add validation to ensure label key is present before sending event to Hiive.
- Add console.error to help the developers to trace the error.
Version 2.2.0
What's Changed
- Move the search label inside input field by @zlateska in #82
- Fix incorrect count for featured items by @zlateska in #83
- Add category icons to sidebar in Library Modal by @zlateska in #84
- Update logo for WonderBlocks block by @zlateska in #85
- Update Modal Library UI by @zlateska in #87
- Update text and add buttons on when Favorites are empty by @zlateska in #86
- Add WonderBlocks Logo to inspector controls by @zlateska in #88
- Remove Title from the modal by @zlateska in #89
- Bump version by @zlateska in #90
Full Changelog: 2.1.0...2.2.0
Version 2.1.0
Version 2.0.0
What's Changed
- Update logo to rectangle-group icon by @zlateska in #72
- Use common helpers to manage Wonder Blocks Platform data by @arunshenoy99 in #73
- Fix WonderBlocks button visibility in Site Editor by @brankoconjic in #75
- Add feature module by @circlecube in #74
- Invert order of items in the library by @zlateska in #77
- Add missing pattern categories to block variations by @zlateska in #78
Breaking Change
This release introduces the features module for loading the module. It no longer loads via the module loader. Plugins need to require the features module and instantiate the Features singleton in order for this version to load. Features::getInstance();
Full Changelog: 1.0.0...2.0.0