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

Changelog and dependency upgrades #1020

Merged
merged 6 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. The format

## [UNRELEASED]

This release introduces a significant update to the project, upgrading to Vue 3
and transitioning to Pinia for state management, along with updated versions of
Vue Router and VueFire. Several components have been rewritten or refactored,
deprecated packages have been replaced, and better integration of the Punkt
Design System has been implemented. Some bugs have been ironed out while new
issues may have been introduced due to the scope of changes.

### Changed

- Migration to Vue 3, leveraging the Composition API.
- Integration of Pinia as the new state management library.
- Updated versions of other core libraries: Vue Router and VueFire.
- Improved integration and utilization of the Punkt Design System.

### Security

- Deprecated and outdated packages have been replaced by newer alternatives.
- Updated dependencies to address potential security vulnerabilities and
ensure compliance with newer standards.

## [4.2.2] 2024-11-07

### Changed
Expand Down
Loading