# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.0] - 2024-12-17

### Added

- Added support for closing the side panel

## [0.9.0] - 2024-09-18

### Changed

- Add support for handling notification button clicks

## [0.8.0] - 2024-02-07

### Fixed

- Allow apps to run in Help Scout Cloud Stack environments

## [0.7.1] - 2024-01-09

### Changed

- Added uiState property to the Context type

## [0.7.0] - 2024-01-05

### Changed

- Updated dependencies

## [0.6.1] - 2023-11-08

### Fixed

- Updated the CommunicationHandler to send through the iframe ID ensuring that all messages from the interface can be communicated correctly to the side panel

## [0.6.0] - 2023-10-05

### Added

- Added getInstallationIds() method which returns an app's installation IDs

## [0.5.0] - 2023-08-21

### Changed

- Updated the ConfirmNotificationOptions to make the id optional, and accept onClose and onConfirm callbacks

### Removed

- Unnecessary getConfirmNotificationClosed and getConfirmNotificationConfirmed methods

## [0.4.3] - 2023-08-14

### Added

- Add CHANGELOG
