# CHANGELOG

<a name="2.1.0"></a>

### 2.1.0 (2024-12-10)

- Update core and example dependencies ([#51](https://github.com/emmanuelsw/notiwind/pull/51))
- New linter/formatting configuration with ESlint v9 ([#51](https://github.com/emmanuelsw/notiwind/pull/51))
- Use pnpm instead of yarn ([#51](https://github.com/emmanuelsw/notiwind/pull/51))
- NotificationGroup: fix extraneous non-props warning in Vue 3.5+ ([#49](https://github.com/emmanuelsw/notiwind/pull/49)). Thanks [Nebual](https://github.com/Nebual)!

<a name="2.0.2"></a>

### 2.0.2 (2023-07-04)

- Prevent notification to be closed if hovered ([#38](https://github.com/emmanuelsw/notiwind/pull/38)). Thanks [Joao-VictorF](https://github.com/Joao-VictorF)!
- Immediate effect max notifications ([#41](https://github.com/emmanuelsw/notiwind/pull/41)). Thanks [Tamas-hi](https://github.com/Tamas-hi)!
- Update core and example dependencies

<a name="2.0.1"></a>

### 2.0.1 (2023-04-10)

- Add ability to specify INFINITE_TIMEOUT ([#39](https://github.com/emmanuelsw/notiwind/pull/39)). Thanks [krydos](https://github.com/krydos)!
- Update core and example dependencies

<a name="2.0.0"></a>

### 2.0.0 (2023-01-24)

- Rewrite codebase with TypeScript ([#29](https://github.com/emmanuelsw/notiwind/pull/29)). Thanks [nd0ut](https://github.com/nd0ut)!
- Migrate from Rollup to Vite ([#29](https://github.com/emmanuelsw/notiwind/pull/29)). Thanks [nd0ut](https://github.com/nd0ut)!
- Update core and example dependencies

<a name="1.2.6"></a>

### 1.2.6 (2022-06-08)

- Export `NotificationGroup` and `Notification` components ([#26](https://github.com/emmanuelsw/notiwind/pull/26)). Thanks [@Jimjam89](https://github.com/Jimjam89)!
- Update notify() to return a function allowing the notification to be closed programmatically ([#25](https://github.com/emmanuelsw/notiwind/pull/25)). Thanks [@Jimjam89](https://github.com/Jimjam89)!
- Fix bug where a timeout of a dismissed notification can close a new notification prematurely ([#25](https://github.com/emmanuelsw/notiwind/pull/25)). Thanks [@Jimjam89](https://github.com/Jimjam89)!
- Update core and example dependencies

<a name="1.2.5"></a>

### 1.2.5 (2022-01-24)

- Update core and example dependencies
- Update example to use Tailwind 3.0
- Remove @vue/compiler-sfc (as of vue 3.2.13+ and @vitejs/plugin-vue 1.9.0+ is no longer required as a peer dependency)

<a name="1.2.4"></a>

### 1.2.4 (2021-11-16)

- Update dependencies

<a name="1.2.3"></a>

### 1.2.3 (2021-09-09)

- Update dependencies

<a name="1.2.2"></a>

### 1.2.2 (2021-06-11)

- Update rollup modules

<a name="1.2.1"></a>

### 1.2.1 (2021-06-11)

- Add compatibility with the old component names
- Update dependencies

<a name="1.2.0"></a>

### 1.2.0 (2021-05-23)

- Include ESM and CommonJS builds
- Improve notification event system
- Expose the transition classes as props to support Tailwind's JIT
- Fix package import issues

<a name="1.0.1"></a>

### 1.0.1 (2021-05-20)

- Remove mitt dependency
- Update example to use the Composition API

<a name="1.0.0"></a>

### 1.0.0 (2021-05-20)

- Remove unused dependencies
- Rewrite a small part of the API
- Add support for the Composition API
- Fix incompatibility issues with Vite
