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

Commit

Permalink
Merge pull request #19 from teamleadercrm/release/2.0.3
Browse files Browse the repository at this point in the history
release/2.0.3
  • Loading branch information
ArnaudWeyts authored Jun 16, 2021
2 parents c7ff0c2 + 5e147a1 commit 0e3b305
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

### Fixed

- Firefox not correctly applying inheritance to each element of a monospaced class ([@ArnaudWeyts](https://github.com/ArnaudWeyts) in [#18])
## [2.0.3] - 2021-06-16

### Fixed

- Firefox not correctly applying inheritance to each element of a monospaced class ([@ArnaudWeyts](https://github.com/ArnaudWeyts) in [#18](https://github.com/teamleadercrm/ui-typography/pull/18))

## [2.0.2] - 2021-06-03

Expand All @@ -22,31 +26,31 @@

### Added

- `@font-face`: added font weight range to the font face definition. ([@driesd](https://github.com/driesd) in [#16])
- `@font-face`: added font weight range to the font face definition. ([@driesd](https://github.com/driesd) in [#16](https://github.com/teamleadercrm/ui-typography/pull/16))

## [2.0.0] - 2021-03-03

### Added

- `Inter variable`: added variable font family (--font-family-inter). ([@driesd](https://github.com/driesd) in [#15])
- `Inter variable`: added variable font family (--font-family-inter). ([@driesd](https://github.com/driesd) in [#15](https://github.com/teamleadercrm/ui-typography/pull/15))

### Changed

- :boom: `Inter variable`: changed the usage of separate font-weight specific fonts to use one variable font instead. ([@driesd](https://github.com/driesd) in [#15])
- :boom: `Inter variable`: changed the usage of separate font-weight specific fonts to use one variable font instead. ([@driesd](https://github.com/driesd) in [#15](https://github.com/teamleadercrm/ui-typography/pull/15))

### Removed

- :boom: `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](https://github.com/driesd) in [#15])
- :boom: `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](https://github.com/driesd) in [#15](https://github.com/teamleadercrm/ui-typography/pull/15))

## [1.0.0] - 2020-11-19

### Changed

- `.heading-1`: changed font-family from SemiBold to Bold. ([@driesd](https://github.com/driesd) in [#14])
- `.heading-1`: changed font-family from SemiBold to Bold. ([@driesd](https://github.com/driesd) in [#14](https://github.com/teamleadercrm/ui-typography/pull/14))

### Fixed

- `strong`: fixed the font-weight of `strong` elements inside text & ui-text. ([@driesd](https://github.com/driesd) in [#14])
- `strong`: fixed the font-weight of `strong` elements inside text & ui-text. ([@driesd](https://github.com/driesd) in [#14](https://github.com/teamleadercrm/ui-typography/pull/14))

## [0.2.4] - 2020-03-25

Expand Down Expand Up @@ -78,7 +82,7 @@

### Added

- Added the `.overflow-ellipsis` selector which forces the text on one line and overflows with an ellipsis. ([@driesd](https://github.com/driesd) in [#10](https://github.com/teamleadercrm/ui-typography/pull/10))
- Added the `.overflow-ellipsis` selector which forces the text on one line and overflows with an ellipsis. ([@driesd](https://github.com/driesd) in [#10](https://github.com/teamleadercrm/ui-typography/pull/10))

## [0.2.0] - 2019-09-09

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamleader/ui-typography",
"private": false,
"version": "2.0.2",
"version": "2.0.3",
"description": "Teamleader UI typography",
"main": "index.css",
"repository": {
Expand Down

0 comments on commit 0e3b305

Please sign in to comment.