Releases: benjaminkott/bootstrap_package
Releases · benjaminkott/bootstrap_package
v16.0.0
16.0.0
BREAKING
- 081f488 [!!!][TASK] Migrate to Site Sets and remove obsolete PageTsConfig registrations
- efae650 [!!!][TASK] Migrate TypoScript configuration to site sets
- 3badc90 [!!!][TASK] Drop class exists viewhelper and use f:asset.css for background images
FEATURE
- 144a111 [FEATURE] Add bluesky, discord, mastodon, researchgate and whatsapp to social media (#1564)
- 2fa4c7c [FEATURE] Introduce event to modify icon providers (#1582)
TASK
- 081f488 [!!!][TASK] Migrate to Site Sets and remove obsolete PageTsConfig registrations
- b6b50b2 [TASK] Update Quickstart Documentation to explain usage of Site Sets (#1567)
- bb0ab6a [TASK] Apply rector rules (#1590)
- f263a50 [TASK] Drop obsolete IE related head meta tags (#1598)
- b3be306 [TASK] Modernize GoogleFontService for TYPO3 v13/v14 compatibility
- efae650 [!!!][TASK] Migrate TypoScript configuration to site sets
- c723fd2 [TASK] Update npm dependencies
- c4fc506 [TASK] Drop GridColumn element as it was introduced to core with v13
- 81e7ede [TASK] Fix SkiplinkProcessorTest for TYPO3 v14 compatibility
- db4e8d3 [TASK] Add renderingContext null checks for TYPO3 v14 compatibility
- 9d7910b [TASK] Add deprecations to v14 ignore file
- 17a256a [TASK] Use ^v14.0 in pipeline
- caffdc8 [TASK] Update php dependencies to allow v14
- cd3c360 [TASK] Use type cast (#1589)
- e9dad97 [TASK] Replace deprecated apple-mobile-web-app-capable with mobile-web-app-capable meta tag (#1563)
- 73d4580 [TASK] Format InlineViewHelper correctly (#1570)
- 0fff529 [TASK] Update node dependencies and bootstrap (#1587)
- 5347a79 [TASK] Add ignore phpstan errors for deprecations in v14
- f28a9ed [TASK] Allow workflow dispatch for publish
- 6684c61 [TASK] Run publish on ubuntu-latest
- a0a1cea [TASK] Remove PHPUnit deprecations (#1583)
- 0be22c8 [TASK] Migrate usage of content element labels
- 59c7e9d [TASK] Raise ci node version to 22
- 0302b9e [TASK] Migrate from node-sass to sass
- 3badc90 [!!!][TASK] Drop class exists viewhelper and use f:asset.css for background images
- f0fb5ca [TASK] Update php dependencies
- ea0b95f [TASK] Drop phpstan ignore in ScssParserTest
- bda1992 [TASK] Cleanup viewhelpers
- 4f6bc9d [TASK] Drop v12 and allow v14@dev
- 73e08ea [TASK] v13/v14 compatibility: Use \TYPO3\CMS\Core\Resource\FileType ENUM
- 8693864 [TASK] Drop v12 fallback for codeEditor
- 02c1cb6 [TASK] Drop autoload workaround
BUGFIX
- 6b1b806 [BUGFIX] Fix responsive image config resolution for nested containers
- 3930ca0 [BUGFIX] Remove leftovers
- 6522d0b [BUGFIX] Remove google webfont from full as it is included via set
- 565b17f [BUGFIX] CGL
- 7c408fe [BUGFIX] CGL
- 7b7bb52 [BUGFIX] Correct include paths old backend layout tsconfig includes
- df34fd3 [BUGFIX] Do not treat form element grid column as section
- eb10f93 [BUGFIX] Correct spelling in folder name for Bootstrap 5 Set - fixes #1561
- 4089deb [BUGFIX] Correct Google Fonts TypoScript path in site set (#1560)
- e69c98e [BUGFIX] Move pagets to their respected site sets
- ae743d8 [BUGFIX] Drop base table class
- 04b8e8c [BUGFIX] Migrate Table CKEditor plugin
- c172fd4 [BUGFIX] Migrate Text Indent CKEditor plugin
- 3fd0cc4 [BUGFIX] Migrate Text Columns CKEditor plugin
- d33fb62 [BUGFIX] Migrate Box CKEditor plugin
- 87163e7 [BUGFIX] Migrate Address CKEditor plugin
- bda2c8e [BUGFIX] Do not render empty image galleries for textpic above and below (#1442)
- 17a9092 [BUGFIX] Respect carousel type specific responsive image settings (#1552)
- bdfac42 [BUGFIX] Correct settings defaults for templateRootPaths (#1553)
- 4d8fee0 [BUGFIX] Correct settings definition for gallery class settings - #1541
- c57aa69 [BUGFIX] CGL
- a04a042 [BUGFIX] Correct codeEditor check for v13
Contributors
- Benjamin Kott
- Franz Holzinger
- Johannes Quack
- Marvin Buchmann
- Patrick Lenk
- Simon Schaufelberger
- Simon Woll
- T. Legat
- Uwe
v15.0.4
FEATURE
TASK
- 9b5a1b2 [TASK] Use type cast (#1589)
- 5140050 [TASK] Replace deprecated apple-mobile-web-app-capable with mobile-web-app-capable meta tag (#1563)
- b75f9a9 [TASK] Format InlineViewHelper correctly (#1570)
- ad2aa3f [TASK] Update node dependencies and bootstrap (#1587)
- 0037e17 [TASK] Run publish on ubuntu-latest
Contributors
- Benjamin Kott
- Patrick Lenk
- Simon Schaufelberger
- Simon Woll
v15.0.3
FEATURE
TASK
- 49679b1 [TASK] Fix PHPStan issue and PHP 8.1 compatibility (#1584)
- 3b05a54 [TASK] Remove PHPUnit deprecations (#1583)
BUGFIX
- 09f3cc8 [BUGFIX] Correct include paths old backend layout tsconfig includes
- 84621ce [BUGFIX] Do not treat form element grid column as section
Contributors
- Benjamin Kott
- Marvin Buchmann
v15.0.2
v15.0.1
TASK
BUGFIX
- e8de10b [BUGFIX] Drop base table class
- deb5ba4 [BUGFIX] Migrate Table CKEditor plugin
- 1056a39 [BUGFIX] Migrate Text Indent CKEditor plugin
- 15bb7f3 [BUGFIX] Migrate Text Columns CKEditor plugin
- c9c4bbc [BUGFIX] Migrate Box CKEditor plugin
- a9bd7cd [BUGFIX] Migrate Address CKEditor plugin
- cf95191 [BUGFIX] Do not render empty image galleries for textpic above and below (#1442)
- a90e3fc [BUGFIX] Respect carousel type specific responsive image settings (#1552)
- 4600e4d [BUGFIX] Correct settings defaults for templateRootPaths (#1553)
- b6c2bad [BUGFIX] Correct settings definition for gallery class settings - #1541
Contributors
- Benjamin Kott
- Johannes Quack
- T. Legat
- Uwe
v15.0.0
BREAKING
- 73d459c [!!!][TASK] Allow v13 and drop v11 support
FEATURE
TASK
- 01ed74b [TASK] Add set support for TYPO3 v13 (#1521)
- 32c1e1d [TASK] Migrate carousel interal to type number
- cdab578 [TASK] Avoid deprecated calls to get request in ViewHelpers (#1520)
- d87feed [TASK] Avoid deprecated INCLUDE_TYPOSCRIPT (#1519)
- ca6bd80 [TASK] Avoid deprecated EMU::addPageTSConfig() (#1518)
- f65c7be [TASK] Add descriptions to content element registration
- ffd2723 [TASK] Allow installation of TYPO3 v13 (#1512)
- 376bf5f [TASK] Cleanup constant viewhelper
- 901dfb4 [TASK] Move ignoring phpstan to usages
- 0c6fb2b [TASK] Add phpmyadmin to ddev
- b574aca [TASK] Drop google plus
- 9d2cd59 [TASK] Drop leftover phpstan ignores in Is* ViewHelpers
- df3330c [TASK] Cleanup pagination Pagination ViewHelpers
- f3b0754 [TASK] Drop obsolte phpstan ignores for ContentSecurityPolicies
- 56c5c0a [TASK] Drop leftover phpstan ignores of ScssParserTest
- 6952284 [TASK] Drop leftover phpstan ignores of TypoScriptUtility
- 59576f0 [TASK] Cleanup GoogleFontHook
- 6efbddc [TASK] Drop usage of deprecated Connection::PARAM_STR_ARRAY
- 6bf598f [TASK] Remove deprecated attribute registrations for TagBasedViewHelper
- 3988f66 [TASK] Register upgrade wizards via attribute
- 024543d [TASK] Cleanup flexforms
- b7bf7e1 [TASK] Add trailing comma in multiline fixer rule
- 82e0932 [TASK] Cleanup TCA
- a975475 [TASK] Remove obsolete settings from demo ext_emconf
- 487f6c2 [TASK] Add return type void to initializeArguments
- a75309a [TASK] Set lowest supported version to 12.4
- 59f2da0 [TASK] Use currentColor in systeminformation icon
- e2956c2 [TASK] Replace twitter with x
- d83517c [TASK] Upgrade frontend dependencies
- dba6689 [TASK] Upgrade stylelint to v16
- b6f45a9 [TASK] Drop modernizr
- 803a14c [TASK] Run functional and unit tests only on latest PHP version (#1515)
- 2294185 [TASK] Cleanup SvgUtility
- 62a32fd [TASK] Update extension-helper and php-cs-fixer
- 248d65f [TASK] Update CI builds to include php 8.3
- ff450ec [TASK] Update github actions to latest version
- c106703 [TASK] Cleanup tests (#1514)
- 7ae6542 [TASK] Use node 20 in ci
- 87cc012 [TASK] Update bundled scssphp to 1.13.0
- 2603055 [TASK] Drop ExtensionConfiguration checks
- 3b286e3 [TASK] Make AbstractUpdate v13 compatible
- 12f22ab [TASK] Remove fallback to $GLOBALS['TSFE']
- 82b6685 [TASK] Remove fallback for authMode
- cb8940d [TASK] Drop deprecated renderStatic
- 66880ab [TASK] Add .build/vendor to intelephense include path
- 8789636 [TASK] Update vscode config
- 9a84ab1 [TASK] Add Crowdin configuration file (#1488)
- 9ea91d3 [TASK] PHP Stan Corrections
- 6f3e3c2 [TASK] Remove deprecated TCEforms flexform XML element (#1434)
- 1462f2f [TASK] Migrate grid column view element to esm (#1419)
- e11054b [TASK] Add skiplink to mainnavigation (#1416)
- f7b757e [TASK] Update ddev config
- 817dc1c [TASK] Update phpcsfixer
- d355ceb [TASK] Drop usage of custom trim viewhelper
- aa4d9d6 [TASK] Cleanup color usages in cookie consent
- 2eee06a [TASK] Make icons non translatable
- 4790f8e [TASK] Force accessible focus styles
- a5c39a4 [TASK] Use legacy set attribute instead of internal attribute
- 6f32e3a [TASK] Streamline link titles in file uploads
- 9e5ba72 [TASK] Raise dependencies
- ef542ab [TASK] Use control section in tca to allow custom tables on standard pages
- 24d46fc [TASK] Add TYPO3 v13 to readme
- c2e14e7 [TASK] Set next version to 15
- f964fad [TASK] Remove fallback in scss parser test
- a8ac2f5 [TASK] Remove fallbacks in paginate view helper
- 64ea772 [TASK] Remove fallback in iconwizard
- 17a6bed [TASK] Migrate media fields to file
- 73d459c [!!!][TASK] Allow v13 and drop v11 support
BUGFIX
- 8b51cb7 [BUGFIX] Replace legacy color-yiq with color-contrast - fixes #1511
- 6ffb9d4 [BUGFIX] Remove leftover ignored errors from phpstan
- 3feaae7 [BUGFIX] data undefined in IconsDataProcessor (#1452)
- 2ed9ddd [BUGFIX] Fix JavaScript error when cookieconsent.min.js is blocked by secure browser (#1453)
- d0b8e5b [BUGFIX] Remove outdated language settings (#1494)
- 8bce06d [BUGFIX] Add missing display class in header template - fixes #1508
- a792a6b [BUGFIX] Add missing configuration for address tag in RTE (#1513)
- 29b8dfa [BUGFIX] Correct namespace for tests
- 6325cbb [BUGFIX] Correct viewhelper documentation (#1476)
- 9125f1f [BUGFIX] Add missing core extension requirements to functionals (#1435)
- 2e9703b [BUGFIX] Correct title attribute in external media preview
- 7dbbf21 [BUGFIX] Prevent array offset access on non existing keys
- 7c6459b [BUGFIX] Use block styling for image links instead of inline-block
- d4c4a1b [BUGFIX] Correct css variable usage
- 1a75e05 [BUGFIX] Correct upper camel case viewhelper usage
- 1c26553 [BUGFIX] Add missing compiled css
- f4345a7 [BUGFIX] Explicitly set title for image
- 76155e0 [BUGFIX] Filenames are no headlines
- ac8f1b0 [BUGFIX] Avoid clipping of footer meta menu focus styles
- d37d22e [BUGFIX] Update cookie consent styling
- 98db5ff [BUGFIX] Force button focus styles to be accessible
- a39fc13 [BUGFIX] Correct search result markup
Contributors
- Benjamin Kott
- Christian Kuhn
- Garvin Hicking
- Lina Wolf
- Peter Kraume
- Rafał Jania
- Stephan Kellermayr
- Uwe
- jokumer
v14.0.7
TASK
- f066dff [TASK] Update ddev config
BUGFIX
- bc90ce2 [BUGFIX] Correct title attribute in external media preview
- 6f11bdf [BUGFIX] Prevent array offset access on non existing keys
- d73c677 [BUGFIX] Use block styling for image links instead of inline-block
Contributors
- Benjamin Kott @benjaminkott
v14.0.6
v14.0.5
TASK
- 1a70131 [TASK] Cleanup color usages in cookie consent
BUGFIX
- 8ad4e7a [BUGFIX] Correct css variable usage
- 22f6c99 [BUGFIX] Use custom trim viewhelper since trim only added in v12
Contributors
- Benjamin Kott @benjaminkott
v14.0.4
TASK
- bd11190 [TASK] Force accessible focus styles
- bcb93af [TASK] Use legacy set attribute instead of internal attribute
BUGFIX
- 5747f86 [BUGFIX] Explicitly set title for image
Contributors
- Benjamin Kott @benjaminkott