-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d612c0
commit 1d287ac
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
# tailwindcss-opentype | ||
|
||
## 0.2.0 — 2021-08-20 | ||
|
||
#### 🎁 Added | ||
|
||
- Add `position` utility classes [#10](https://github.com/stormwarning/tailwindcss-opentype/pull/10) | ||
Uses the low-level `font-feature-settings` property under the hood. | ||
|
||
## 0.1.0 — 2021-04-19 | ||
|
||
### ♻️ Changed | ||
#### ♻️ Changed | ||
|
||
- Update `font-variant-ligature` utilities [#6](https://github.com/stormwarning/tailwindcss-opentype/pull/6) | ||
Adds negation utilities and makes classes composable. | ||
|
||
### 🎁 Added | ||
#### 🎁 Added | ||
|
||
- Add documentation microsite [#8](https://github.com/stormwarning/tailwindcss-opentype/pull/8) | ||
|
||
## 0.0.2 — 2021-04-07 | ||
|
||
### 🎉 Initial release! | ||
#### 🎉 Initial release! | ||
|
||
- Add initial utility classes [#4](https://github.com/stormwarning/tailwindcss-opentype/pull/4) | ||
A handful of the more common OpenType variant settings, no fallbacks yet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters