Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1014 Bytes

CHANGELOG.md

File metadata and controls

49 lines (27 loc) · 1014 Bytes

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.

[Unreleased]

[1.0.0] - 2023-12-29

Added

  • Core library capabilities.

[0.2.0] - 2023-12-21

Added

  • New SupportModal tool. See /docs for feature description.

[0.1.3] - 2023-12-16

Changed

  • Adjusted file structure, moved UserFeedback class to a service & moved previous services to /util/.

[0.1.2] - 2023-12-14

Fixed

  • Singleton handling of the UserFeedback service.

[0.1.1] - 2023-11-24

Fixed

  • iFrame handling & postMessage communication issues.

[0.1.0] - 2023-11-13

Added

  • UserFeedback tool base functionality, iframe handling, postMessageHandler. Plus linting & jest support.