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

## [4.1.0] - 2022-12-23

### Added

- Adding `name` in library export to use the package with CDN, Sprockets and `import-maps`.

### Chore

- Using `Stimulus` as external library.
- Bump dependencies.
- Upgrading to Vite `4.x`.
- Docs new UI.
- Upgrading Node to `18.x`.

## [4.0.0] - 2022-12-23

### Chore

- **Breaking** Using CSS variable and [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp).

## [3.0.0] - 2021-10-08

### Chore

- **Breaking** Upgrading Stimulus to `3.x` and change namespace from `stimulus` to `@hotwired/stimulus`.
- Upgrading dependencies
- Upgrading Node to 14.18.0

## [2.0.0] - 2021-05-25

### Chore

- Moving from Snowpack to Vite
- Using stimulus as external library reducing bundle size from `40.53kb` to `0.48kb`.
- Moving to TypeScript
- Upgrading Node to 14.17.0

## [1.0.1] - 2021-02-09

### Changed

- Renaming values

## [1.0.0] - 2020-12-14

### Added

- Adding controller
