Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

51 lines (37 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v3.1.0] - 2024-03-19

Changes

  • Adds Laravel 11 compatibility.
  • Support for Livewire v3 asset injection.

[v3.0.0] - 2024-02-27

Breaking Change

This release now requires the underlying Sentry PHP SDK v4.0. Please refer to the PHP SDK sentry-php/UPGRADE-4.0.md guide for a complete list of breaking changes.

  • @sentry/browser should be updated to a minimum version of 7.100.0. Please refer to the migration guide for a complete list of breaking changes.
  • @sentry/tracing is no longer required and can be removed from your project if it is not otherwise used.

v2.2.0 - 2023-08-31

Added

  • Support for additional flash keys with contextual styling.
  • A YouTube icon is now included in the footer.

Changed

  • The Bootstrap 5 pagination styles will be used for Laravel pagination links by default.

Fixed

  • Corrected a misspelling of Police to Policies in the footer.
  • Bootstrap 5 compatability issues with the demo-styles view.
  • Alignment issues with the northwestern::errors component.
  • Rendering for the address, phone, and email pins in the footer on smaller screens have been corrected.

Removed

  • The Twitter icon has been removed from the footer, and the corresponding CSS was removed.

v2.1.0 - 2023-06-13

Added

  • Global Alert component.

Changed

  • Defined the text color for the .nav-link:active state.

Fixed

  • Updated the namespace on a Bootstrap 5 data attribute in the northwestern::flash component.