Skip to content

Commit cfd8683

Browse files
committed
Make standardFontWeights experimental until v1.9, update changelog
1 parent 80aa848 commit cfd8683

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [1.8.4] - 2020-09-06
13+
14+
### Fixed
15+
1016
- Fix [issue](https://github.com/tailwindlabs/tailwindcss/issues/2258) where inserting extra PurgeCSS control comments could break integrated PurgeCSS support
11-
- Rename `font-hairline` and `font-thin` to `font-thin` and `font-extralight` behind `standardFontWeights` flag ([#2333](https://github.com/tailwindlabs/tailwindcss/pull/2333))
1217
- Fix issue where dark variant in 'class' mode was incompatible with 'group-hover' variant ([#2337](https://github.com/tailwindlabs/tailwindcss/pull/2337))
1318
- Support basic nesting structure with `@apply` when using the `applyComplexClasses` experiment ([#2271](https://github.com/tailwindlabs/tailwindcss/pull/2271))
1419

20+
### Changed
21+
22+
- Rename `font-hairline` and `font-thin` to `font-thin` and `font-extralight` behind `standardFontWeights` flag (experimental until v1.9.0) ([#2333](https://github.com/tailwindlabs/tailwindcss/pull/2333))
23+
1524
## [1.8.3] - 2020-09-05
1625

1726
### Fixed

src/featureFlags.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ import chalk from 'chalk'
33
import log from './util/log'
44

55
const featureFlags = {
6-
future: ['removeDeprecatedGapUtilities', 'purgeLayersByDefault', 'standardFontWeights'],
6+
future: ['removeDeprecatedGapUtilities', 'purgeLayersByDefault'],
77
experimental: [
88
'uniformColorPalette',
99
'extendedSpacingScale',
1010
'defaultLineHeights',
1111
'extendedFontSizeScale',
1212
'applyComplexClasses',
1313
'darkModeVariant',
14+
'standardFontWeights',
1415
],
1516
}
1617

0 commit comments

Comments
 (0)