7.4.0 2024-12-18
- Drupal 10.4 compatibility.
- Updated Gin theme.
- Load entity types and add cache tags and contexts in search api producer.
7.3.9 2024-11-25
- Remove Drupal core patch #3487031, because it was merged upstream.
7.3.8 2024-11-20
- Pin autosave_form to 1.7 and apply patch from issue #3487459
- Add a node Graphql query to fetch a single node by its UUID
- Make private methods in SearchApiResponse protected.
- Add Drupal core patch from issue #3487031 because of a performance regression.
7.3.7 2024-10-14
Re-add list tags to graphql queries
7.3.6 2024-10-04
Update diff module to 1.8
7.3.5 2024-09-24
Allow scheduler version ^3.0 in composer.json
7.3.3 2024-08-22
Add search api GraphQl schema and data producer.
7.3.2 2024-08-14
7.3.1 2024-06-024
Add patches for upstream issues.
- Issue #3465364: Fatal error when changing password when password_policy_history is enabled
- Issue #3455558: There is no visible change to a toggle when pressed (but it does trigger conditional fields, value is saved, etc)
7.3.0 2024-06-024
- Drupal 10.3 compatibility.
- Updated Gin theme.
- PHP8.3 compatibility.
7.2.2 2024-04-30
- Fix menu links active trail data producer
- Update simple_sitemap and diff modules
- Bring back paragraphs split!
- Possible break of Thunder GraphQL schema with drupal/graphql:4.6.0
7.2.1 2024-04-10
- Fix thunder redirect data producer with query strings.
- Move xymatic GraphQL schema to base.
- Update to gin rc9.
- Update graphql module to 4.7.0 and remove patch.
7.2.0 2024-03-07
Support Drupal 10.2
7.1.7 2024-02-14
- Add patch to fix Checkbox for Media library modal missing after search
7.1.6 2024-01-09
- Allow update_helper version "^4.0" in composer.json
7.1.5 2023-12-21
- Improved update path from Thunder 6 to 7
7.1.4 2023-12-04
- Fix possible break of Thunder GraphQL schema with drupal/graphql:4.6.0
- Fix warning on missing entityLinks keys in GraphQL
7.1.3 2023-11-07
- Update to gin rc7
- Fix issue with form fields for media
- Bump Drupal version number in thunder.profile
- Update focal point patch
7.1.2 2023-09-01
- Fix yaml error in xymatic config.
7.1.1 2023-08-28
- Update Gin to RC5.
- Change paragraphs_feature requirement to ^2.0.0-beta3.
- Remove all entity browser permissions in all roles during the Thunder 6 to 7 migration.
7.1.0 2023-07-03
- Drupal 10.1 compatibility.
7.0.0 2023-06-15
- Add decoratable type resolver for GraphQL.
- Add integration for the Xymatic module.
- A new content type "News Article", that is similar to the "Article" content type, but has different metadata.
7.0.0-beta2 2023-03-13
Remove merged Gin patches and update to latest Gin release candidate.
7.0.0-beta1 2023-03-09
First beta of Thunder 7.0.0 with Drupal 10 support.
Besides being Drupal 10 compatible the most notable changes are the retirement of the Thunder admin theme in favor of the community driven Gin theme and the switch from Entity Browser to Drupal core Media Library.
Manual update steps from Thunder 6 are required and can be found here: