Skip to content

Releases: Becklyn/AssetsBundle

2.7.3

21 Feb 11:37

Choose a tag to compare

2.7.3

🐛 Bug Fixes

  • Require correct version of symfony/service-contracts to be fully Symfony 6 compatible.

2.7.2

21 Feb 11:33

Choose a tag to compare

2.7.2

🐛 Bug Fixes

  • Require correct version of symfony/cache-contracts to be fully Symfony 6 compatible.

2.7.1

17 Feb 14:11

Choose a tag to compare

2.7.1

✨ Improvements

  • Add missing return type for CacheWarmer::isOptional().

2.7.0

17 Feb 12:17

Choose a tag to compare

2.7.0

🎁 New Features

  • Add support for PHP 8.

✨ Improvements

  • Add missing property types and return types.
  • Add support for Symfony 6.

🛠️ Internal

  • Fix Symfony deprecations.
  • Replace TravisCI with GitHub Actions.
  • Remove support for Symfony 4.4.

allow support with PHP above 7.4 and Symfony 4

12 Jan 15:29

Choose a tag to compare

2.6.9

15 Jun 11:12
a1cb022

Choose a tag to compare

🐛 Bug Fixes

  • Fix small BC break in older symfony versions.

2.6.8

20 May 08:08
1b2ded7

Choose a tag to compare

✨ Improvements

  • Add global allow_cors option for assets.

2.6.7

22 Jan 22:51

Choose a tag to compare

🐛 Bug Fixes

  • Fix invalid cache key.

2.6.6

22 Jan 22:42
76ae8ba

Choose a tag to compare

✨ Improvements

  • Add dump of dependency map to debug command output.
  • Add proper section headlines to debug command output.

🐛 Bug Fixes

  • Always automatically load dependency maps for all extensions (and cache the map).

👋 Deprecations

  • Deprecate the option dependency_maps from the config. These are now automatically loaded for all namespaces
    from path /js/_dependencies.json.

2.6.5

16 Jan 23:50
cef5581

Choose a tag to compare

✨ Improvements

  • The specialized file types are now properly autowired.

🐛 Bug Fixes

  • Fixed a circular dependency issue.

🛠️ Internal

  • Bump required Symfony version to 4.3+