Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
39.87 KB
MD5: 04f34528e380c1a0f9343c2648df4c09
SHA-1: c874ca834db95269b7128593f17028b0ec66c9f2
SHA-256: 7476887efc965f1ee075454af57e661346edff42c8a3f99901b7cd319568bfb2
Download zip
84.13 KB
MD5: 45f1a42c6349e03a64c2e19dee2b277f
SHA-1: 66c67887df4836e4837eaac6dcf748b653ee635d
SHA-256: 03b7172c8dac9db05f2c117384d161cda4c6300d94b71444435f05d4d19fe268
Release notes
Changes since 8.x-1.0-alpha3:
- #2413407 by Berdir: Theme logos are now svg, breaks theme tests
- #2409321 by rlmumford, Berdir: Update Page Manager Tests for new Immutable Config.
- Sacrifice DX for no real gain, and adjust to new requirement that has no reasoning behind it: #2281645.
- #2391925 by tim.plunkett: Temporarily prevent test failures from invalid config schema.
- Begin to fix configuration schema issues.
- Restore @group to certain tests.
- Fix which namespaces are used.
- Remove obsolete copyFormValuesToEntity() implementation.
- Typehint with PageExecutableInterface.
- Remove old wrapper around drupal_html_class().
- Use $this->t() when possible.
- Switch to short array syntax everywhere.
- Update metadata on test classes.
- Install stark, thanks to #2350823
- Use the correct ContextAwarePluginInterface in BlockDisplayVariantTest.
- Stop using the deprecated _content in routing.
- Update for #2339151 in core.