Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 883 Bytes

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 883 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]

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