Skip to content

Releases: drupal-canvas/ddev-drupal-xb-dev

v0.0.29

04 Mar 15:03
b041df7

Choose a tag to compare

What's Changed

Other Changes

  • fix: For xb-phpunit command, don't quote arguments, so multiple arguments can be passed by @penyaskito in #58
  • chore: Fix xb-phpstan now that we need to provide an autoload file by @penyaskito in #59

Full Changelog: v0.0.28...v0.0.29

v0.0.28

25 Feb 08:55

Choose a tag to compare

Hotfix for cypress command

Full Changelog: v0.0.27...v0.0.28

v0.0.27

25 Feb 08:43
381287e

Choose a tag to compare

What's Changed

Other Changes

  • Update after organization rename from drupal-xb to drupal-canvas by @penyaskito in #55
  • chore: Fix xb-cypress after #3562026 JS workspaces consolidation by @penyaskito in #57
  • Instructions and commands for running cypress on Windows+WSL2 by @penyaskito in #37

Full Changelog: v0.0.26...v0.0.27

v0.0.26

05 Feb 18:23
35b6ffb

Choose a tag to compare

What's Changed

Other Changes

  • chore(#53): Fix xb-eslint after #3562026 JS workspaces consolidation by @penyaskito in #53

Full Changelog: v0.0.25...v0.0.26

v0.0.25

05 Feb 17:38
179dd2f

Choose a tag to compare

What's Changed

Other Changes

  • Update deprecated ddev composer create in README.md, use ddev composer create-project instead by @TravisCarden in #45
  • Fix xb-ui-dev and xb-ui-build after #3562026 JS workspaces consolidation by @penyaskito in #52

Full Changelog: v0.0.24...v0.0.25

v0.0.24

05 Oct 11:20
d64dfa1

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v0.0.23...v0.0.24

v0.0.23

05 Feb 02:41
e7420c5

Choose a tag to compare

v0.0.23 Pre-release
Pre-release

What's Changed

New Features

Other Changes

  • Eliminate ddev composer shell alias in xb-setup by @kbasarab in #35

New Contributors

Full Changelog: v0.0.22...v0.0.23

v0.0.22

24 Jan 19:14
5051e45

Choose a tag to compare

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

23 Jan 19:22
2a3c62b

Choose a tag to compare

v0.0.21 Pre-release
Pre-release

What's Changed

New Features

Other Changes

Full Changelog: v0.0.20...v0.0.21

v0.0.20

09 Jan 16:11
6b53aaf

Choose a tag to compare

v0.0.20 Pre-release
Pre-release

What's Changed

New Features

Other Changes

  • Prevent xb-setup command from prompting to trust Composer plugins by @TravisCarden in #24

Full Changelog: v0.0.19...v0.0.20