Skip to content

Latest commit

 

History

History
177 lines (116 loc) · 5.75 KB

CHANGELOG.md

File metadata and controls

177 lines (116 loc) · 5.75 KB

Changelog for Woodoo Buildtools

All notable changes to this project will be documented in this file.


Latest Release

1.6.5

  • fix an issue when reading ..theme/composer.json to determine which Hyva version to use through composer.json
  • add some GitHub Status-Badges to README.md

1.6.4

  • updating wording - Thanks to @andreas-penner-basecom
  • changed wget command to install latest version

1.6.3

  • add fallback if no composer.json was found in theme. Use Magento default in project root instead.

1.6.2

  • improve build process with shorter CLI ouputs
  • improve code quality by fixing linting issues
  • improve changelog formatting
  • set HostWorkingDir to false #24 - Thanks to [@Morgy93]

1.6.1

  • fix support to repair broken watch task by missing dependencies in magento 1 projects
  • improve code quality by fixing bash linting issues
  • remove -v shortcode for Version output. Instead it will output the verbose output later

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

  • improve npm dependency update check messages

1.5.1

  • 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

  • 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 ;-))

1.4.3

  • fix newline \n to gum choose for ddev frontend init command - Thanks to @Morgy93

1.4.2

  • fix line-break in menu selection for build and watch tasks

1.4.1

  • add Support for $DDEV_COMPOSER_ROOT (e.g., ./magento2/app/design/..)
  • fix node-modules repair-functions for corrupt grunt installations

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 automaticly theme-settings from config.yaml to config-themes.yaml
  • improved Codestyle and Codequality
  • add global variables to functions
  • add new dependencie 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 automaticly.

1.3.1

  • add new host command ddev frontend-update to update to the latest release
  • update readme
  • update help

1.3.0

New Features (Hyvä 1.1.x Support)

Changes


1.2.0

Changes

New Features


1.1.1

  • Important Change Switch command from ddev woodoo ... to ddev frontend ...
  • update README.md Feature List and Update instructions
  • change Wording in README.md and CHANGELOG.md
  • change Wording in selfcheck
  • improve Errorhandling in theme path validation (during ddev frontend themes)

1.1.0

  • add CHANGELOG.md
  • add Download-Sources (latest stable and Developer Version)
  • add Version Check to notify if woodoo has available updates
  • add Version Tag in Woodoo default command headline
  • Updated selftest to handle Version Checks
  • Move bash colors from ./woodoo_components/colors into ./woodoo_components/variables
  • remove ./woodoo_components/colors

1.0.0

This is the first stable release with most common functions to build Magento 2 Projects with or without hyva.

  • add ddev v1.21.6 support

  • add dMagento 2 CSS/JS Watcher

  • add Hyvä Watcher

  • add Magento 2 build functions

  • add grunt self-repair during Magento 2 builds if grunt clean or less was not successful

  • add Hyva builder

  • add Build or watch specific themes

  • add help page

  • add Woodoo selftest

  • add theme checks

  • add init function to setup woodoo

  • add init function to setup woodoo