Releases: antistatique/drupal-bamboo-twig
Releases · antistatique/drupal-bamboo-twig
6.0.2
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
Changed
- remove usage of deprecated ContainerAware class
- add getRequestStack & getTitleResolver to TwigExtensionBase
- improve type-hinting using RevisionableStorageInterface for Loader::loadEntityRevision && Render::renderEntityRevision
- remove usage of deprecated twig_date_converter function when Twig 3.9 is installed
- use both trait conditionally EntityReferenceTestTrait and EntityReferenceFieldCreationTrait for Drupal 10 & 11 compliances
- allow compatibility with symfony/mime:^7.0
- fix obsolete docker-compose command in CIs
Fixed
- fix tests running on 10.3-dev with rendered webp image
- fix Drupal 11 usage of bamboo_extensions_time_diff
Removed
- remove legacy version annotation on docker-compose.yml
6.0.1
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
Added
- add coverage of Drupal 10.1.x
- allow Render form mixed parameter types - Issue #3273960 by darrenwh, wengerk
- add
bamboo_render_entity_revision
rendering of entity revision - Issue #3254160 by dibix, wengerk - add
bamboo_load_entity_revision
loading of entity revision - Issue #3254160 by dibix, wengerk - add support of optional
alt
parameter onbamboo_render_image
- Issue #3355084 by Ranjit1032002, thatlotnextdoor, wengerk - add Drupal GitlabCI - #3417699 #3350583
- add official support of drupal 11.x-dev
Fixed
- fix tests template discovery using 'path' property
- fix Issue #3417699 by apaderno: Tests failing on Drupal 10 because Tests module has same name as Test Theme
- fix Issue #3350583 by urvashi_vora, mukesh88, mahtab_alam: Fix the errors/warnings reported by PHP_CodeSniffer
Removed
- drop tests support on Drupal <= 9.4
6.0.0
6.0.0 - 2022-11-18
Added
- add official support of drupal 9.5 & 10.0
Changed
- drop support of drupal below 9.3.x
- bump major release number in order of using Drupal new semver system
Fixed
- fix deprecated class name Twig_Extension for Drupal 10 compatibilities
- fix deprecation drupal_get_path for Drupal 10 compatibilities
- fix deprecation Symfony\Cmf\Component\Routing\RouteObjectInterface::ROUTE_OBJECT for Drupal 10 compatibilities
- fix call to deprecated method assert() for Drupal 10 compatibilities
- fix call to deprecated constant FILE_STATUS_PERMANENT for Drupal 10 compatibilities
- fix call to deprecated function file_create_url() for Drupal 10 compatibilities
- fix the function file_build_uri() has been deprecated for Drupal 10 compatibilities
- fix Deprecated function: strtr(): Passing null to parameter #1 for PHP 8.1 compatibilities
5.1.0
5.1.0 - 2022-10-21
Changed
- drop support of drupal 8.8 & 8.9
- change bamboo_render_block to support block context-mapping
Fixed
- fix docker running tests on Github Actions
Security
- update linter phpdd 2.0.24 => 2.0.29
Added
- add coverage for Drupal 9.3, 9.4 & 9.5
- add upgrade-status check
Removed
- remove satackey/action-docker-layer-caching on Github Actions
5.0.0
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