Skip to content

Releases: quellenform/t3x-iconpack

1.1.7

26 Jun 16:39
Compare
Choose a tag to compare
  • [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

24 Jun 14:04
Compare
Choose a tag to compare
  • [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.5

15 May 18:13
Compare
Choose a tag to compare

1.1.4

22 Apr 17:37
Compare
Choose a tag to compare

1.1.3

03 Apr 14:48
Compare
Choose a tag to compare

1.1.2

06 Mar 19:27
Compare
Choose a tag to compare
  • 37556e3 [FEATURE] Added compatibility to TYPO3 v13

1.1.1

26 Jan 08:47
Compare
Choose a tag to compare

1.1.0

09 Nov 20:33
Compare
Choose a tag to compare
  • 4750398 [FEATURE] Added substitution of path segments with icon names in YAML-configuration files
  • ...bugfixes

1.0.1

08 Nov 10:41
Compare
Choose a tag to compare

Maintenance release

  • [5afae5a] Fixed problems when rendering the documentation

1.0.0

07 Nov 20:08
Compare
Choose a tag to compare

First stable version...

Feature:

  • Compatibility with CKEditor 5 and TYPO3 version 12
  • Icons can now be selected and edited directly in the RTE by double-clicking
  • Added title and description to SVG elements (title will be converted to <title> and alt to <desc>)
  • The JavaScript has been almost completely rewritten in TypeScript
  • Added documentation
  • Many other changes and optimizations under the hood...

Removed:

  • Removed "enablePlugin" from the extension configuration

Breaking:

  • Changed the icon tag from <icon> to <span> for better compatibility!
    Due to a lack of funding for the project, there is unfortunately no upgrade wizard for this, but there is at least downward compatibility in the frontend. To update your content and switch to the new tag, simply open the data record for editing and save it again.