Releases: drupal-canvas/ddev-drupal-xb-dev
Releases · drupal-canvas/ddev-drupal-xb-dev
v0.0.29
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
Hotfix for cypress command
Full Changelog: v0.0.27...v0.0.28
v0.0.27
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
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
What's Changed
Other Changes
- Update deprecated
ddev composer createinREADME.md, useddev composer create-projectinstead 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
What's Changed
Other Changes
- Use full command names in
xb-static, not aliases by @penyaskito in #36 - Move repo to
drupal-xborg by @TravisCarden in #41 - Update dependencies and installation instructions for Drupal 11 by @balintbrews in #42
- Convert to using Drupal Canvas git repo after the rename. by @cosmicdreams in #47
New Contributors
- @penyaskito made their first contribution in #36
- @cosmicdreams made their first contribution in #47
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
New Features
- Add
xb_dev_standardtoxb-site-installby @kbasarab in #30 - Prevent
xb-setupfrom prompting for confirmation by @TravisCarden in #31 - Move some setup tasks from
xb-dev-extrastoxb-site-installby @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_standardon site install by @longwave in #25 - Add an
xb-workspaces-devcommand 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-extrascommand by @TravisCarden in #26
Other Changes
- Prevent
xb-setupcommand from prompting to trust Composer plugins by @TravisCarden in #24
Full Changelog: v0.0.19...v0.0.20