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.1.2
What's Changed
- Rename
wp-modules/pattern-post-type
towp-modules/editor
by @kienstra in #71 - Unit tests for
pattern-data-handlers/
by @kienstra in #75 - Update/a11y by @dreamwhisper in #76
- Cleanup some unused meta by @mike-day in #79
- Add support for adjusting viewport width in the pattern editor by @mike-day in #77
- Bump the version to
0.1.2
by @kienstra in #81 - Only show the viewport width preview on hover by @mike-day in #80
- Update label for screen reader by @dreamwhisper in #82
- Apply Mike's fix for child theme images by @kienstra in #84
Full Changelog: 0.1.1...0.1.2
0.1.1
0.1.0
What's Changed
- Rename plugin to Pattern Manager by @kienstra in #1
- Remove FSE-specific code and leave in pattern management code by @kienstra in #2
- Remove unneeded dependency in root by @johnstonphilip in #5
- Remove Tailwind from app; add back admin menu by @mike-day in #4
- Use slightly new approach of wpps-scripts by @johnstonphilip in #7
- Add the pattern grid with categories by @mike-day in #6
- Don't handle the theme anymore, only the theme's patterns by @kienstra in #3
- Random cleanups, like renaming
patternmanager
global topatternManager
by @kienstra in #11 - Simplify the name input edit field (editor view) by @mike-day in #12
- Make the core save button work by @johnstonphilip in #14
- Move
patternsRef.current
intofilteredPatterns
by @kienstra in #16 - Add search to Patterns by @mike-day in #15
- Move category filtering into the same place as search term filtering by @kienstra in #17
- Rename
ThemePatterns/
toPatterns/
by @kienstra in #18 - Remove unused function
searchItems()
by @kienstra in #22 - Remove FSES-specific hook logic by @kienstra in #19
- Move category parsing to util by @mike-day in #21
- In package.json, escape the path so it works for paths with spaces by @johnstonphilip in #26
- Pattern panel improvements (reordering; initial open state) by @mike-day in #24
- Remove some optional chaining operators by @kienstra in #28
- Remove the top bar from the edit view by @kienstra in #27
- Edit view: Make the WP icon go back to Patterns view by @kienstra in #29
- Show search results count instead of categories when searching by @mike-day in #33
- Add quotation marks back to search count text by @mike-day in #34
- Remove sidebar panel toggling on editor load by @mike-day in #35
- UI styles by @mikemcalister in #23
- Use proper viewportWidth for PatternPreview by @johnstonphilip in #41
- Add lazy rendering for iFrame pattern previews by @mike-day in #36
- Add label to search field by @dreamwhisper in #42
- Fix Cumulative Layout Shift issues by @mike-day in #43
- Move the
<iframe>
pattern editor to an external URL by @kienstra in #40 - Escape url output by @mikemcalister in #45
- Make pattern categories more accessible in Patterns view by @mike-day in #46
- Make previews the good height by @johnstonphilip in #48
- Fix/a11y by @dreamwhisper in #50
- Add codeowners file by @johnstonphilip in #55
- Simplify deleting a pattern by @kienstra in #49
- Fix editing, creating patterns, and asset saving by @johnstonphilip in #56
- Replace the
save-pattern
endpoint with filtering in PHP by @kienstra in #53 - Update codeowners by @dreamwhisper in #60
- Move the new pattern logic into another file and unit test it by @kienstra in #59
- After switching themes, delete all
pm_pattern
posts by @kienstra in #62 - Fix renaming bug where there were 2 patterns by @kienstra in #61
- Fix restoring an autosave of a pattern by @kienstra in #64
- Call
speak()
for title errors by @kienstra in #66 - Don't allow saving if there's no pattern title, or if it's a duplicate by @kienstra in #67
- In the editor, show a notice that the theme changed by @kienstra in #65
Full Changelog: https://github.com/studiopress/pattern-manager/commits/0.1.0