Skip to content

Releases: OpenForgeProject/ddev-woodoo-buildtools-magento

1.6.0

02 May 06:14
Compare
Choose a tag to compare
  • 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

25 Apr 12:49
Compare
Choose a tag to compare

Just improve Update Messages

1.5.1

10 Apr 08:04
Compare
Choose a tag to compare
  • fix hyvä version check and output in frontend build command
  • add a check to try to update node_modules in theme if packages are outdated

1.5.0.

13 Feb 19:50
Compare
Choose a tag to compare
  • 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

23 Jan 09:29
Compare
Choose a tag to compare

Fixes a bug that caused ddev frontend init to not correctly list all themes

1.4.2

27 Nov 08:55
Compare
Choose a tag to compare

FIX: This fix solved a problem with the line-break in menu selection for build and watch tasks

1.4.1

23 Nov 20:27
Compare
Choose a tag to compare
  • add Support for $DDEV_COMPOSER_ROOT for subfolder installation (e.g., ./magento2/app/design/..)
  • fix node-modules repair-functions for corrupt magento grunt installations

1.4.0

22 Sep 06:45
50bc501
Compare
Choose a tag to compare
  • 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 from config.yaml to config-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 and ddev 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.

13 Jun 07:32
Compare
Choose a tag to compare
  • add new __host__ command ddev frontend-update to update to the latest release
  • update readme
  • update help

1.3.0 - Hyvä 1.1.x support

31 May 06:36
Compare
Choose a tag to compare

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)