Dexter Marks-Barber
2053d630ae
Add future property to simpleconfig stub ( #2372 )
...
* Add future property to simpleconfig stub
* Add future flags manually
2020-09-13 09:09:02 -04:00
Adam Wathan
cff1c78f64
Update changelog
2020-09-11 12:34:47 -04:00
Kenton Glass
da02dc8e63
Add negative spacing values to inset plugin ( #2358 )
2020-09-11 12:33:28 -04:00
Adam Wathan
6d4d06284d
1.8.8
v1.8.8
2020-09-11 10:17:46 -04:00
Adam Wathan
d11e79813f
Update changelog
2020-09-11 10:17:32 -04:00
Adam Wathan
6a9c3e7886
Register dark mode plugin outside of resolveConfig code path ( #2368 )
2020-09-11 10:15:39 -04:00
Adam Wathan
fd194f0e7f
1.8.7
v1.8.7
2020-09-10 14:46:18 -04:00
Adam Wathan
102bf0102d
Update changelog
2020-09-10 14:46:15 -04:00
Adam Wathan
a4b30a0115
Safeguard against trailing slash in purge matches ( #2364 )
2020-09-10 14:44:48 -04:00
Adam Wathan
e88a4d3cb8
1.8.6
v1.8.6
2020-09-09 10:01:43 -04:00
Adam Wathan
eb1f24e169
Update changelog
2020-09-09 10:01:34 -04:00
Adam Wathan
b49d80e6c1
Fix issue where container padding not applied when using object syntax ( #2353 )
2020-09-09 09:59:16 -04:00
Adam Wathan
9760468e5b
Update changelog
2020-09-07 19:57:18 -04:00
Adam Wathan
f3a3f6fcdc
1.8.5
v1.8.5
2020-09-07 19:56:51 -04:00
Adam Wathan
e5c193a76c
Make resolveConfig compatible with feature flag configs ( #2347 )
...
* Make resolveConfig compatible with feature flag configs
* Update changelog
2020-09-07 19:56:35 -04:00
Adam Wathan
ac36e8d6a0
Remove extra space character
2020-09-07 14:33:19 -04:00
Adam Wathan
d6b7f19df1
1.8.4
v1.8.4
2020-09-06 20:43:40 -04:00
Adam Wathan
cfd86836c5
Make standardFontWeights experimental until v1.9, update changelog
2020-09-06 20:43:36 -04:00
Adam Wathan
80aa848845
Update changelog
2020-09-06 20:39:56 -04:00
Robin Malfait
3a25c4bee9
Complex apply stuck ( #2271 )
...
* dry-up duplication
* fix: apply inside a nested structure
2020-09-06 20:36:09 -04:00
Adam Wathan
0cf76cdd8b
Fix issue where dark variant in 'class' mode was incompatible with 'group-hover' variant ( #2337 )
...
* Fix issue where dark variant in 'class' mode was incompatible with 'group-hover' variant
* Update changelog
2020-09-06 20:34:35 -04:00
Adam Wathan
0b48b4cd8c
Test that plugins can extend variants
2020-09-06 11:50:20 -04:00
Adam Wathan
30a4e513ef
Rename hairline and thin font weights to thin and extralight ( #2333 )
...
* Add standardFontWeights flag for update thin/extralight font weight names
* Update changelog
2020-09-06 07:06:58 -04:00
Adam Wathan
45cf3c595e
Fix issue where inserting extra PurgeCSS control comments could break integrated PurgeCSS support ( #2331 )
2020-09-05 23:35:16 -04:00
Adam Wathan
6a39e3650d
Update CHANGELOG
2020-09-05 17:44:18 -04:00
Adam Wathan
cdfcf3ee90
1.8.3
v1.8.3
2020-09-05 17:41:14 -04:00
Adam Wathan
58781b517d
Only warn about conservative purge mode once per process
2020-09-05 17:41:05 -04:00
Adam Wathan
f3660ceed3
Do atrocious things to sneak past minifiers for font-variant-numeric utilities
2020-09-05 17:36:12 -04:00
Adam Wathan
b26746a311
1.8.2
v1.8.2
2020-09-04 20:00:03 -04:00
Adam Wathan
23bbe33d51
Update CHANGELOG
2020-09-04 20:00:00 -04:00
Adam Wathan
02eb6a695c
Fix issue where dark mode experiment won't work if user has plugins array in config ( #2322 )
2020-09-04 19:58:02 -04:00
Robin Malfait
8e49e484df
update changelog
v1.8.1
2020-09-05 00:47:01 +02:00
Robin Malfait
4c4c5a3834
Fix purging in 1.8 ( #2320 )
...
* re-add missing `@layer`'s for responsive rules
* use toMatchCss for better diffing
* do not wrap user `@responsive` rules in an `@layer`
2020-09-04 18:36:50 -04:00
Robin Malfait
b399a0bf14
1.8.1
2020-09-04 23:53:58 +02:00
Robin Malfait
88174ff524
fix(font-variant-numeric): drop extra s ( #2318 )
...
* drop extra s
* update changelog
2020-09-04 23:53:30 +02:00
Adam Wathan
704ddee1e0
1.8.0
v1.8.0
2020-09-04 15:09:53 -04:00
Adam Wathan
b5d05063d5
Update changelog
2020-09-04 15:09:46 -04:00
Adam Wathan
09bd7d43f4
Move custom CSS within layers to corresponding Tailwind layer ( #2312 )
...
* Move custom CSS within layers to corresponding Tailwind layer
* Update changelog
2020-09-04 14:21:56 -04:00
Adam Wathan
476950ce40
Support defining variants as functions for easier extending ( #2309 )
...
* Support defining variants as functions for easier extending
* Fix style
* Remove commented code
* Add 'without' helper to variant function API
* Update changelog
2020-09-04 10:59:02 -04:00
Adam Wathan
ff013c5e9c
Add missing grid alignment utilities ( #2306 )
...
* added suppot for justify-self
* Update fixtures
* Add remaining grid alignment utilities
* Update changelog
Co-authored-by: Felix Alcala <felix.alcala@gmail.com>
2020-09-04 10:54:13 -04:00
Adam Wathan
b3270a5b31
Add fontVariantNumeric utilities ( #2305 )
...
* Add fontVariantNumeric utilities
* Don't generate fontVariantNumeric utilities in IE11 target mode
2020-09-03 15:04:29 -04:00
Adam Wathan
573999be6e
Make PR references in CHANGELOG links
2020-09-03 11:39:43 -04:00
Adam Wathan
c70c1f1770
Add "Unreleased" section to CHANGELOG
2020-09-03 11:38:43 -04:00
Adam Wathan
23e061bede
Mark features as experimental in changelog
2020-09-03 11:35:40 -04:00
Adam Wathan
1bf3bf7d76
Use compare links for CHANGELOG version links
2020-09-03 11:33:40 -04:00
Adam Wathan
e02543e58a
Format CHANGELOG with Prettier
...
It was going to happen by accident one day.
2020-09-03 11:28:34 -04:00
Adam Wathan
b6db110dd6
Use single backticks in CHANGELOG, not double
2020-09-03 11:27:59 -04:00
Andrey Savchenko
fafd6cb7ce
Linkified release versions in changelog ( #2297 )
...
Brackets around releases in Keep a Changelog standard are link anchors, not decorative.
2020-09-03 11:27:02 -04:00
Alex
667355db27
Update CHANGELOG.md ( #2296 )
...
Found some nissing backticks.
2020-09-03 11:26:50 -04:00
Adam Wathan
1c38c79198
Update CHANGELOG.md ( #2294 )
2020-09-02 21:13:48 -04:00