themekit 7.x-2.x-dev

Main difference to 7.x-1.x branch:

See #3002086: Remove THEMEKIT_PREPROCESS and THEMEKIT_PROCESS functionality for performance.

The 7.x-1.x branch contained a feature that allowed to register theme preprocess functions in render arrays.
This feature was (probably) not used by most websites, and it was not performance-neutral.

themekit 7.x-1.0-alpha2

New features

Changes to '#theme' => 'themekit_item_containers':
Originally, if $element['#item_tag_name'] was not set, there would be no wrapper element. Instead, the items would be simply concatenated with implode('', $slices).
Now, the item tag name defaults to 'div' if not explicitly set.
To disable the wrapping, one needs to set $element['#item_tag_name'] = false.

themekit 7.x-1.0-unstable2

Bug fix: theme_themekit_item_list() needs to call drupal_attributes() instead of drupal_render()

Subscribe with RSS Subscribe to Releases for Themekit