Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
91 lines (48 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 3.76 KB

[unreleased]

Added

Changed

Deprecated

Removed

Fixed

[2.0.3] - 2021-06-16

Fixed

  • Firefox not correctly applying inheritance to each element of a monospaced class (@ArnaudWeyts in #18)

[2.0.2] - 2021-06-03

Changed

  • Changed the font url from static.teamleader.eu to static.focus.teamleader.eu

[2.0.1] - 2021-03-12

Added

  • @font-face: added font weight range to the font face definition. (@driesd in #16)

[2.0.0] - 2021-03-03

Added

  • Inter variable: added variable font family (--font-family-inter). (@driesd in #15)

Changed

  • 💥 Inter variable: changed the usage of separate font-weight specific fonts to use one variable font instead. (@driesd in #15)

Removed

  • 💥 Inter: removed all font-weight specific font families and their CSS variables (--font-family-regular, --font-family-medium, --font-family-semi-bold, --font-family-bold, --font-family-black). (@driesd in #15)

[1.0.0] - 2020-11-19

Changed

  • .heading-1: changed font-family from SemiBold to Bold. (@driesd in #14)

Fixed

  • strong: fixed the font-weight of strong elements inside text & ui-text. (@driesd in #14)

[0.2.4] - 2020-03-25

Added

  • .ui-text-display: added ui-text-display which has a medium weight, font-size 16px and a line-height 24px. (@driesd in #13)
  • .ui-text-body: added ui-text-body which has a medium weight, font-size 14px and a line-height 18px. (@driesd in #13)
  • .ui-text-small: added ui-text-small which has a medium weight, font-size 12px and a line-height 18px. (@driesd in #13)

[0.2.3] - 2019-11-22

Added

  • .text-body-compact: added text-body-compact which has a regular weight, font-size 14px and a line-height 18px. (@driesd in #12)

[0.2.2] - 2019-11-21

Added

  • @font-face added SemiBold. (@driesd in #11)
  • .heading-5: added heading-5 which is semi bold, has a font-size 14px and a line-height 18px. (@driesd in #11)

Changed

  • .heading-1: changed font-family from Bold to SemiBold. (@driesd in #11)
  • .text: changed strong-tag font-family from Bold to SemiBold. (@driesd in #11)

[0.2.1] - 2019-09-19

Added

  • Added the .overflow-ellipsis selector which forces the text on one line and overflows with an ellipsis. (@driesd in #10)

[0.2.0] - 2019-09-09

💥 Breaking changes

  • The font name Inter-UI has changed to Inter