|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [8.2.0](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.2.0) 2017-06-01 |
| 4 | +[Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.1.5...8.2.0) |
| 5 | + |
| 6 | +Version 2.0 adds new functionality and improved updating to Thunder. We bumped the major version to 2 because there are |
| 7 | +incompatibilities in the deployment. We removed the dependency on npm and bower for downloading javascript libraries. |
| 8 | +To be able to install Thunder with composer you will have to add |
| 9 | + |
| 10 | + { |
| 11 | + "type": "composer", |
| 12 | + "url": "https://asset-packagist.org" |
| 13 | + } |
| 14 | + |
| 15 | +to your repositories section in your composer.json and the extra section of the same file should look like this: |
| 16 | + |
| 17 | + "extra": { |
| 18 | + "installer-types": ["bower-asset"], |
| 19 | + "installer-paths": { |
| 20 | + "docroot/core": ["type:drupal-core"], |
| 21 | + "docroot/libraries/{$name}": [ |
| 22 | + "type:drupal-library", |
| 23 | + "type:bower-asset" |
| 24 | + ], |
| 25 | + "docroot/modules/contrib/{$name}": ["type:drupal-module"], |
| 26 | + "docroot/profiles/contrib/{$name}": ["type:drupal-profile"], |
| 27 | + "docroot/themes/contrib/{$name}": ["type:drupal-theme"], |
| 28 | + "drush/contrib/{$name}": ["type:drupal-drush"] |
| 29 | + }, |
| 30 | + "enable-patching": true |
| 31 | + }, |
| 32 | + |
| 33 | +Also remove this line from the post-install-cmd and post-update-cmd sections: |
| 34 | + |
| 35 | + "Thunder\\composer\\ScriptHandler::deployLibraries" |
| 36 | + |
| 37 | +You can see those changes in the 2.x branch of [thunder project](https://github.com/BurdaMagazinOrg/thunder-project). |
| 38 | + |
| 39 | +The following features have been added: |
| 40 | + |
| 41 | +- Liveblog |
| 42 | +- Responsive Preview |
| 43 | +- Access unpublished |
| 44 | +- Improved Riddle integration |
| 45 | +- Social Buttons |
| 46 | +- Diff integration |
| 47 | +- Google AMP integration |
| 48 | +- Use composer asset-packagist repository instead of npm to download frontend libraries |
| 49 | +- Improved Tests |
| 50 | +- Improved Instagram preview |
| 51 | +- Thunder Updater, provides information on what got updated and what needs manual intervention |
| 52 | + |
| 53 | + |
| 54 | +## [8.1.5](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.1.5) 2017-06-01 |
| 55 | +[Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.x-1.4...8.x-1.5) |
| 56 | + |
| 57 | +- Updates to current module versions |
| 58 | +- Remove patches for media_entity_instagram, entity_reference_revisions, better_normalizers and blazy, these are now merged into the corresponding modules |
| 59 | +- This also means, that those modules are not anymore version locked in the composer file. |
| 60 | + |
3 | 61 | ## [8.1.4](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.1.4) 2017-04-20
|
4 | 62 | [Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.x-1.3...8.x-1.4)
|
5 | 63 |
|
|
18 | 76 | [Full Changelog](https://github.com/BurdaMagazinOrg/thunder-distribution/compare/8.x-1.1...8.x-1.2)
|
19 | 77 |
|
20 | 78 | - Update Linkit to 4.3 because of a security release on [2017-03-21](https://www.drupal.org/project/linkit/releases/8.x-4.3)
|
21 |
| -- Update of contrib modules. |
| 79 | +- Update of contrib modules |
22 | 80 | - Set a fixed version in build-thunder.make to get Thunder up and running on simplytest.me
|
23 | 81 |
|
24 | 82 | ## [8.1.1](https://github.com/BurdaMagazinOrg/thunder-distribution/tree/8.1.1) 2017-03-20
|
|
0 commit comments