Skip to content

v2.0.0

Compare
Choose a tag to compare
@wtfred wtfred released this 19 Oct 15:55
· 162 commits to master since this release

Changelog

Works with TYPO3 11.5 only! For TYPO3 10.4, use version 1.8.1
For non-composer installation, please download extension via TER or Extension manager

  • [BUGFIX] Dependencies management for non-composer projects
  • [BUGFIX] Remove extra space after footer on mobile when panel menu is longer than body
  • [BUGFIX] Use correct class for scrollable table
  • [BUGFIX] Fix spacing for when main has header
  • [FEATURE] Add UpgradeWizards to ease migration from bootstrap_package
  • [BUGFIX] Limit flash messages styling to .typo3-messages
  • [BUGFIX] Fix pagination display when there is a lot of pages
  • [FEATURE] Add block style "List of buttons" in RTE
  • [TASK] Rework Icon & Icons group
  • [BUGFIX] improve display for custom images in Icon Group
  • [TASK] Add a bunch of scss variables for thumbnails menu
  • [BUGFIX] Fix opacity management on thumbnail menu
  • [TASK] Upgrade yarn dependencies
  • [TASK] PHPStan issues
  • [BUGFIX] Fix active state for shortcut to homepage. (Similar behaviour as before 11.5)
  • [TASK] Remove shortcut tests as HMENU is fixed in TYPO3 11.5
  • [TASK] Update RTE css to bulma 0.9.4
  • [BUGFIX] Make dropdowns id unique in SocialsLinks element
  • [TASK] Change default content header layout to use h1 tag instead of h2 for better seo. (No visual change)
  • [FEATURE] Add options to limit content iframe width
  • [TASK] Update bulma to 0.9.4
  • [TASK] Use yarn & Webpack Encore for javascripts and frontend dependencies
  • [TASK] Use css scroll-behaviour and javascript scrollIntoView() instead of SmoothScroll plugin
  • [!!!][FEATURE] Make QuickLinks partial reusable
  • [FEATURE] Allow to set quicklinks entry point via env variable
  • [FEATURE] Add constant to manage css classes of the link wrapping the logo
  • [BUGFIX] Fix undefined array key when icon is set to custom but no svg is provided
  • [TASK] Raise version to 2.0.0
  • [BUGFIX] PHPStan issues
  • [TASK] Rector refactoring
  • [BUGFIX] Add hidden field search[group] in the navbar search form
  • [TASK] Compliance with TCA migrations
  • [BUGFIX] Fix title tag when title_seo is empty
  • [BUGFIX] PHPStan issues
  • [BUGFIX] Display again in lightbox the long gone button when the image has a link property
  • [TASK] Replace unnecessary hook by User TSconfig
  • [TASK] Remove custom typoscript condition "pageLayoutRecursive()" as core now provides tree.pagelayout
  • [!!!][TASK] Replace deprecated lastImageInfo access
  • [TASK] Remove signal slot for EXT:image_autoresize (Listener will be made if extension migrate to Event)
  • [TASK] Update overrides for EXT:news ^9
  • [TASK] Update doctrine usage
  • [TASK] Clean ups following changes from benjaminkott/bootstrap_package repository
  • [BUGFIX] Fix transparentize() parameters
  • [BUGFIX] Include autoloader for parser class check
  • [BUGFIX] Array access warnings in PHP 8
  • [TASK] Rector refactoring for TYPO3 11.5 and PHP 8