Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

32 lines (27 loc) · 1.38 KB

Changelog

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.

Upcoming

1.0.7

Added

  • (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().

1.0.6

1.0.5

Added

  • (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

1.0.4

1.0.3

1.0.2

1.0.1

Added

  • (Meta,Core,Html,Drupal,Twig,Site,Ui) Started changelog, mirrored out to components on release.
  • (Twig,Drupal) Parse Twig comments for @Component metadata comments.

Deprecated

  • (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.

[1.0.0] - 2017-10-04

Added

  • (Core,Html,Drupal,Twig,Site,Ui) Initial release