# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@2.0.0...@nexim/snackbar@2.1.0) (2025-07-22)

### Features

* **snackbar:** add debounce to snackbarSignal ([#44](https://github.com/the-nexim/design-system/issues/44)) ([e23ca66](https://github.com/the-nexim/design-system/commit/e23ca66cb2a59a363ea1655f5c2378e1d1a84788)) by @njfamirm

## [2.0.0](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.5...@nexim/snackbar@2.0.0) (2025-04-21)

### ⚠ BREAKING CHANGES

* **snackbar:** update to tailwind v4

### Code Refactoring

* **snackbar:** update to tailwind v4 ([9249761](https://github.com/the-nexim/design-system/commit/9249761cb4c89abaca5eb30cce4336c2da33fb77)) by @
* **snackbar:** use new nexim/element ([f346f50](https://github.com/the-nexim/design-system/commit/f346f501589a15c8e090ba36b4a0a098376b5c4a)) by @

## [1.0.5](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.4...@nexim/snackbar@1.0.5) (2025-03-08)

**Note:** Version bump only for package @nexim/snackbar

## [1.0.4](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.3...@nexim/snackbar@1.0.4) (2025-01-22)

**Note:** Version bump only for package @nexim/snackbar

## [1.0.3](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.2...@nexim/snackbar@1.0.3) (2025-01-08)

### Bug Fixes

* **snackbar:** add styles for SnackbarElement component ([#10](https://github.com/the-nexim/design-system/issues/10)) ([b4b077f](https://github.com/the-nexim/design-system/commit/b4b077fe4b8d3236003c45610b87071e17d1c471)) by @arashagp

### Code Refactoring

* **typescripts:** update typescript configurations ([#8](https://github.com/the-nexim/design-system/issues/8)) ([650349a](https://github.com/the-nexim/design-system/commit/650349a01cc30293f7b1814efae51ed491da29da)) by @arashagp
* update output paths in package.json ([#9](https://github.com/the-nexim/design-system/issues/9)) ([688a631](https://github.com/the-nexim/design-system/commit/688a631c82a78f1e066e6a92a33c1d472aa031ea)) by @arashagp

## [1.0.2](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.1...@nexim/snackbar@1.0.2) (2025-01-05)

### Bug Fixes

* **snackbar/handler:** close last snackbar before add new subscriber ([c8a041d](https://github.com/the-nexim/design-system/commit/c8a041d373dfad3b672e977cbc1f31f6c233f553)) by @njfamirm
* **snackbar:** catch action button handler error ([6953907](https://github.com/the-nexim/design-system/commit/6953907bfb8231d787d3e44f26e4b262364ec946)) by @njfamirm

### Code Refactoring

* **snackbar:** set correct action button handler ([acd3ac2](https://github.com/the-nexim/design-system/commit/acd3ac28a0055b46ea7262f74bd7863ba290ae2e)) by @njfamirm
* **snackbar:** use @alwatr/delay instead of @alwatr/wait ([7cc27d5](https://github.com/the-nexim/design-system/commit/7cc27d5f1a028b217b284a8bea185b09cb00f07e)) by @njfamirm

## [1.0.1](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.0...@nexim/snackbar@1.0.1) (2025-01-05)

### Bug Fixes

* **snackbar:** set correct icon class ([81648f8](https://github.com/the-nexim/design-system/commit/81648f88efcc55c83dbbcc54350c6758262045c0)) by @njfamirm

## [1.0.0](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.0-alpha.2...@nexim/snackbar@1.0.0) (2025-01-04)

### Bug Fixes

* **snackbar:** handler for close button ([5084f9c](https://github.com/the-nexim/design-system/commit/5084f9cf5aeacbbf49ebc19e9e74dde60388dc2b)) by @njfamirm
* **snackbar:** import handler in package ([993e741](https://github.com/the-nexim/design-system/commit/993e7411008c774101aceb341403ed86af5a1572)) by @njfamirm

### Code Refactoring

* **snackbar:** pass function for action handler ([fbb04f2](https://github.com/the-nexim/design-system/commit/fbb04f2ad38af49868157bab887406f5a5694f0e)) by @njfamirm

## [1.0.0-alpha.2](https://github.com/the-nexim/design-system/compare/@nexim/snackbar@1.0.0-alpha.1...@nexim/snackbar@1.0.0-alpha.2) (2025-01-02)

### Code Refactoring

* migrate scripts to use wireit for improved build process ([#2](https://github.com/the-nexim/design-system/issues/2)) ([22387b5](https://github.com/the-nexim/design-system/commit/22387b5c154c7475eb8ec44c53e13030d518fb3b)) by @arashagp

## 1.0.0-alpha.1 (2024-12-17)

### Features

* **snackbar:** add new package ([#19](https://github.com/the-nexim/design-system/issues/19)) ([34ef497](https://github.com/the-nexim/design-system/commit/34ef497168b6e4a62092794dfe8f60b124328e87)) by @arashagp

### Bug Fixes

* install correct deps ([beecd4c](https://github.com/the-nexim/design-system/commit/beecd4ca5b4a888ab624149fc9f70ca0f8bb3eec)) by @njfamirm
* **snackbar:** handle issues ([57da39d](https://github.com/the-nexim/design-system/commit/57da39dba3085ef21c6ad7e35c5c63ed2c06e88f)) by @njfamirm

### Code Refactoring

* **snackbar:** remove click signal handler ([b4625f1](https://github.com/the-nexim/design-system/commit/b4625f17f2e897b3143f2e0e4e3c83176aa036ae)) by @njfamirm
* **snackbar:** review and enhance ([395bd9c](https://github.com/the-nexim/design-system/commit/395bd9cc386d592058d2f21f8515fb104756919a)) by @njfamirm
* **snackbar:** separation files and remove function action button handler params ([1fcbf96](https://github.com/the-nexim/design-system/commit/1fcbf96494ef61db2d993030038bc74201090597)) by @njfamirm
* **snackbar:** separation of concern ([99057ca](https://github.com/the-nexim/design-system/commit/99057ca7549ea8d722f459d11afe86a935aac6bc)) by @njfamirm

## 1.0.0-alpha.0 (2024-12-17)

### Features

* **snackbar:** add new package ([#19](https://github.com/the-nexim/design-system/issues/19)) ([34ef497](https://github.com/the-nexim/design-system/commit/34ef497168b6e4a62092794dfe8f60b124328e87)) by @arashagp

### Bug Fixes

* install correct deps ([beecd4c](https://github.com/the-nexim/design-system/commit/beecd4ca5b4a888ab624149fc9f70ca0f8bb3eec)) by @njfamirm
* **snackbar:** handle issues ([57da39d](https://github.com/the-nexim/design-system/commit/57da39dba3085ef21c6ad7e35c5c63ed2c06e88f)) by @njfamirm

### Code Refactoring

* **snackbar:** remove click signal handler ([b4625f1](https://github.com/the-nexim/design-system/commit/b4625f17f2e897b3143f2e0e4e3c83176aa036ae)) by @njfamirm
* **snackbar:** review and enhance ([395bd9c](https://github.com/the-nexim/design-system/commit/395bd9cc386d592058d2f21f8515fb104756919a)) by @njfamirm
* **snackbar:** separation files and remove function action button handler params ([1fcbf96](https://github.com/the-nexim/design-system/commit/1fcbf96494ef61db2d993030038bc74201090597)) by @njfamirm
* **snackbar:** separation of concern ([99057ca](https://github.com/the-nexim/design-system/commit/99057ca7549ea8d722f459d11afe86a935aac6bc)) by @njfamirm
