Skip to content

3.3.0-alpha1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Mar 21:11
· 23 commits to main since this release

This is a pre-release for the next minor version of Arizona Quickstart 3. Pre-releases are not supported for production sites but are intended for widespread testing in preparation for the upcoming stable release.

For more information about the changes in this release, please see the project page.

Important Notes

Quickstart has been upgraded to Drupal 11.3

Quickstart 3 has been upgraded to Drupal 11.3.3. Owners of sites using additional contrib or custom modules not included in Quickstart should ensure that those modules are compatible with the new Drupal version.

AZ Navbar enabled for new sites

AZ Navbar is now enabled by default on new site installs. It can still be disabled in the Arizona Barrio theme settings. AZ Navbar will be enabled on all existing sites in Quickstart 3.4.0. The option to disable AZ Navbar will be removed in Quickstart 3.5.0.

Breadcrumbs now show the menu link title for a page as intended

A regression was causing breadcrumbs to display the actual title for a page rather than the menu link title for the page. This release fixes this issue, so some breadcrumb text may change with this update. Site administrators can restore the previous title text by going to the Easy Breadcrumb settings and selecting "Use the real page title when available" instead of "Use menu title when available".

Removed bottom margin for entity reference fields

This release removes the bottom margin added to entity reference fields by Bootstrap Barrio. This change primarily affects images used as part of content type displays. Custom content type displays may need to be updated to account for this styling change.

Development and CI configuration files now excluded from package archives

The az-digital/az_quickstart repo has been updated so that package archives generated by git and composer no longer include configuration files for various local development and continuous integration tools. This should reduce package download times and file sizes and prevent unnecessary files from being included in --prefer-install=dist composer installations of the package (e.g. on production web servers).

New changes (not included in 3.2.x)

  • Update drupal/date_ap_style requirement from 2.1.2 to 3.0.0 (#5170)
  • Issue #5284 Replace btn-secondary with btn-blue (#5285)
  • Closes #5274: Adds margin 0 override to entity reference fields (#5294)
  • Closes #5305: Breadcrumbs display the page title instead of the menu link title (#5306)
  • Feature #5242 Make reset button styling configurable in AZ Finder exposed forms (#5244)
  • Closes #5310: Enable AZ Navbar by default on new site installs (#5312)
  • Closes #5330: Removal of bottom margin from entity reference fields changed some content type displays (#5343)
  • Closes #4562: Upgrade Drupal core to 11.3.x (#5043)
  • Update drupal/views_bulk_operations requirement from 4.3.4 to 4.4.4 (#4979)
  • Update Arizona Bootstrap to 5.1.0 (#5359)
  • Fixes #5342: Update the template file for AZ Navbar to use new vertical rule HTML (#5348)
  • Closes #5362: Configure dependabot to ignore Arizona Bootstrap updates for the main branch (#5363)
  • Update drupal/migrate_plus requirement from 6.0.8 to 6.0.10 (#5269)
  • Closes #5210 Exclude dev/CI tool configs from git and composer archives. (#5213)
  • Update drupal/migrate_tools requirement from 6.1.2 to 6.1.3 (#5160)