Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 3.41 KB

File metadata and controls

62 lines (50 loc) · 3.41 KB

Changelog

All notable changes to this project will be documented in this file.

[2.4.0-DEV] - 2026-06-08

  • Added: support for entry translations

[2.3.0] - 2026-06-08

  • Added: support for deferred entries
  • Added: AbstractProjectEncoreExtension to simplify the creation of project-specific extensions (#38)
  • Added: EncoreExtensionWrapper to reuse variouse logic (#38)
  • Changed: load the runtime chunk in head when necessary
  • Changed: adjust the data_collector template (#38)
  • Changed: use more of EncoreEntry class (#38)

[2.2.2] - 2026-05-07

  • Fixed: exception in older contao versions due palette

[2.2.1] - 2026-05-06

  • Fixed: encore fields not show up on twig layouts (#37)
  • Deprecated: encoreStylesheetsImportsTemplate and encoreScriptsImportsTemplate fields (#37)

[2.2.0] - 2026-04-20

  • Added: support for modern twig layouts of contao 5.7 (#34)
  • Added: EntrypointsBuilder concept for retriving current page entrypoints (#34)
  • Added: support for symfony debug bar (#35)
  • Added: ResponseContext bag for entries (#36)
  • Changed: add constant for default field name (#34)
  • Fixed: removed dead or unnecessary code and checks (#34)
  • Deprecated: src/Asset/PageEntrypoints.php, src/Asset/TemplateAsset.php and src/Asset/TemplateAssetGenerator.php (#34)
  • Deprecated: ConfigurationHelper::isEnabledOnPage() (#34)
  • Deprecated: getter-Methods in EncoreEnabledEvent (#34)

[2.1.1] - 2026-03-30

  • Fixed: compatibility issue with symfony 7

[2.1.0] - 2025-02-07

  • Changed: allow symfony 7 for better compatibility with contao 5.3 and 5.4
  • Changed: some enhancements to code quality

[2.0.0] - 2024-02-19

  • Changed: utils bundle dependency version

[2.0.0-beta2] - 2023-10-31

  • Fixed: command registration error

[2.0.0-beta] - 2023-10-31

  • Added: support for contao 5
  • Added: support for utils bundle v3
  • Added: EncoreEntriesSelectField class
  • Changed: dropped support for php <8.1
  • Changed: droppend support for contao <4.13
  • Changed: renamed Bundle class to HeimrichHannotEncoreBundle
  • Changed: switch to new bundle structure
  • Changed: encore entries select options is moved to layout legend in page settings
  • Removed: deprecated addEncoreBabelPolyfill option
  • Removed: support for adding encore entries from yaml
  • Removed: support for adding encore to page template via template variables
  • Removed: unused includes encore setup
  • Removed: DcaGenerator class (use EncoreEntriesSelectField instead)
  • Removed: all deprecated classes