All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- (Drupal) Concatenate arrays passed to render.
- (Drupal) Add fallback Twig loader to emulate Drupal's handling of unscoped include/extend statements by looking for templates in a specified module/theme - #88
- (Drupal) Add default variables as in template_preprocess().
- (Twig, Drupal) Allow additional namespaces to be passed to Twig and Drupal extensions - #89
- (Twig, Drupal) Use the Twig auto_reload option all the time - #94
- (Meta,Core,Html,Drupal,Twig,Site,Ui) Started changelog, mirrored out to components on release.
- (Twig,Drupal) Parse Twig comments for @Component metadata comments.
- (Twig,Drupal) Twig component metadata using the componentinfo block has been deprecated due to issues with guarded blocks in child templates. Please use the new comment syntax instead.
- (Core,Html,Drupal,Twig,Site,Ui) Initial release