Downloads

Download lightning-8.x-3.002-core.tar.gztar.gz 18.39 MB
MD5: efd7655e711522bf20a64485710473e8
SHA-1: 67a2dfd2164bb32bdde9eef3d7c8ccbd09a979f9
SHA-256: 60585cb4ffff9f31948a8711d0240f54042dbf80cf14145f9b3dcff9d8002e0b
Download lightning-8.x-3.002-core.zipzip 27.88 MB
MD5: 386c9349de15a685da7e5dab858fd6e4
SHA-1: 9777cbd0c4930e496e09d5f30f224f208bde63c8
SHA-256: 5c804642066612d649ed5191a12553aa67ba4bd5bcc1fea001cd2ea95ac8ee26
Download lightning-8.x-3.002-no-core.tar.gztar.gz 7.24 MB
MD5: 9c1acbfe9332dd5fcd9c34deca7a6ebc
SHA-1: f823b7bf570cf1cf4d0f38a3af45b5d36405f641
SHA-256: 9d499b6e1806599977b9e53b59e07e129d0edbd9e8053a790fe0326865149c68
Download lightning-8.x-3.002-no-core.zipzip 9.21 MB
MD5: 9fd7408ddc033da3a76aa2dd330f732f
SHA-1: 58d8be51840effc07f11630e57a348694f1bb088
SHA-256: 8d44d02362e1499ca39e5787c4e3bbddd34d0cd8cbd31057ac798627e0c26200
Download lightning-8.x-3.002.tar.gztar.gz 2.02 MB
MD5: 6873218484e28a2e67e450e5a5177636
SHA-1: 26e6982c55ad01ec4f5f817917e9032f1a35aaa6
SHA-256: 80e573aa073a85168b909e5a5f3ce37fa0fb4564d091817bdf6745a52f8c6f7f
Download lightning-8.x-3.002.zipzip 2.17 MB
MD5: 4259d1db809a9e05f544708b1d7274e0
SHA-1: ab8a144714306114c185d221c36cc62ef7059991
SHA-256: d3a93b9d5958c8600a41600d234fa6915b4b3bce4958225cb498b6b9cbf48e7c

Release notes

Install

For the best developer experience and dependency management, DO NOT use the packaged links above. Install with composer using the following command: composer create-project acquia/lightning-project MYPROJECT Or click the "Install with Composer" button below:

Changelog

  • Drupal Core has been security updated to 8.4.5.

  • The update:lightning command:

    • Has been ported to Drush 9.
    • Reads the previous version from config and, as a result, no longer requires nor accepts the version argument.
    • Usage:
    drush update:lightning
    # To run all available configuration updates without any prompting, use:
    drush update:lightning --no-interaction 
    
    • Note: Configuration updates from versions of Lightning < 3.0.0 will not be run when using the updated command. You should update to the last available 2.2.x release before updating to 3.x.
  • All Lightning components have been updated to RC1 or greater and are no longer pinned to specific releases.

  • Component updates:

    • Lightning API has updated JSON API to 1.10.0. See Lightning API's CHANGELOG for more information. (Issue #2933279 and SA-CONTRIB-2018-15)
    • Lightning Layout has fixed a configuration problem that caused an unneeded dependency on the Lightning profile. This means that Lightning Profile is now fully compatible with the Config Installer. (Issue #2933445)
    • Lightning Media now allows media types to be configured without a Source field. (Issue #2928658)
    • Lightning Workflow can now be installed without the Views module. (Issue #2938769)
  • Note: This is the last release on the 8.4.x branch of Drupal Core. The next Lightning release will be 3.1.0 and will require core ~8.5.0.

Update Steps

Run drush updatedb && drush cache-rebuild, or visit update.php, to perform automatic database updates. You can also use Drupal Console's update:execute command.

Known issues

Media

  • If you upload an image into an image field using the new image browser, you can set the image's alt text at upload time, but that text will not be replicated to the image field. This is due to a limitation of Entity Browser's API.
  • Some of the Lightning contributed media module listed above might not yet be compatible with the Core Media entity.
  • Using the bulk upload feature in environments with a load balancer might result in some images not being saved.

API

  • Users might have trouble interacting with certain configuration entities via the API.
Created by: balsama
Created on: 21 Feb 2018 at 22:18 UTC
Last updated: 21 Feb 2018 at 22:23 UTC
Bug fixes
New features

Other releases