# 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]

## [1.4.0] - 02-01-2025
### Added
  - New method `show(msg, time=2700, bkColor='#333', txtColor='#f5f5f5')` to show the snackbar with custom message, time, background-color and text-color 

## [1.3.0] - 06-06-2023

### Changed
  - Minor fix
  - Click to close the component

## [1.1.0] - 29-07-2021

### Changed
  - Change module part in package.json, link to source snack-bar.js

## [1.0.0] - 07-07-2021

### Added
  - Init the Element  [@cicciosgamino](https://github.com/CICCIOSGAMINO).