Releases: OpenForgeProject/ddev-woodoo-buildtools-magento
Releases · OpenForgeProject/ddev-woodoo-buildtools-magento
1.6.0
- add
version
and--version
argument to show version. - Thanks to @Morgy93 - add health check to bats test - Thanks to @Morgy93
- add
.editorconfig
to comply with current indent config for trunk CI check - Thanks to @Morgy93 - fix bash linting issues
- add silent mode for watch task to minify the text output to focus on the important parts
- update help texts
1.5.2
1.5.1
1.5.0.
- add command parameter
ddev frontend-update -dev
to install latest dev features from main-branch ( can be unstable! ) - formating readme.md
- update codestyle and improved lints ( Shoutout: trunk.io ;-))
Full Changelog: dermatz/ddev-woodoo-buildtools-magento@1.4.3...1.5.0
1.4.3 - Fix $gum Support
Fixes a bug that caused ddev frontend init
to not correctly list all themes
1.4.2
1.4.1
1.4.0
- add new Feature to update setup a new ddev config file
.ddev/config-themes.yaml
to store theme specific settings - extend
ddev frontend
command to update automatically theme-settings fromconfig.yaml
toconfig-themes.yaml
- improved Code style and Code quality
- add global variables to functions
- add new dependency
Morgy93/ddev-gum
to add global gum support (ddev restart
required) - @Morgy93 - add Context Menus to
ddev frontend init
,ddev frontend build
andddev frontend watch
commands - now you are able to add and remove themes in the context menu to build or watch. The config-file will be updated automatically.
Special Feature for better usability:
Read more about our new shell context menu:
https://github.com/charmbracelet/gum
1.3.1.
1.3.0 - Hyvä 1.1.x support
New Features
Hyvä 1.1.x Support for Build-process: build check if hyvä themeversion is > 1.1.x to change build command automaticly (https://github.com/dermatz/ddev-woodoo-buildtools-magento/issues/11 by @therouv)
##Changes
Clear cache once after all themes have been built (https://github.com/dermatz/ddev-woodoo-buildtools-magento/issues/12 by @therouv)