Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
### Changed
- add required #\[RunTestsInSeparateProcesses] attribute on Kernel, Functional and FunctionalJavascript tests
- replace doctrine annotation by php attribute for PHPUnit
- fix PHPStan false positives on PHP attributes when running against Drupal 10.x
## [6.0.2] - 2024-08-09
### Added
- add phpstan.neon file
- add cpsell project words for Gitlab-CI
- add .dockerignore to speedup docker mount
- add official support of drupal 11.0
## [6.0.1] - 2024-03-01
### Changed
- re-enable PHPUnit Symfony Deprecation notice
- update codebase to be compliant PHP8.2
- rework tests by using a custom theme "bamboo_twig" in order of overriding \*.html.twig template for tests purpose
- change Blocks rendered via bamboo_render_block do not use the block theme hook - Issue #3110310 by wengerk, rattusrattus, sahaj, interdruper, gido
- fix Issue #3417105 - remove all requirements on twig/extensions
- disable PHPUnit Symfony Deprecation notice since Drupal 10.2
New Dev branch following the "new tag semver" of Drupal (we can't create 5.2.0, Drupal.org prevent us - sorry for bumping as major 6.0.x in order of using new semver system).
## [5.0.0] - 2022-06-24
### Added
- replace drupal_ti by wengerk/drupal-for-contrib
- remove dependency on twig/extensions
- fix Issue #3168662 by Michael Humbert: docker-compose with phpunit not working
- enforce PHPCS integration via GithubActions
- close Issue #3247601 - add drupalci.yml file to install symfony/mime on testing container
Bamboo Twig 8.x-3.1 add some new features:
- add a filter to render views: `bamboo_render_views`.
- add some tests for the new `bamboo_render_views` filter.
Bamboo Twig 8.x-2.1 improve the usage of bamboo_extensions_time_diff.
It had the followings features:
- Choose the period between s|i|h|d|m|y. When empty, automatically choose the most accurate one.
- Choose between an Humanize/Math output format
Bamboo Twig 8.x-2.0 has a lot of advantages and brings a lot of new features to the Twig landscape of Drupal 8.
It boosts performance by using lazy loading & improves the code quality with automated workflow.
It also includes automated unit and kernel tests to ensure stability.