Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

56 lines (30 loc) · 1.66 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.

[1.2.0] - 2024-12-05

Changed

Fixed

  • Empty Drawer when the Solution is not configurable (#19).

[1.1.1] - 2024-10-11

Release of the internally named version 1.0, integrating with the real API.

Added

  • Solutions modal images.

1.1.0 - 2024-10-10

Release of the internally named version 1.0, integrating with the real API.

Added

  • Sentry integration.
  • Unit tests for: utils/index.ts, TreatUnhandledRejection.ts and HomeView.vue

Fixed

  • Error when trying to integrate or edit a solution integration when the globals were empty.

1.0.0 - 2024-10-04

Release of the internally named version 1.0, integrating with the real API.

Added

  • Environment variables support for Sentry and API base URL.
  • Integration for list available solutions, integrate solutions, update integrated solution, list integrated solutions and delete integrated solution.
  • Global handling of unhandled rejections (for example: errors coming from the API should issue an error alert as feedback to the user).
  • Automation to automatically create the staging tag from the staging branch.
  • APIPhantom support.