Releases: drupal-xb/ddev-drupal-xb-dev
Releases · drupal-xb/ddev-drupal-xb-dev
v0.0.23
What's Changed
New Features
- Add
xb_dev_standard
toxb-site-install
by @kbasarab in #30 - Prevent
xb-setup
from prompting for confirmation by @TravisCarden in #31 - Move some setup tasks from
xb-dev-extras
toxb-site-install
by @TravisCarden in #32
Other Changes
New Contributors
Full Changelog: v0.0.22...v0.0.23
v0.0.22
This reverts https://github.com/TravisCarden/ddev-drupal-xb-dev/releases/tag/v0.0.21, which contained a critical regression that caused site creation to fail with a Drush error like the following when running ddev xb-setup
:
Error
Using version ^10.4 for drupal/core-dev
PHP Fatal error: Uncaught AssertionError: assert($this->bootstrap instanceof DrupalBoot8) in /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php:119
Stack trace:
#0 /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php(119): assert()
#1 /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php(108): Drush\Boot\BootstrapManager->bootstrap()
#2 /var/www/html/vendor/drush/drush/src/Application.php(165): Drush\Boot\BootstrapManager->setUri()
#3 /var/www/html/vendor/drush/drush/src/Runtime/Runtime.php(97): Drush\Application->refineUriSelection()
#4 /var/www/html/vendor/drush/drush/src/Runtime/Runtime.php(40): Drush\Runtime\Runtime->doRun()
#5 /var/www/html/vendor/drush/drush/drush.php(140): Drush\Runtime\Runtime->run()
#6 /var/www/html/vendor/bin/drush.php(119): include('...')
#7 {main}
thrown in /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php on line 119
...
[warning] Drush command terminated abnormally.
Failed to run xb-site-install : exit status 1
Failed to run xb-setup ; error=exit status 1
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
New Features
- Install
xb_dev_standard
on site install by @longwave in #25 - Add an
xb-workspaces-dev
command by @TravisCarden in #28
Other Changes
- Add missing Composer dependencies to fix PHPStan by @TravisCarden in #27
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
New Features
- Add an
xb-dev-extras
command by @TravisCarden in #26
Other Changes
- Prevent
xb-setup
command from prompting to trust Composer plugins by @TravisCarden in #24
Full Changelog: v0.0.19...v0.0.20
v0.0.19
- Remove broken include source by @TravisCarden in ad0061c
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Introduce
xb-ui-dev
command for React app development by @balintbrews in #19
New Contributors
- @balintbrews made their first contribution in #19
Full Changelog: v0.0.16...v0.0.17
v0.0.16
Breaking Changes
- Rename
drush-si
command tosite-install
by @TravisCarden in #9 - Merge
stylelint-fix
command intostylelint
by @TravisCarden in #12 - Merge
phpcbf
command intophpcs
by @TravisCarden in #13 - Merge
cypress-*
commands into onecypress
command with arguments by @TravisCarden in #14 - Rename
npm-build
command toui-build
by @TravisCarden in #15
Note: Commands removed in this release will be automatically removed from your project unless they have been edited and overridden by removing the #ddev-generated
line. See 2313b07.
Enhancements
- Add
drush uli
to reinstall command by @longwave in #6 - Create a default article node in reinstall command by @TravisCarden in #7
- Add
xb-autosave
command by @TravisCarden in #8 - Add
static
command to run all static analysis tools by @TravisCarden in #10 - Run PHPUnit with core settings by @longwave in #11
- Add
eslint fix
command argument by @TravisCarden in #16 - Add
fix
command to run all static analysis automatic fixer tools by @TravisCarden in #17
New Contributors
Full Changelog: v0.0.15...v0.0.16