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

## [1.3.1] - 2026-05-20
- Fixed: fallback assets not added correctly if more then one is added

## [1.3.0] - 2026-04-22
- Changed: do not rely on Symfony service contracts for PageAssetTrait as the versions differ to much

## [1.2.0] - 2026-04-14
- Fixed: compatibility issues (re-implement updates from 1.1.0)
- Added: `AddPageEntypointTrait` for custom service discovery capability

## [1.1.1] - 2026-04-14
- Fixed: rollback to 1.0.2 fixes compatibility issues with `ServiceSubscriber::getContainer()` in `AbstractController`

## [1.1.0] - 2025-09-04
- Refactored: PageAssetTrait

## [1.0.2] - 2022-11-10
- Fixed: compatibility issues of PageAssetTrait with ServiceSubscriber::getContainer()

## [1.0.1] - 2022-11-09
- Fixed: compatibility of PageAssetTrait with AbstractFrontendModuleController  

## [1.0.0] - 2022-07-18
Initial version