Skip to content

Commit c982527

Browse files
Chore: Publish release (#127)
1 parent 69f29fe commit c982527

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.changeset/tasty-dolphins-sell.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 3.0.0 — 2022-01-11
4+
5+
#### 💣 Breaking Changes
6+
7+
- Add `modern` output mode [#123](https://github.com/stormwarning/tailwindcss-capsize/pull/123)
8+
9+
In this mode the `fontFamily`, `fontSize`, and `lineHeight` core plugins are replaced, adding custom properties to the output of each which are used in the `calc()` expressions in the utility class.
10+
11+
`modern` mode is enabled by default. The previous functionality can be maintained if needed by switching to `classic` mode.
12+
313
## 2.1.0 — 2021-09-21
414

515
#### 🎁 Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-capsize",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "TailwindCSS leading-trim utility classes.",
55
"keywords": [
66
"tailwindcss",

0 commit comments

Comments
 (0)