Releases: quellenform/t3x-iconpack
Releases · quellenform/t3x-iconpack
1.1.9
- [0930730] [BUGFIX] Fixed typos & added variable in header template (#30) (thanks to @SicorDev)
- [5e30902] Drop deprecated renderStatic
- [300c230] Added compatibility to 13..@dev
- [50c1da1] Moved PageTSConfig to file page.tsconfig for v12+
1.1.8
- [36ac5b0] [BUGFIX] Error on installation with TYPO3 13.3 (#24)
- [36ac5b0] [BUGFIX] Missing argument when calling YamlFileLoader in version 13.3+ (#23)
- [2a2bebc] Added event listener for v13.3 (XCLASS is no longer necessary due to new events in RteHtmlParser)
1.1.7
- [b628dc5] Switched from DataProcessor to
lib.parseFunc_RTE
for automatic conversion of icons in all RTE fields
(The DataProcessor is still available, but should be removed if it was previously used for custom RTE fields)
1.1.6
- [e98e5d8] [BUGFIX] Switched from PageRenderer to AssetCollector (this changes the way CSS files are included in BE/FE)
- [77aec61] Suppress false positive messages in Install Tool
1.1.2
- 37556e3 [FEATURE] Added compatibility to TYPO3 v13
1.1.0
- 4750398 [FEATURE] Added substitution of path segments with icon names in YAML-configuration files
- ...bugfixes