Releases: csalmeida/hozokit
Releases · csalmeida/hozokit
v2.0.0
What's Changed
- Adds further steps sections to readme by @csalmeida in #12
- Adds a license to the project by @csalmeida in #14
- Bump y18n from 3.2.1 to 3.2.2 in /wp-content/themes/hozokit by @dependabot in #16
- Support for Docker setup 🐋 by @csalmeida in #19
- Switch SASS to Dart SASS by @csalmeida in #18
Full Changelog: v1.4.0...v2.0.0
v1.4.0
- Adds support for environment variables with a
.env
. - Hot reloading can be configured via
.env
and no longer requires edits togulpfile.js
. - Tidied up
functions.php
by moving Hozokit specific logic to other files to leavefunctions.php
clear to be used by theme developers. - Abstracted Hozokit specific functionality into methods of the
Hozokit
class. - Various updates to readme and documentation.
v1.2.0
v1.1.0
- Added Rollup for script bundling, this allows
import
statements. - Added documentation on creating a custom block.
- Fixes to example custom block.
- Removed unused code.
- Removed Advanced Custom Fields as a dependency.
- Theme plugins are no longer version tracked.
- Updates to README, including adding links to newly available documentation.
- Other minor changes.