Skip to content

Latest commit

 

History

History
375 lines (274 loc) · 25.6 KB

CHANGELOG.md

File metadata and controls

375 lines (274 loc) · 25.6 KB

VHS Change log

upcoming

  • TYPO3 7 LTS supported

  • ❗ No more testing for PHP 5.4

  • ❗ Support of TYPO3 6.2 dropped

    • For TYPO3 6.2 based projects there will be a legacy branch
  • #829 'allowMoveToFooter' attribute became deprecated in asset ViewHelpers

    • use 'movable' instead
  • #856 'pageUid' attribute removed from v:render.request

    • In fact it was never used, so shouldn't break your code, unless you explicitly defined it
    • v:render.request
  • #906 #907 #908 #909 #910 #911 #912 #913 All the condition (v:condition.*) ViewHelpers are static compilable

    • Makes these ViewHelpers compatible with TYPO3 7.3+
    • Improves Fluid rendering speed
    • Discover Static compilable
  • #875 Responsive images support added

    • v:media.image got 'srcset' attribute, which contains CSV or Traversable with image widths
    • v:media.image got 'srcsetDefault' attribute, expected to contain default width, which should be used as fallback for non-srcset aware browsers
    • v:media.picture - fully-functional implementation of picturefill
  • #825 v:page.resources.fal got 'slide', 'slideCollect' and 'slideCollectReverse' attributes, which enables page media to slide

  • #884 v:media.gravatar and v:uri.gravatar ViewHelpers added

  • #945 v:variable.extensionConfiguration can fetch a subpart of extension configuration

    • 'path' attribute introduced, which is responsible for this; contains TS-dotted path, like 'bar.baz'
    • 'name' attribute became optional and deprecated
    • 'name' and 'path' are both optional, but at least one of them must be set
    • v:variable.extensionConfiguration
  • #883 v:resource.image returns an img-tag instead of an array, when no 'as' attribute provided

  • #861 All the menu ViewHelpers got 'forceAbsoluteUrl' attribute

    • Forces menu items to contain absolute URLs
    • Default: FALSE
  • v:page.resources.fal respects overrides in page localizations

  • #921 v:page.header.canonical respects RealURL configuration

    • ❗ Due to internal changes, attribute 'normalWhenNoLanguage' is not used anymore and deprecated
    • v:page.header.canonical
  • v:format.tidy got 'encoding' attribute

  • v:format.replace got 'caseSensitve' attribute

  • #847 All the menu ViewHelpers got rid of hardcoded backup values

    • This allows to use any variable names in 'as' and 'rootLineAs' attributes
  • #879 All the menu ViewHelpers respect empty values in page translations

  • #763 All the menu ViewHelpers respect moved pages in workspaces

  • #854 v:page.languageMenu correctly detects TYPO3 version and provides appropriate path to flag-images

  • #871 v:page.languageMenu applies both: 'inactive' and 'current' classes, when this is a case

  • #858 Force closing tag (instead of self-closing), when no file specified (or found) for asset

  • #922 v:page.resources.fal loads resources of current page by default

  • #865 v:resource.image respects fully qualified URIs

  • #905 v:page.menu correctly calculates number of translated sub-pages

  • #915 v:media.image correctly define paths to images, when config.absRefPrefix contains sub-folder in path

  • #939 v:resource.record.fal handles workspaces better

  • #898 All the menu ViewHelpers are aware of possible anonymous users, when checking access rights against pages, links to which they generate

    • anonymous users are those, who doesn't have a concrete user object, but have group only, like is done in EXT:sfpipauth
  • #925 v:media.audio correctly handles audio-files with non-lowercase file extension

  • #934 PageSelectService is instantiated via GeneralUtility::makeInstance() instead of new(), making it possible to Xclass

  • Bugfix to respect 'preload' argument of v:media.audio

2.3.3 - 2015-05-20

  • #826 v:format.wordWrap added - breaks a 'subject' into strings with maximum size of 'limit' (default = 80) characters, breaking with 'break' (default = PHP_EOL) and concatenating them with 'glue' (default = PHP_EOL)

  • #819 v:format.eliminate got 'whitespaceBetweenHtmlTags' attribute, which makes VH to remove all spaces between HTML tags

2.3.2 - 2015-04-16

  • #798 v:page.header.meta got 'property' attribute - used for open graph metadata

  • #799 v:iterator.filter got 'nullFilter' attribute - allows to filter NULL or empty values

  • v:or 'arguments' array also applies on 'alternative' text

2.3.1 - 2015-03-15

  • No important changes

2.3.0 - 2015-03-09

  • ❗ Legacy namespace support completely removed

    • It is no longer possible to use any of VHS classes by their legacy names. Switch to the proper vendor and namespace.
  • Reusable Traits implemented to extend ViewHelper capabilities, as a replacement for ViewHelperUtility:

  • ❗ Support of TYPO3 6.0 and 6.1 was dropped

  • ❗ Minimum PHP requirement is now 5.4.0 due to the use of Traits

  • #734v:format.url.sanitizeString changed

    • Became deprecated - use v:format.sanitizeString instead
    • Got 'customMap' attribute - allows to override built-in replacement mapping with custom one
    • v:format.sanitizeString
  • ❗ CompilableAsset concept removed

  • #735 Context ViewHelpers added: v:condition.context.isDevelopment, v:condition.context.isProduction, v:condition.context.isTesting and v:context.get

  • #771 v:variable.extensionConfiguration added - reads extensions settings located in ext_conf_template.txt

  • #746 v:resource.language added - reads a language file and returns all the translations from it

  • #770 #773 v:media.youtube got more control attributes:

    • 'hideControl' - hide player's control bar
    • 'hideInfo' - hide player's info bar
    • 'playlist' - comma separated list of video IDs to be played
    • 'loop' - play the video in a loop
    • 'start' - start playing after seconds
    • 'end' - stop playing after seconds
    • 'lightTheme' - use the player's light theme
    • 'videoQuality' - set the player's video quality (hd1080,hd720,highres,large,medium,small)
    • 'windowMode' - Set the Window-Mode of the player (transparent,opaque). This is necessary for z-index handling in IE10/11.
    • v:media.youtube
  • #751 v:iterator.filter also accepts an array as 'filter' attribute; in case of array provided as filter, each value of 'subject' is compared with each value of 'filter'

  • #757 v:iterator.merge can be used in a chain

  • Contents of Fluid assets (asset's attribute fluid="TRUE") can be stored (or overridden) with TS 'content' property

  • #740 v:page.languageMenu got 'excludeQueryVars' attribute - set to comma-separate list of GET variables to exclude from generated link

  • v:debug got more intelligence in debugging ObjectAccessors - shows properties only accessible in Fluid

2.2.0 - 2014-12-03

  • Added support of TYPO3 7.x

2.1.4 - 2014-11-16

2.1.3 - 2014-10-24

  • #688 v:condition.type.isBoolean added

  • #697 v:format.removeXss added - accepts 'string' as argument and cleans it out from possible XSS

    • Not included in VH reference, so please check commit

2.1.2 - 2014-10-04

  • #684 v:page.languageMenu got 'configuration' attribute - holds additional typoLink configuration

2.1.1 - 2014-10-03

  • No important changes

2.1.0 - 2014-10-03

  • #681 v:tag added - generate dynamic HTML tag names without breaking XHTML validation and with nice features, like disabling empty attributes

  • v:iterator.filter got 'invert' attribute - inverts the behavior of the ViewHelper, so the filtered element is removed from the array

2.0.2 - 2014-09-19

2.0.1 - 2014-09-05

  • No important changes

2.0.0 - 2014-09-05