Downloads

Download thunder-8.x-2.0-core.tar.gztar.gz 41.76 MB
MD5: b2ad57548f3d3f6c5a64336a67afa6ad
SHA-1: 6854527340413603257139555325e9b0311d4156
SHA-256: 2825ff1c35406a7960aaf2f740478771be77496d7cd048c0fdbd4c0b61fab34a
Download thunder-8.x-2.0-core.zipzip 52.21 MB
MD5: 715629f1f5fb7b37cabd334157d18fc0
SHA-1: ed4dc6c9abbfca8407f03896ad184392f15f0268
SHA-256: d962c9d928bf006e97655be4d93b91c3ec9b8c9613a758a363972905c3061941
Download thunder-8.x-2.0-no-core.tar.gztar.gz 29.62 MB
MD5: a914511be7fe0b1bc9970dda4b6b8ce0
SHA-1: 2ac1c71d9a05afbf476965dc1c4784a31bd393b4
SHA-256: f31d3e5a855fb4352ad7f7e549392e417e5c62ec32fc498f2c653813a7fa26e2
Download thunder-8.x-2.0-no-core.zipzip 31.81 MB
MD5: 17fffb63ed4827c615c668c39780dbe0
SHA-1: 296a89dd539ffd3bd03360f4323570087ef950b6
SHA-256: cf6d53185cb7b03c872c7cab6b31c52862c750fe55a1fda08752e300f0243cff
Download thunder-8.x-2.0.tar.gztar.gz 22.68 MB
MD5: 1f7826a38198c50d5cd1d64216f74f67
SHA-1: 174655fd76c42ba0938267895753a8479b79fe65
SHA-256: bfe998ca54ea9af736d6e2bc55e0e66a91b4bac28bc94ebdc3dcfd9d9c62903b
Download thunder-8.x-2.0.zipzip 22.9 MB
MD5: a218153fde8b5bb0c5ee73fe90bb3c1c
SHA-1: 3d1732800236fda34a9a98b8d563d8014394b8cd
SHA-256: f634233a6f330c8249452bdcd69e83f06d15b98b4d264b3a11b8388011c96bd5

Release notes

Version 2.0 adds new functionality and improved updating to Thunder. We bumped the major version to 2 because there are
incompatibilities in the deployment. We removed the dependency on npm and bower for downloading javascript libraries.
To be able to install Thunder with composer you will have to add

    {
         "type": "composer",
         "url": "https://asset-packagist.org"
    }

to your repositories section in your composer.json and the extra section of the same file should look like this:

    "extra": {
        "installer-types": ["bower-asset"],
        "installer-paths": {
            "docroot/core": ["type:drupal-core"],
            "docroot/libraries/{$name}": [
                "type:drupal-library",
                "type:bower-asset"
            ],
            "docroot/modules/contrib/{$name}": ["type:drupal-module"],
            "docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
            "docroot/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/contrib/{$name}": ["type:drupal-drush"]
        },
        "enable-patching": true
    },

Also remove this line from the post-install-cmd and post-update-cmd sections:

    "Thunder\\composer\\ScriptHandler::deployLibraries"

You can see those changes in the 2.x branch of thunder project.

The following features have been added:

  • Liveblog
  • Responsive Preview
  • Access unpublished
  • Improved Riddle integration
  • Social Buttons
  • Diff integration
  • Google AMP integration
  • Use composer asset-packagist repository instead of npm to download frontend libraries
  • Improved Tests
  • Improved Instagram preview
  • Thunder Updater, provides information on what got updated and what needs manual intervention
Created by: daniel.bosen
Created on: 1 Jun 2017 at 10:52 UTC
Last updated: 13 Jun 2017 at 11:59 UTC
Bug fixes
New features

Other releases