Skip to content

Commit a6ae9f7

Browse files
committed
Release 2.8.0
1 parent a5f7e42 commit a6ae9f7

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11

2+
#### v2.8.0 `June 27, 2018`
3+
- **[BUGFIX]** fix js error when ariaLabels object is empty in LogoCarousel CE ([abf817f](https://github.com/t3kit/theme_t3kit/commit/abf817f))
4+
- **[BUGFIX]** add a possibility to choose an empty value for the column in Adv1ColumnGrid CE ([0b13c3e](https://github.com/t3kit/theme_t3kit/commit/0b13c3e))
5+
- **[FEATURE]** add options for each slide to have a transparent background (#425) ([c4a9317](https://github.com/t3kit/theme_t3kit/commit/c4a9317))
6+
- **[BUGFIX]** add possibility to have top/bottom margin of element inside parallax element (#434) ([245550b](https://github.com/t3kit/theme_t3kit/commit/245550b))
7+
- **[BUGFIX]** use CSS color variable for social icons in footer (#433) ([bcd686f](https://github.com/t3kit/theme_t3kit/commit/bcd686f))
8+
- **[BUGFIX]** add word wrap behavior for subnavigation items (#422) ([fdda947](https://github.com/t3kit/theme_t3kit/commit/fdda947))
9+
- **[BUGFIX]** Use class for logo carousel aria labels (#426) ([13c03d9](https://github.com/t3kit/theme_t3kit/commit/13c03d9))
10+
- **[BUGFIX]** jumping animation (clicking the header panel of collapsible) (#427) ([cb48742](https://github.com/t3kit/theme_t3kit/commit/cb48742))
11+
- **[BUGFIX]** show more-link in newsSimpleList elem. ([da0767a](https://github.com/t3kit/theme_t3kit/commit/da0767a))
12+
- **[TASK]** use object-fit-images as a component in felayout ([1b4d57a](https://github.com/t3kit/theme_t3kit/commit/1b4d57a))
13+
- **[FEATURE]** Use <img> + object-fit in News ext. instead of background-images. Accessibility ([4a7bed6](https://github.com/t3kit/theme_t3kit/commit/4a7bed6))
14+
- **[TASK]** make logo carousel linked logos same size as non linked logos. (#409) ([788496b](https://github.com/t3kit/theme_t3kit/commit/788496b))
15+
16+
:heavy_exclamation_mark:**Breaking Changes:**
17+
- **[!!!]** **[TASK]** update favicon settings, add msapplication-TileColor and site.webmanifest (favicongenerator) ([e954219](https://github.com/t3kit/theme_t3kit/commit/e954219))
18+
- **[!!!]** **[BUGFIX]** Fix incorrect class of link in IconTextButton CE, fixes #419 (#420) ([dcc9e66](https://github.com/t3kit/theme_t3kit/commit/dcc9e66))
19+
- **[!!!]** **[TASK]** Update Parallax (Jarallax), fix #423 (#424) ([f4bded1](https://github.com/t3kit/theme_t3kit/commit/f4bded1))
20+
- **[!!!]** **[BUGFIX]** fix header middle social media icons (#432) ([d61162e](https://github.com/t3kit/theme_t3kit/commit/d61162e))
21+
22+
***
23+
224
#### v2.7.0 `May 24, 2018`
325
- **[BUGFIX]** make conditions work within INCLUDE_TYPOSCRIPT by escape backslashes (#415) ([b3e7ee6](https://github.com/t3kit/theme_t3kit/commit/b3e7ee6))
426
- **[BUGFIX]** fix fluid parse error in News detail template ([52e08c1](https://github.com/t3kit/theme_t3kit/commit/52e08c1))

Configuration/TypoScript/Library/themes.basic.constantsts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ themes.configuration.spamProtectEmailAddresses.lastDotSubst = .<span style="disp
8989
# more configuration
9090
##########################################################################################
9191
themes.languages.default.isoCode = en_GB
92-
themes.configuration.headerComment = This website is based on t3kit v8.6.0 - www.t3kit.com
92+
themes.configuration.headerComment = This website is based on t3kit v8.7.0 - www.t3kit.com

Meta/theme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name and description of the theme (required)
22
title : Base Theme fot t3kit project
3-
version : 2.7.0
3+
version : 2.8.0
44
description : |
55
A t3kit theme template
66

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'description' => 'Base TYPO3 Theme fot t3kit project',
1616
'category' => 'templates',
1717
'shy' => 0,
18-
'version' => '2.7.0',
18+
'version' => '2.8.0',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',

0 commit comments

Comments
 (0)