Skip to content

Files

Latest commit

5f53bc9 · Apr 21, 2022

History

History
97 lines (55 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

97 lines (55 loc) · 2.21 KB

Changelog

Unreleased

2.1.1 (2022-04-21)

Full Changelog

Fixed

  • Fix version constraint of dependency (#20)

2.1.0 (2022-04-20)

Full Changelog

Added

  • Add support for icons.css of the Contao css framework

Changed

  • Bump minimum PHP version to 7.4
  • Bump Symfony requirements to ^4.4 or ^5.4
  • Bump Contao requirements to ^4.9 or ^4.13
  • Changed coding standard

2.0.4 (2019-11-15)

Full Changelog

Fixed

  • Add img css class to picture image instead of to attributes (#15)
  • Do not add html5 shiv for Contao >= 4.8 (#13)

2.0.3 (2018-09-06)

Full Changelog

  • Update translations
  • Fix incompatibility with Contao 4.4

2.0.2 (2018-08-27)

Full Changelog

  • Do not require that bootstrap environment is public.

2.0.1 (2018-07-24)

Full Changelog

  • Update translations

2.0.0 (2018-01-05)

Full Changelog

  • Fix floating classes (#7)

2.0.0-beta4 (2017-12-01)

Full Changelog

Implemented enhancements:

  • Rewrite rounded and rounded-* classes to the picture element.
  • Mark dca/hook listeners as public

2.0.0-beta3 (2017-09-29)

Full Changelog

Implemented enhancements:

  • Add table and image class replacements.
  • Rewrite css classes modifier to a filter.
  • Update readme and add changelog.