@viget/tailwindcss-plugins
Version:
A collection of custom plugins for Tailwind CSS.
88 lines (66 loc) • 1.6 kB
Markdown
# 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]
### Added
- n/a
### Removed
- n/a
### Changed
- n/a
### Deprecated
- n/a
## [3.0.0] - 06-13-2022
### Added
- Added the text-underline-position plugin
### Removed
- Removed animation plugin
- Removed background plugin
- Removed blend plugin
- Removed filter plugin
- Removed flex-basis plugin
- Removed gradient plugin
### Changed
- Updated Tailwind to v3
- Updated tests for Tailwind v3
- Updated dependencies
### Deprecated
- n/a
## [0.0.11] - 09-15-2020
### Fixed
- Fixed missing export, missing README update
## [0.0.10] - 09-15-2020
### Added
- Added the animate plugin
## [0.0.9] - 08-25-2020
### Added
- Added .sr-undo-absolute utility
- Added testing via CircleCI
## [0.0.8] - 05-06-2020
### Fixed
- Fixed gradients plugin
## [0.0.7] - 05-05-2020
### Added
- Added utility functions
### Fixed
- Fixed missing top-level exports
## [0.0.6] - 05-04-2020
### Added
- Added gradients plugin
## [0.0.5] - 04-28-2020
### Fixed
- Fixed filters plugin
## [0.0.4] - 04-27-2020
### Added
- Added prettier and formatted project
- Added animation, background and filter plugins
- Added alpha.js as requireable utility
## [0.0.3] - 04-14-2020
### Fixed
- Fixed flex basis plugin
## [0.0.2] - 04-14-2020
### Changed
- Modified index.js exports to allow importing from top level
## [0.0.1] - 04-14-2020
Initial release