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.
- Adds Laravel 11 compatibility.
- Support for Livewire v3 asset injection.
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 of7.100.0
. Please refer to the migration guide for a complete list of breaking changes.- If you are using the
resources/js/sentry.js
file from this package, review the new version.
- If you are using the
@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
- Support for additional flash keys with contextual styling.
- A YouTube icon is now included in the footer.
- The Bootstrap 5 pagination styles will be used for Laravel pagination links by default.
- Corrected a misspelling of
Police
toPolicies
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.
- The Twitter icon has been removed from the footer, and the corresponding CSS was removed.
v2.1.0 - 2023-06-13
- Global Alert component.
- Defined the text color for the
.nav-link:active
state.
-
Updated the namespace on a Bootstrap 5 data attribute in the
northwestern::flash
component.