Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change log and lighthouse test #431

Merged
merged 2 commits into from
May 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

This file documents code based changes to the front end framework.

## 27.05.2022

1. Add lighthouse test via action

## 23.05.2022

1. Added cookie library to smaller library
2. Refactored javascript and removed jquery, fontawesome
3. I feel the need for speed update

## 22.05.2022

1. Refactor of code for better speed and loading

## 17.05.2022

1. Added license links to footer
2. Updated composer and package json files

## 14.05.2022

1. Fixed education/learning import to do more with metadata
2. Added publication date to news cards

## 13.05.2022

1. Added dynamic config for event types from tessitura
2. Fixed formatting for prices on event pages
3. Fixed failed SOLR imports
## 11.05.2022

1. Migrated from laravel 8 to laravel 9
Expand Down