Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.36 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.

Nothing yet.

2.0.0 - 2024-04-23

Changed

  • Recreated a new Vue3 project.
  • Refactored views and components to use logitar-vue3-ui.
  • Replaced the need for a Backend by Frontend implementations of fake APIs.

1.0.0 - 2023-06-21

Added

  • Created a Vue3 project using TypeScript, Pinia state management and VueRouter.
  • Configured Vue-I18n.
  • Installed Bootstrap 5.3.
  • Installed Font Awesome 6.4.
  • Installed Vee-Validate 4.
  • Implemented user management (register, confirm, sign-in, sign-out, session refresh, profile & password management, and password recovery).
  • Implemented toasts.
  • Provided French translations.
  • Implemented layout components.
  • Configured CORS.
  • Implemented Tabs components.
  • Implemented navigation guards and frontend security.
  • Implemented Realm management (CRUD).
  • Implemented 404 NotFound page.
  • Configured Swagger documentation.
  • ConfiguredGraphQL.