Skip to content

Releases: semencov/tailwindcss-font-inter

v3.1.0

23 Aug 20:10
Compare
Choose a tag to compare

What's Changed

Minor Changes

Dependency Updates

  • 📗 updated Inter font to v4.0 (622cf6e)

v3.0.1

14 Dec 11:43
Compare
Choose a tag to compare

What's Changed

Changes

  • 📘 updated support for Tailwind v3.0 (f7b4f63)
  • 📘 updated Inter font to v3.19 (86ba1c7)

v3.0.0

24 May 06:45
Compare
Choose a tag to compare

What's Changed

Breaking Changes!

  • ⚠️ dropped support of Tailwind v1 (8a6b89f)

Changes

  • 🎁 dynamic letter-spacing applied with modifiers (e025a46)
  • 🎁 configuration options using Plugin API (98fe167)
  • 🎁 added tests (98fe167)

v2.0.5

26 Apr 16:53
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • 🔨 added Github Actions workflow (586a9ef)
  • 🔨 drop bump support (be1095b)

Dependency Updates

  • 📗 Inter font updated to v3.18 (b7179a5)

v2.0.4

26 Apr 15:48
Compare
Choose a tag to compare

v2.0.4

v2.0.3

26 Apr 15:48
Compare
Choose a tag to compare

v2.0.3

v2.0.2

03 Mar 07:56
Compare
Choose a tag to compare
  • Fixed Tailwind CSS 2.0 incompatibility (#7, #8).

v2.0.1

24 Feb 11:25
Compare
Choose a tag to compare

Tailwind 2 support (thanks to @parisholley)

v2.0.0

10 Nov 13:36
88a90a7
Compare
Choose a tag to compare

This version has some breaking changes, please check the changelist!

Changes

  • Inter font updated to v3.15
  • Fixed different size units caused NaN for letter spacing
  • Refactored styles generation
  • Removed line height usage as redundant
  • Removed options baseLineHeight and disableUnusedFeatures
  • Removed plugin specific font size classes to use inherited classes instead (.text-inter-lg.font-inter .text-lg)
  • Limited font feature settings classes to apply only if Inter font family applied (.font-feature-numeric.font-inter .font-feature-numeric)
  • Added .font-feature-default class with calt and kern font feature settings enabled
  • Option importFontFace is now true by default

v1.0.6

21 Nov 08:02
Compare
Choose a tag to compare
  • Fixed error about missing ../inter.json (#1)