v10.0.6
This release contains aside from bugfixes also some library updates. In addition, we decided to make some features available in this branch since they were more or less missing in the previous versions and are non-breaking.
Read more below.
Library Updates
The following libraries have been updated:
- Bootstrap 4.3.1
- PhotoSwipe 4.1.3
- Modernizr 3.7.0
Social Icons
The Social-Icons now also include RSS
and VK (Vkontake)
, you can now find them in the TypoScript constants and you can set the URLs to your profiles. Enjoy.
Enhanced column slide behavior
It is now possible to make content columns slide without touching the templates. The typoscript lib for content selection now accepts a slide parameter, that can be used to define the data collection behavior.
Allowed Values:
-1 = back up to the site root
0 = default, no slide
1 = only the current level
2 = up from one level back
TypoScript Constants Example:
page.theme.pagelayout.<pagelayout>.colPos.<colPos>.slide = -1
page.theme.pagelayout.default.colPos.9.slide = -1
Fluid Example:
<f:cObject typoscriptObjectPath="lib.dynamicContent" data="{colPos: '9', slide: '-1'}" />
Enhanced "Icon Group" content element settings
The Icon Group Content element was too static to be useful. We make some simple adjustments to make it a bit more flexible, it has now an Options
tab where you can also adjust the alignment
also the elements that should be displayed in a row.
Adding links to "Icon Group" items
You can now set a link to each item of an icon group, this was much requested, to avoid that everyone is implementing this on its own - it was decided to ship this feature.
Full Changelog
FEATURE
- [FEATURE] Add rss social media icon - fixes #629 2987c85
- [FEATURE] Add vk social media icon - fixes #651 77aa19b
- [FEATURE] Allow content slide configuration for all layouts and colPos dad5e38
- [FEATURE] Make icongroup more usable by allowing to change visual behaviour 465872d
- [FEATURE] Enable links in icon group db6fe66
TASK
- [TASK] Streamline development environment c8448d4
- [TASK] Update modernizr to 3.7.0 7c5df76
- [TASK] Update photoswipe to 4.1.3 fd4194b
- [TASK] Update to bootstrap 4.3.1 1ca4a7e
- [TASK] Update scssphp and use fork to apply patches. 41f98fc
- [TASK] Ensure scss and lf files are checked out with lf 26baaa6
- [TASK] Strip pagets_ from pagelayout variable and set default if empty da535b6
- [TASK] Update bootstrap to 4.2.1 - fixes #627 09aff39
BUGFIX
- [BUGFIX] Prevent collapsing of frames - fixes #618 8a02a62
- [BUGFIX] Add missing crop variants to carousel image - fixes #665 94df5f0
- [BUGFIX] Disable rendering of footer-section-meta if all containing elements are disabled - fixes #657 87ad5af
- [BUGFIX] Remove obsolete/invalid replacements in composer.json 7d64672
- [BUGFIX] Use lf instead of crlf in tab svg b380238
- [BUGFIX] htaccess does not allow pages that end with "rc" - fixes #652 08ae8aa
- [BUGFIX] Use error object in form field template (#641) 946ee80
- [BUGFIX] Render data-interval only on carousel if value exists f6b48af
- [BUGFIX] Do not process svg file if it does not contain content 448b5bc
- [BUGFIX] Add table context to typoscriptObjectPath for tt_content rendering 12f16b6
- [BUGFIX] ce uploads accepts sorting direction (#630) 7bc713e
- [BUGFIX] Correct spelling error in install service 39ff310
- [BUGFIX] Show caption in lightbox when title is empty - fixes #626 29e2b5e
- [BUGFIX] Minimize word breaks in figure captions (#621) 5877179
- [BUGFIX] Typo: 'boostrap' should be 'bootstrap' (#625) d816ab7
- [BUGFIX] Do not overwrite button stylings in footer sections d6ed356