Created Tag component test

This commit is contained in:
Alejandro Celaya
2022-01-08 12:41:32 +01:00
parent aca9218f9d
commit 12f61d03be
3 changed files with 104 additions and 1 deletions

View File

@@ -4,6 +4,23 @@ 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).
## [Unreleased]
### Added
* [#558](https://github.com/shlinkio/shlink-web-client/pull/558) Added dark text for tags where the generated background is too light, improving its legibility.
### Changed
* *Nothing*
### Deprecated
* *Nothing*
### Removed
* *Nothing*
### Fixed
* *Nothing*
## [3.5.1] - 2022-01-08
### Added
* *Nothing*