This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Releases: studiopress/pattern-manager
Releases · studiopress/pattern-manager
0.3.2
0.3.1
What's Changed
- Update icon, conditionally display sidebar text by @dreamwhisper in #203
- [GF-3828] Detect Local Environment, Add Dismissible Notice by @mike-day in #204
- Add
Who should use PM
section to Readme by @dreamwhisper in #205 - Bump
@wordpress/scripts
to fix dependabot issues by @kienstra in #208 - Bump 'Tested up to' to 6.3 by @kienstra in #209
- Fix: Remove extra comma which is inserted for themes without a textdomain by @johnstonphilip in #210
- Try the pluginade repo by @johnstonphilip in #212
- Remove
postcss
from top-leveldevDependencies
, upgrade@wordpress/scripts
by @kienstra in #214 - Add a nonce to duplicate and edit actions by @kienstra in #215
- Release
0.3.1
by @kienstra in #216
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Chang the 'Replace' button to 'Replace Pattern' by @kienstra in #187
- Update the Patternception Inspector copy by @kienstra in #188
- Add some files to
.distignore
by @kienstra in #189 - Ensure patterns written to the filesystem in unit tests don't persist by @kienstra in #185
- Add tooltip to lock by @dreamwhisper in #191
- Add link to helper article in version control notice by @mike-day in #190
- Open Git article link in new tab by @dreamwhisper in #195
- Don't tree shake in
delete_pattern()
by @kienstra in #196 - Add pattern title to the Pattern Block sidebar panel heading by @dreamwhisper in #197
- See if slashing pattern categories helps by @kienstra in #199
- Validate new categories on input by @mike-day in #198
- Allow adding new categories in Editor UI by @mike-day in #123
- Remove unused
toKebabCase()
function by @kienstra in #201
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Remove obsolete workaround for Core 'Comments' block by @kienstra in #158
- Bump webpack from 5.74.0 to 5.76.1 in /wp-modules/editor by @dependabot in #112
- Bump webpack from 5.74.0 to 5.76.1 in /wp-modules/app by @dependabot in #111
- Bring back Patternception for the next release by @kienstra in #156
- Make 'Edit This Pattern' link open in the same tab by @kienstra in #162
- Fix/block name by @dreamwhisper in #164
- Bump the version to
0.2.0
by @kienstra in #161 - Convert
src
entry point files to TS/TSX by @mike-day in #165 - Fix icon not centering by @dreamwhisper in #169
- Allow saving meta for a new pattern with no content by @kienstra in #168
- Try moving blocks to their own modular directories by @johnstonphilip in #170
- Make the
core/query
block type available for block transforms by @mike-day in #133 - Fix pattern preview heights when on a row by themselves by @johnstonphilip in #176
- Fix PHP unit errors with wp-env phpunit container removal by @johnstonphilip in #182
- Add a
.nvmrc
file to the root PM directory by @mike-day in #184 - Allow the slug and name to be different for non-PM patterns that never edited their title by @kienstra in #177
- Add readme about Patternception by @johnstonphilip in #186
Full Changelog: 0.1.8...0.2.0
0.1.8
What's Changed
- Check for version control, display notice by @mike-day in #145
- Cleanup for version control PR by @mike-day in #151
- Allow inserting PM Pattern Blocks if the slug doesn't match the file name by @kienstra in #148
- Utilize test renderer for new unit tests by @mike-day in #52
- Fix some issues with block pattern previews by @johnstonphilip in #152
- Handle block supports by rendering the same way FSE themes do by @johnstonphilip in #155
- Allow saving post meta when the pattern name doesn't match the title (many themes) by @kienstra in #154
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- Add more PHPUnit tests by @kienstra in #106
- Make PHPUnit tests pass locally by @kienstra in #131
- Run PHPUnit on all 5 PHP versions we support by @kienstra in #128
- Remove pattern registration firing on
current_screen
by @mike-day in #134 - Allow
wp-modules/
directories to not have a PHP file by @kienstra in #136 - Rough draft of patternception POC by @johnstonphilip in #129
- Filter registration of the
core/pattern
block by @kienstra in #137 - Apply Mike's design for the Patternception block by @kienstra in #138
- Don't allow transforming a 'PM Pattern Block' to any Core block by @kienstra in #146
- Remove
attributes
andsupports
fromcore/pattern
filtering by @kienstra in #147
Full Changelog: 0.1.6...0.1.7
0.1.6
0.1.5
0.1.4
What's Changed
- Get list of pattern categories via pattern category registry (Patterns view) by @mike-day in #96
- Add a fallback value back to PatternPreview in the grid by @mike-day in #102
- Update empty grid text by @dreamwhisper in #103
- Bring back tree shaking by @kienstra in #91
- Call
wp_opcache_invalidate()
instead ofopcache_invalidate()
by @kienstra in #107 - Fix issue with preview width when window is resized by @mike-day in #109
- Bump the version to
0.1.4
by @kienstra in #110 - UI updates by @dreamwhisper in #95
- Fix php linting for some by @dreamwhisper in #114
- Fix preview width when searching or filtering patterns by @mike-day in #115
- Add Kameron's banner and icon images by @kienstra in #113
- Deprioritize the PM menu item by @mike-day in #117
- Add Mike's screenshots by @kienstra in #118
- Add a license by @kienstra in #116
- Escape pattern preview content by @mike-day in #119
- Add readme.txt file to theme by @johnstonphilip in #93
- Fix a couple things in the readme by @johnstonphilip in #120
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- Update the viewportWidth helper text by @mike-day in #85
- On creating a new pattern, don't write to the pattern PHP file until you publish by @kienstra in #78
- Allow showing comments in the
pm_pattern_preview
by @kienstra in #86 - Bug fix — faulty title collision caused by autosave by @mike-day in #88
- Remove FSES images by @kienstra in #90
- Pass values directly instead of postMeta object for editor component props by @mike-day in #92
- Get the default values from
get_pattern_defaults()
by @kienstra in #89 - Bump the version to
0.1.3
by @kienstra in #94
Full Changelog: 0.1.2...0.1.3