Skip to content

Releases: benjaminkott/bootstrap_package

v10.0.6

10 Mar 22:32
Compare
Choose a tag to compare

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.

image

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.

image

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.

image

image

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

v10.0.5

15 Dec 16:38
Compare
Choose a tag to compare

Important

Maintenance release to update the used Bootstrap 3 Framework the latest secure version 3.4.0.
This includes a fix of an XSS vulnerability inside the Bootstrap 3 Framework please see the following link for more information: https://snyk.io/vuln/npm:bootstrap:20160627

All released versions of the TYPO3 Bootstrap Package will receive this update.

TASK

  • [TASK] Add vscode to gitignore dddc1e6
  • [TASK] Update Bootstrap 3.x to 3.4.0 cdb0350

BUGFIX

  • [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) d3c104d

v9.1.2

15 Dec 16:36
Compare
Choose a tag to compare

Important

Maintenance release to update the used Bootstrap 3 Framework the latest secure version 3.4.0.
This includes a fix of an XSS vulnerability inside the Bootstrap 3 Framework please see the following link for more information: https://snyk.io/vuln/npm:bootstrap:20160627

All released versions of the TYPO3 Bootstrap Package will receive this update. Please keep in mind that versions 6.x, 7.x, 8.x, and 9.x have no active support anymore. Please plan your update to the latest versions.

TASK

  • [TASK] Streamline changelog 1fe8f4b
  • [TASK] Add vscode to gitignore 2ae7193
  • [TASK] Remove preferred install for typo3/cms 119d769
  • [TASK] Remove unit test runner on older branch where there are none 7e79384
  • [TASK] Update travis configuration 09baed9
  • [TASK] Update Bootstrap 3.x to 3.4.0 673cf3e

BUGFIX

  • [BUGFIX] Correct used less parser version e1ebd8b
  • [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) 29b2f0f
  • [BUGFIX] Process fieldName correctly in flexform data processor 7d72a5d
  • [BUGFIX] Correct docheader of CoreVersionCondition 72e277c
  • [BUGFIX] Load extension configuration only when extensions are installed ada7efc
  • [BUGFIX] Resolve deprecation for EXT:lang in TYPO3 v9.x b6709fd

v9.0.3

15 Dec 16:35
Compare
Choose a tag to compare

Important

Maintenance release to update the used Bootstrap 3 Framework the latest secure version 3.4.0.
This includes a fix of an XSS vulnerability inside the Bootstrap 3 Framework please see the following link for more information: https://snyk.io/vuln/npm:bootstrap:20160627

All released versions of the TYPO3 Bootstrap Package will receive this update. Please keep in mind that versions 6.x, 7.x, 8.x, and 9.x have no active support anymore. Please plan your update to the latest versions.

TASK

  • [TASK] Streamline changelog 6a38ec7
  • [TASK] Add vscode to gitignore 1fff542
  • [TASK] Remove preferred install for typo3/cms 177f867
  • [TASK] Update Bootstrap 3.x to 3.4.0 3f29789
  • [TASK] Update npm dependencies be7e3a8
  • [TASK] Update travis configuration 1aa31ce

BUGFIX

  • [BUGFIX] Correct used less parser version e3cdcbc
  • [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) 26f53b2
  • [BUGFIX] Process fieldName correctly in flexform data processor 4acdf9d
  • [BUGFIX] Correct docheader of CoreVersionCondition adf31f9
  • [BUGFIX] Load extension configuration only when extensions are installed 8931670
  • [BUGFIX] Resolve deprecation for EXT:lang in TYPO3 v9.x 47d6a50

v8.0.7

15 Dec 16:34
Compare
Choose a tag to compare

Important

Maintenance release to update the used Bootstrap 3 Framework the latest secure version 3.4.0.
This includes a fix of an XSS vulnerability inside the Bootstrap 3 Framework please see the following link for more information: https://snyk.io/vuln/npm:bootstrap:20160627

All released versions of the TYPO3 Bootstrap Package will receive this update. Please keep in mind that versions 6.x, 7.x, 8.x, and 9.x have no active support anymore. Please plan your update to the latest versions.

TASK

  • [TASK] Streamline changelog 2fa4d05
  • [TASK] Add vscode directory to gitignore ec221a3
  • [TASK] Remove preferred install for typo3/cms 25ec116
  • [TASK] Update Bootstrap 3.x to 3.4.0 4949fdb
  • [TASK] Update npm dependencies 9d739e7
  • [TASK] Update travis configuration 6e5a9ee
  • [TASK] Use youtube-nocookie url in external media utility e65aafe

BUGFIX

  • [BUGFIX] Correct used less parser version a9a1bee
  • [BUGFIX] Correct paths to fonts b800095
  • [BUGFIX] Make Less Parser PHP 7.3 compatible (#617) 641bdee
  • [BUGFIX] Process fieldName correctly in flexform data processor e32ae9b

v7.1.1

15 Dec 16:33
Compare
Choose a tag to compare

Important

Maintenance release to update the used Bootstrap 3 Framework the latest secure version 3.4.0.
This includes a fix of an XSS vulnerability inside the Bootstrap 3 Framework please see the following link for more information: https://snyk.io/vuln/npm:bootstrap:20160627

All released versions of the TYPO3 Bootstrap Package will receive this update. Please keep in mind that versions 6.x, 7.x, 8.x, and 9.x have no active support anymore. Please plan your update to the latest versions.

TASK

  • [TASK] Update Less Parser 5947c04
  • [TASK] Update bootstrap to 3.4.0 64ecbb6
  • [TASK] Streamline changelog 39031e1
  • [TASK] Update npm dependencies 95698d5
  • [TASK] Disable php5.6 build, seems to be buggy on travis in combination with composer install 5609b75
  • [TASK] Remove preferred install for typo3/cms a9a415a
  • [TASK] Downgrade php-cs-fixer version 880fff2
  • [TASK] Update php-cs-fixer config 938db0b
  • [TASK] Update travis configuration d0d7f50
  • [TASK] Use youtube-nocookie url in external media utility c3a1b05

BUGFIX

  • [BUGFIX] Replace codesniffer with php-cs-fixer 1dfc3c9
  • [BUGFIX] Correct texticon preview paths on windows 47743c6
  • [BUGFIX] Correct less variable: @icon-font-path (#450) 3072d15
  • [BUGFIX] Add type to linkVars language parameter 5597daa

v7.0.6

15 Dec 16:32
Compare
Choose a tag to compare

Important

Maintenance release to update the used Bootstrap 3 Framework the latest secure version 3.4.0.
This includes a fix of an XSS vulnerability inside the Bootstrap 3 Framework please see the following link for more information: https://snyk.io/vuln/npm:bootstrap:20160627

All released versions of the TYPO3 Bootstrap Package will receive this update. Please keep in mind that versions 6.x, 7.x, 8.x, and 9.x have no active support anymore. Please plan your update to the latest versions.

TASK

  • [TASK] Update Less Parser 2a911b2
  • [TASK] Update bootstrap to 3.4.0 5d340e0
  • [TASK] Update jquery and hammer js 08febc1
  • [TASK] Streamline changelog bfa13fd
  • [TASK] Update npm dependencies bc2f99f
  • [TASK] Update travis configuration b9010c2
  • [TASK] Use youtube-nocookie url in external media utility 953d1a5

BUGFIX

  • [BUGFIX] Add type to linkVars language parameter 1726a18

v6.2.17

15 Dec 16:30
Compare
Choose a tag to compare

Important

Maintenance release to update the used Bootstrap 3 Framework the latest secure version 3.4.0.
This includes a fix of an XSS vulnerability inside the Bootstrap 3 Framework please see the following link for more information: https://snyk.io/vuln/npm:bootstrap:20160627

All released versions of the TYPO3 Bootstrap Package will receive this update. Please keep in mind that versions 6.x, 7.x, 8.x, and 9.x have no active support anymore. Please plan your update to the latest versions.

TASK

  • [TASK] Update Less Parser 20ad93c
  • [TASK] Add changelog and streamline version numbers to current release 535114b
  • [TASK] Update bootstrap to 3.4.0 aabd135
  • [TASK] Update jquery to 2.0.8 101160b
  • [TASK] Update jquery to 3.3.1 b416ddf
  • [TASK] Update npm dependencies 2e4df49
  • [TASK] Remove php 5.3 from travis, not available anymore a9be7b2
  • [TASK] Update composer settings 38744bf
  • [TASK] Update travis configuration 0d7c3b6

BUGFIX

  • [BUGFIX] Apply htmlSpecialChars only on subheader user generated content (#555) bb5a173
  • [BUGFIX] Correct og:image setup height (#478) c4f71ee

v10.0.4

05 Dec 20:51
Compare
Choose a tag to compare

FEATURE

  • [FEATURE] Collapsible in accordion should scroll to the top of its contents (#589) d5c4e49

TASK

  • [TASK] Update leafo/scssphp to v0.7.7 - fixes #612 7664818
  • [TASK] Name hooks and always register them, regardless of context 0b3b81e
  • [TASK] Add option to disable the web font loader 4bbbaf7

BUGFIX

  • [BUGFIX] Ensure parallax effect works across all desktop browsers - fixes #610 47e945c
  • [BUGFIX] Keep page accessible on early javascript errors c5c476a
  • [BUGFIX] Catch exception in TYPO3 8.7 backend on database configuration missmatch 1ce4f9e
  • [BUGFIX] Minor fixes to wording - fixes #606 7f50159
  • [BUGFIX] Avoid update problems and always include sql adjustments for sys_language c6ba9af
  • [BUGFIX] Move parsefunc and dynamic content to content rendering definition 2ec0f6f
  • [BUGFIX] Use typolink instead of page viewhelper for wizard fields e8ca20f
  • [BUGFIX] Do not use rem in bootstrap 3 context - part 2 ff0ae0e
  • [BUGFIX] Do not use rem in bootstrap 3 context 1f28897
  • [BUGFIX] Make standalone element configuration availabe as rendering template fb31bd7
  • [BUGFIX] Remove obsolete unsetting of the list content element for plugins e6358ab
  • [BUGFIX] Correct path in comment to bootstrap resource files - fixes #590 d4149cb
  • [BUGFIX] Respect title configuration in menu card and menu thumbnail elements - fixes #591 d75f81f

v10.0.3

28 Oct 18:19
Compare
Choose a tag to compare

TASK

  • [TASK] Remove install notification for unsupported webservers - fixes #562 917f14a

BUGFIX

  • [BUGFIX] Streamline file property access to also lead sys_file data - #578 e314629
  • [BUGFIX] Add fallback handling for unsupported pointer events in safari - #571 14817a5
  • [BUGFIX] Correct styling of accordion - fixes #579 eb0f0a7
  • [BUGFIX] Ensure element browser links working in carousel - fixes #575 024e7f3
  • [BUGFIX] Adjust comment in ext_tables.php 75b9079
  • [BUGFIX] Fix typo in comment (#580) 5c6924c
  • [BUGFIX] Ensure photoswipe scss vars can be adjusted f6a47a7
  • [BUGFIX] Correct placement of main navigation dropdowns on small viewports - fixes #561, #565 bc79470