Skip to content

Releases: WordPress/create-block-theme

v1.6.2

02 Mar 17:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

27 Feb 15:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

21 Feb 18:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

09 Feb 17:57
Compare
Choose a tag to compare

What's Changed

  • check for DISALLOW_FILE_EDIT and simplify permission check logic by @matiasbenedetto in #208
  • Load google fonts data from url by @t-hamano in #209
  • Separate styles and templates reset by @jffng in #210
  • Add spinner while google fonts load instead of showing a blank page by @matiasbenedetto in #214
  • Add: code linting scripts by @mikachan in #196
  • Update Google Fonts JSON data from API by @github-actions in #211
  • Avoid pre commit verifications on Github actions to prevent action errors caused by linting problems by @matiasbenedetto in #216

Full Changelog: v1.5.0...v1.5.1

v1.5.0

03 Feb 13:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

31 Jan 05:25
Compare
Choose a tag to compare

What's Changed

  • Specify node and npm versions, add nvmrc file by @vcanales in #173
  • Add theme screenshot uploading by @jffng in #185
  • Manage fonts: Demo text editable by @matiasbenedetto in #179
  • Update Google Fonts JSON data from API by @github-actions in #197

New Contributors

Full Changelog: v1.3.10...v1.4.0

v1.3.10

26 Jan 03:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.9...v1.3.10

v1.3.9

24 Jan 02:47
Compare
Choose a tag to compare
  • Updating Tested up to: 6.1
  • I18N: Some new UI strings are not translatable
  • Replace "current theme" with "active theme" (or "currently active theme")
  • Improve translation process by removing trailing spaces
  • Fonts: remove font files from theme assets folder if the font face/family is removed.
  • Refactor to read raw theme.json data instead of using core methods
  • Update Google Fonts JSON data from API

v1.3.8

18 Nov 00:36
Compare
Choose a tag to compare
  • Fixes the spelling of definition
  • Fixing readme contributors
  • Add contributor username to readme
  • Update GitHub action to avoid deprecation warning
  • Update Google Fonts JSON data from API
  • Update Google Fonts JSON data from API
  • Check permission before running functions that need file write permissions
  • Allow previewing system font

v1.3.7

26 Oct 19:15
Compare
Choose a tag to compare
  • Moving assets files to be auto updated by the release action