Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.7 - 2024-05-11

Full Changelog: https://github.com/donovanglover/base16-tailwind/compare/0.1.6...0.1.7

0.1.6 - 2024-04-24

  • Fixed color schemes like Rose Pine not having contrast for typography by using base06 instead of base07

Full Changelog: https://github.com/donovanglover/base16-tailwind/compare/0.1.5...0.1.6

0.1.5 - 2024-04-24

  • Fixed rgba/hlsa support (#3)
  • Added a new exported function to get color scheme data

Full Changelog: https://github.com/donovanglover/base16-tailwind/compare/0.1.4...0.1.5

0.1.4 - 2024-04-22

  • Added inverted color support for typography

Full Changelog: https://github.com/donovanglover/base16-tailwind/compare/0.1.3...0.1.4

0.1.3 - 2024-04-22

  • Fixed being unable to pass <alpha-value> into @tailwindcss/typography (#4)

Full Changelog: https://github.com/donovanglover/base16-tailwind/compare/0.1.2...0.1.3

0.1.2 - 2024-04-22

  • Added missing inherit color

Full Changelog: https://github.com/donovanglover/base16-tailwind/compare/0.1.1...0.1.2

0.1.1 - 2024-04-20

  • Fixed documentation for JSR
  • Removed default export

Full Changelog: https://github.com/donovanglover/base16-tailwind/compare/0.1.0...0.1.1

0.1.0 - 2024-04-20

Initial release

Full Changelog: https://github.com/donovanglover/base16-tailwind/commits/0.1.0