Releases: drupal-xb/ddev-drupal-xb-dev
Releases · drupal-xb/ddev-drupal-xb-dev
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
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-devcommand 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-sicommand tosite-installby @TravisCarden in #9 - Merge
stylelint-fixcommand intostylelintby @TravisCarden in #12 - Merge
phpcbfcommand intophpcsby @TravisCarden in #13 - Merge
cypress-*commands into onecypresscommand with arguments by @TravisCarden in #14 - Rename
npm-buildcommand toui-buildby @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 ulito reinstall command by @longwave in #6 - Create a default article node in reinstall command by @TravisCarden in #7
- Add
xb-autosavecommand by @TravisCarden in #8 - Add
staticcommand to run all static analysis tools by @TravisCarden in #10 - Run PHPUnit with core settings by @longwave in #11
- Add
eslint fixcommand argument by @TravisCarden in #16 - Add
fixcommand to run all static analysis automatic fixer tools by @TravisCarden in #17
New Contributors
Full Changelog: v0.0.15...v0.0.16