Releases: b13/assetcollector
Releases · b13/assetcollector
[RELEASE] 3.0.0
drop TYPO3 v10 Support and add v13
What's Changed
- !!! [TASK] change requirements by @achimfritz in #20
- [BUGFIX] v13 dev requirements and CI by @achimfritz in #21
- [BUGFIX] SVG Rendering by @achimfritz in #22
- [BUGFIX] cached inline xml by @achimfritz in #25
Full Changelog: 2.0.2...3.0.0
[RELASE] 2.0.2
What's Changed
- [BUGFIX] provide event name for v10 by @achimfritz in #19
Full Changelog: 2.0.1...2.0.2
[RELEASE] Bugfix on version constraints
[BUGFIX] TYPO3 requirements (#16) Co-authored-by: Achim Fritz <[email protected]>
[RELEASE] 2.0.0
What's Changed
- [!!!] [TASK] Change Requirements by @achimfritz in #14
- drop TYPO3 v9 Support and PHP < 7.4
- add TYPO3 v12 Support
Full Changelog: 1.6.1...2.0.0
[RELEASE] 1.6.1
[RELEASE] Add class to inline style tag
1.6.0 [RELEASE] Add class to inline style tag
[RELEASE] Add class to SVG map
Fix svg map injection when there is no body tag.
For example, for pages with 'config.disableAllHeaderCode = 1'.
[RELEASE] Add class to SVG map
Merge pull request #10 from b13/svg-map-class Add class to SVG map
[RELEASE] Add support for PHP 8.0
1.5.2 [RELEASE] Add support for PHP 8.0
[TASK] Don’t add empty viewBox attribute
The empty attribute produces errors in some browsers. Since viewBox is not required it can be omitted.