Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: edubadges/edubadges-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.0
Choose a base ref
...
head repository: edubadges/edubadges-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 1, 2025

  1. Copy the full SHA
    c83e9a7 View commit details
Showing with 16 additions and 0 deletions.
  1. +16 −0 CHANGELOG.md
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [8.1.0] - 2025-04-01

Backend: https://github.com/edubadges/edubadges-server/compare/v8.0.1...v8.1.0</br>
Frontend: https://github.com/edubadges/edubadges-ui/compare/v.8.0.0...v8.1.0

- Updating dockerfile to run ui with static-web-server
- Use of existing correct regex for checking email address
- Set page count to 12 for pagination
- Refactored search for users attributes https://trello.com/c/zUeAmX3l/1058-zoeken-met-spatie-resulteert-in-geen-resultaten
- Added pagination for public issuer page
- Validate EPPN inbulk upload https://trello.com/c/ztNm4cRi/1037-if-wrong-eppn-format-is-used-with-bulk-upload-generic-error-is-shown
- 86e30WkS Fix for title export insights https://trello.com/c/86e30WkS/1039-export-graph-from-insights-as-pdf-or-png-has-no-title-but-just-states-chart-title
- Added Dockerfile for prod-like build, moved dev to dev.Dockerfile
- Create docker-image.yml
- Enable codeql-analysis.yml

## [8.0.0] - 2025-03-10

Backend: https://github.com/edubadges/edubadges-server/compare/v7.4.2...v8.0.0</br>