Releases: WordPress/create-block-theme
Releases · WordPress/create-block-theme
v2.6.0
What's Changed
- Add __nextHasNoMarginBottom to BaseControl-based components by @t-hamano in #729
- Fix Image URL Localization URI by @shimotmk in #720
- Removed all of the code relating to 'folder management' of a theme. by @pbking in #723
- Process inner html of blocks when escaping text content by @jffng in #719
- [Automation] New minor Release: 2.6.0 by @github-actions in #739
New Contributors
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- Update README.md disclaimer wording and formatting by @colorful-tones in #703
- Redirect to proper editor_url by @rinkuyadav999 in #708
- Update escaping function by @matiasbenedetto in #683
- Rename font assets when theme is saved and/or exported by @matiasbenedetto in #712
- Try: Add synced patterns to theme on save by @mikachan in #675
- Update node dependencies by @mikachan in #717
- Fix "troobleshooting" typo in readme.txt by @jgcaruso in #721
- Remove "Categories: hidden" from default pattern header by @mikachan in #718
- Add a main tag wrapper around the query loop by @MaggieCabrera in #726
- Adds minimum WordPress version to theme metadata by @jffng in #715
- Copy font assets to the local theme folder when creating a style variation by @matiasbenedetto in #713
- [Automation] New minor Release: 2.5.0 by @github-actions in #727
New Contributors
- @rinkuyadav999 made their first contribution in #708
- @jgcaruso made their first contribution in #721
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Sanitize DOS (Windows) new line style on readme.txt by @matiasbenedetto in #681
- Add theme reset section by @matiasbenedetto in #687
- Update "Tested up to" version to 6.6 by @mikachan in #694
- Delete only theme-related caches when saving changes by @t-hamano in #685
- Global Styles JSON data inspector by @matiasbenedetto in #697
- Update blank themes theme json version by @matiasbenedetto in #700
- Update broken link in CONTRIBUTOR.md by @colorful-tones in #701
- CONTRIBUTOR markdown formatting by @colorful-tones in #702
- Don't enable sidebar UI in classic theme by @t-hamano in #705
- Bump minimum required WordPress version to 6.6 by @t-hamano in #704
- [Automation] New minor Release: 2.4.0 by @github-actions in #706
New Contributors
- @colorful-tones made their first contribution in #701
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Quality: Remove unused PHP classes by @t-hamano in #664
- Add image credits edit capabilities to the edit theme modal by @matiasbenedetto in #662
- Update wp-admin landing url for blueprint by @matiasbenedetto in #658
- Make external links translatable by @t-hamano in #663
- Update escaping function by @matiasbenedetto in #665
- Add an about section in the editor by @matiasbenedetto in #667
- Check if theme fonts present before removing by @vcanales in #660
- Refactor theme fonts class for readability by @vcanales in #661
- Remove unused REST API endpoint by @t-hamano in #670
- Quality: Fix warning error when exporting theme by @t-hamano in #671
- a11y: Improve color contrast for help button by @t-hamano in #672
- Fix small readme typo by @mikachan in #674
- Landing Page: Improve design by @t-hamano in #673
- Persist font settings when cloning a theme by @mikachan in #678
- [Automation] New minor Release: 2.3.0 by @github-actions in #679
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Move lib-font and add GPL license text to source files by @matiasbenedetto in #646
- Handle font credits in the backend by @matiasbenedetto in #647
- Enforce specifying which eslint rule is disabled when using eslint disable comments by @vcanales in #650
- Fix the jslint warning from useSelect usage by @pbking in #651
- Added subfolder to initial theme state to eliminate render error by @pbking in #652
- Replace/admin interface by @pbking in #637
- Flush cache after creating new themes by @matiasbenedetto in #654
- Adds an endpoints that returns a list of font families used by a theme by @matiasbenedetto in #648
- Handle font licenses when editing theme metadata by @matiasbenedetto in #649
- Fixed font utilities to work with font sources as an (optional) array. by @pbking in #645
- Update modal width to 65vw by @madhusudhand in #638
- [Automation] New minor Release: 2.2.0 by @github-actions in #657
Full Changelog: v2.1.4...v2.2.0
v2.1.4
What's Changed
- ESLint: Add new rules by @t-hamano in #616
- Update Node version to 20 by @matiasbenedetto in #617
- Update wp-env package version by @matiasbenedetto in #619
- Add Repository Management section to contributing docs by @mikachan in #614
- Tests: use tests-wordpress wp-env for phpunit by @vcanales in #618
- Update package-lock.json by @t-hamano in #620
- Proposal: Use non-default port for wp-env by @vcanales in #611
- Reset changelog and version on clone and theme creation by @pbking in #623
- Allow spaces in theme slugs by @pbking in #622
- Metadata screenshot by @pbking in #621
- Refactor Theme_Readme (readme.txt) PHP class by @matiasbenedetto in #626
- Improve tags UI by @t-hamano in #630
- Add prefix to the names in the PHP global namespace. by @matiasbenedetto in #628
- Clean and complete the changelog by @matiasbenedetto in #636
- Don't Clobber Metadata by @pbking in #634
- Use only major.minor version in 'Tested up to' field by @pbking in #635
- Fix template texts localizing/escaping by @matiasbenedetto in #641
- Add screenshot to valid theme properties during sanitization by @pbking in #643
- [Automation] New patch Release: 2.1.4 by @github-actions in #642
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- Move screenshots to display in wordpress.org plugin page by @matiasbenedetto in #598
- Editor Sidebar: Improve screen header UI by @t-hamano in #605
- Editor Sidebar: Make save panel text translatable by @t-hamano in #603
- Check ZipArchive class before zip export by @t-hamano in #609
- Remove unused
UpdateThemePanel
component by @t-hamano in #608 - Fix custom fonts assets path by @matiasbenedetto in #601
- Fix problem with zip file creation on Windows by @t-hamano in #606
- Editor Sidebar: Persist "Save Changes" panel settings by @t-hamano in #607
- [Automation] New patch Release: 2.1.3 by @github-actions in #610
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Remove font management by @vcanales in #595
- Make sure code is being deployed to the directory only on Release PR Merge by @vcanales in #593
- Document the release process by @vcanales in #594
- [Automation] New patch Release: 2.1.2 by @github-actions in #596
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Try to fix screenshots in readme.txt by @mikachan in #580
- Code Quality: Remove
no-undef
eslint rule by @t-hamano in #577 - Fix hardcoded wp-admin URLs by @t-hamano in #576
- Fix error when exporting theme with no fonts by @pbking in #582
- Fix cover block nested content stripped by @pbking in #587
- Removed unnecessary filter rejecting unsafe URLs by @pbking in #588
- Process group background image when saving theme by @pbking in #586
- [Automation] New patch Release: 2.1.1 by @github-actions in #592
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Update readme files with editor-specific steps and screenshot references by @mikachan in #555
- Try/refactor editor UI by @pbking in #563
- Fix/un transposed patterns by @pbking in #567
- Include activated Fonts on theme zip export functions by @pbking in #564
- Fix concatenation of translation strings by @pedro-mendonca in #554
- Update readme with changes from UI changes and updated screenshots by @pbking in #571
- i18n: Make modal titles translatable by @t-hamano in #575
- Save only templates that have been changed by @pbking in #572
- [Automation] New minor Release: 2.1.0 by @github-actions in #579
Full Changelog: v2.0.2...v2.1.0