# 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).

## [Unreleased]

## 2024-02-03
    - change build system from webpack to esbuild
    - add eslint
    - add css to dist

## 2021-12-24
    - added the workflow for publishing to npmjs package registry
    - Merry Christmas to everyone!

## 2021-03-07
    - replaced `setTimeout` and `setInterval` with `window.requestAnimationFrame` in button animation for improved performance

## 2019-12-01
    - Happy Birthday Romania!
    - added animation to dismiss button

## 2019-11-26
### Added
    - Karma with Jasmine Testing
    - Travis CI
### Changed
    - Changed directory structure


## 2019-11-24
### Added
    - initial commit
