Skip to content

Commit 19f79cb

Browse files
authored
add changelog (#217)
1 parent 7d5ce07 commit 19f79cb

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

CHANGELOG.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
- Nothing yet!
11+
12+
## [0.5.0-alpha.3] - 2021-11-08
13+
14+
### Changes
15+
16+
- Use `:where` to reduce specificity, making it possible to override prose children with utilities ([#203](https://github.com/tailwindlabs/tailwindcss-typography/pull/203))
17+
- Support "undoing" prose styles using the `not-prose` class on a group of child elements ([#205](https://github.com/tailwindlabs/tailwindcss-typography/pull/205))
18+
- Update color palette for v3 ([#206](https://github.com/tailwindlabs/tailwindcss-typography/pull/206))
19+
- Improve customization API, add alternate grays, add dark mode support, use `::marker` instead of pseudo-elements, and add child element variants (eg. `prose-h1:underline`)([#216](https://github.com/tailwindlabs/tailwindcss-typography/pull/216))
20+
21+
## [0.5.0-alpha.2] - 2021-11-08
22+
23+
## [0.5.0-alpha.1] - 2021-11-08
24+
25+
## [0.4.1] - 2021-05-24
26+
27+
### Fixed
28+
29+
- Fix list-style modifier selectors ([#137](https://github.com/tailwindlabs/tailwindcss-typography/pull/137))
30+
31+
## [0.4.0] - 2021-01-15
32+
33+
### Fixed
34+
35+
- Colors without `600` variant, breaks everything (#107)
36+
- Fix empty line in firefox for `pre code` tags (#125)
37+
38+
### Added
39+
40+
- Add support for the `start` and `reversed` attribute on `ol` elements (#110)
41+
- Add support for the `type` on `ul` and `ol` elements (#126)
42+
43+
### Changed (internal)
44+
45+
- Bumped dependencies (#103, #115)
46+
- Cleanup/improve readme (#95)
47+
- Reduce package size (#112)
48+
49+
## [0.3.0] - 2020-11-20
50+
51+
## Changed
52+
53+
- Add support for Tailwind CSS v2.0 and drops support for v1.0 (#79, #82, #87)
54+
- Use `extend` for any overrides, assigning directly to `theme.typography` now completely overrides default configuration
55+
- Consistently use `::before` instead of `:before` ([ba33d77](https://github.com/tailwindlabs/tailwindcss-typography/commit/ba33d77f25ab0c239edd7d425349c86f317061e2))
56+
- Read color values from the user's theme instead of only the default theme
57+
58+
## Added
59+
60+
- Add new `className` option for overriding `prose` class (#28)
61+
- Add color modifiers by default like `prose-blue` for setting link styles (#92)
62+
63+
## [0.2.0] - 2020-07-15
64+
65+
### Changes
66+
67+
- Switches how variants are generated to use the new component variants API in Tailwind 1.5, dropping support for Tailwind < 1.5
68+
69+
## [0.1.4] - 2020-07-15
70+
71+
### Fixes
72+
73+
- Fixes an issue where the `lead` class was not being applied correctly when used in conjunction with responsive variants
74+
75+
## [0.1.3] - 2020-07-14
76+
77+
### Fixes
78+
79+
- Fixes an issue where the configured monospace font family was not used by default for `pre` and `code` blocks
80+
81+
## [0.1.2] - 2020-07-14
82+
83+
### Fixes
84+
85+
- Fixes an issue in our internal rounding logic that would round values like `20` to `2` 👀
86+
87+
## [0.1.1] - 2020-07-14
88+
89+
### Fixes
90+
91+
- Fixes an issue where the plugin was totally broken and didn't work at all because I deleted some code without even testing my changes 🧠
92+
93+
## [0.1.0] - 2020-07-14
94+
95+
### Added
96+
97+
- Everything!
98+
99+
[unreleased]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.0-alpha.3...HEAD
100+
[0.5.0-alpha.3]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.0-alpha.2...v0.5.0-alpha.3
101+
[0.5.0-alpha.2]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.0-alpha.1...v0.5.0-alpha.2
102+
[0.5.0-alpha.1]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.4.1...v0.5.0-alpha.1
103+
[0.4.1]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.4.0...v0.4.1
104+
[0.4.0]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.3.0...v0.4.0
105+
[0.3.0]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.2.0...v0.3.0
106+
[0.2.0]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.1.4...v0.2.0
107+
[0.1.4]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.1.3...v0.1.4
108+
[0.1.3]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.1.2...v0.1.3
109+
[0.1.2]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.1.1...v0.1.2
110+
[0.1.1]: https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.1.0...v0.1.1
111+
[0.1.0]: https://github.com/tailwindlabs/tailwindcss-typography/releases/tag/v0.1.0

0 commit comments

Comments
 (0)