Adam Wathan
|
748bb1580d
|
Update changelog
|
2020-10-16 13:13:44 -04:00 |
|
Adam Wathan
|
83d47c0c50
|
Remove scrolling-touch/auto utilities (#2573)
* Remove `scrolling-touch/auto` utilities
No longer supported by iOS as of iOS 13.
* Update changelog
|
2020-10-15 15:53:09 -04:00 |
|
Adam Wathan
|
175949b90d
|
Update changelog
|
2020-10-15 15:45:06 -04:00 |
|
Adam Wathan
|
225a0fa6a7
|
Update changelog
|
2020-10-15 15:21:06 -04:00 |
|
Adam Wathan
|
ae8b634f33
|
Move truncate to textOverflow (#2562)
* Move truncate to textOverflow
* Update changelog
|
2020-10-14 16:54:13 -04:00 |
|
Adam Wathan
|
7744b5a99c
|
Update changelog
|
2020-10-14 15:35:42 -04:00 |
|
Adam Wathan
|
8c6e08008d
|
Update changelog
|
2020-10-14 15:27:23 -04:00 |
|
Adam Wathan
|
3f8cbc5e43
|
Update changelog
|
2020-10-14 15:24:48 -04:00 |
|
Adam Wathan
|
507af56944
|
Update changelog
|
2020-10-13 08:16:57 -04:00 |
|
Marco Carvalho
|
e0462ce2b5
|
Update CHANGELOG.md (#2546)
unreleased hyperlink
|
2020-10-12 16:24:24 -04:00 |
|
Adam Wathan
|
d19ff5b132
|
Update changelog
|
2020-10-12 16:11:10 -04:00 |
|
Marco Carvalho
|
426e9990d4
|
Update CHANGELOG.md (#2545)
|
2020-10-12 16:10:23 -04:00 |
|
Adam Wathan
|
151a3b81d3
|
Update changelog
|
2020-10-12 14:56:41 -04:00 |
|
Adam Wathan
|
9d22e293e3
|
Update changelog
|
2020-10-12 14:17:27 -04:00 |
|
Adam Wathan
|
27bba37615
|
Update changelog
|
2020-10-09 21:09:02 -04:00 |
|
Adam Wathan
|
326a4af8cc
|
Rename max-content and min-content to max and min in experimental spacing scale (#2532)
* Rename max-content and min-content to max and min in experimental spacing scale
* Update changelog
|
2020-10-09 13:29:43 -04:00 |
|
Adam Wathan
|
69845d6f4f
|
Add new utilities for grid-auto-columns and grid-auto-rows (#2531)
* Add grid-auto-columns/rows utilities
* Add responsive variants for auto-cols/rows utilities
* Update changelog
|
2020-10-09 13:11:57 -04:00 |
|
Adam Wathan
|
0feb064054
|
Support disabling dark mode globally (#2530)
* Support disabling dark mode globally
* Update changelog
|
2020-10-09 10:37:15 -04:00 |
|
Adam Wathan
|
b4259b1f4d
|
Add xl, 2xl, and 3xl border radius values (#2529)
|
2020-10-09 08:23:23 -04:00 |
|
Adam Wathan
|
0a61bb87d6
|
Update changelog
|
2020-10-09 08:14:14 -04:00 |
|
Adam Wathan
|
f3a1d5f93c
|
Improve accessibility story for custom focus styles (#2460)
* Improve accessibility story for custom focus styles
* Update fixtures
* Make outline configurable, add white/black dotted outlines
* Update changelog
|
2020-10-08 15:48:07 -04:00 |
|
Adam Wathan
|
b299b6fbe1
|
Support new presets key + extending core plugins config (#2474)
* WIP
* Support array for Tailwind config
* Drop array format for `presets` key instead
* Update changelog
|
2020-10-08 11:21:39 -04:00 |
|
Marco Carvalho
|
427299ec09
|
Update CHANGELOG.md (#2516)
|
2020-10-07 15:04:20 -04:00 |
|
Adam Wathan
|
55dcc53f9d
|
Update changelog
|
2020-10-07 14:13:39 -04:00 |
|
Marco Carvalho
|
574f33248c
|
Update CHANGELOG.md (#2513)
|
2020-10-07 14:12:42 -04:00 |
|
Adam Wathan
|
557f1e38fe
|
Update changelog
|
2020-10-07 14:12:42 -04:00 |
|
Adam Wathan
|
1067ccee10
|
Promote defaultLineHeights and standardFontWeights from experimental to future
|
2020-10-07 14:12:42 -04:00 |
|
Adam Wathan
|
d21ed209f8
|
Update changelog
|
2020-10-07 14:12:42 -04:00 |
|
Adam Wathan
|
4d6e1e7e92
|
Don't escape keyframes (#2432)
* Don't escape keyframes
* Update changelog
|
2020-10-07 14:12:41 -04:00 |
|
Lucas Caton
|
9d29f3ffdd
|
Fix version from CHANGELOG (#2387)
|
2020-10-07 14:12:41 -04:00 |
|
Adam Wathan
|
f3b8577b85
|
Update changelog
|
2020-10-07 14:10:06 -04:00 |
|
Adam Wathan
|
4ccdc89fce
|
Update changelog
|
2020-09-14 09:13:24 -04:00 |
|
Adam Wathan
|
32eac19858
|
Allow variant plugins to tell Tailwind they should stack (#2382)
* Fix unwanted stacking behavior on any non-darkModeVariant "dark" variant (#2380)
* Add failing tests for non-darkModeVariant "dark" variant stacking behavior
* Fix unwanted non-darkModeVariant "dark" variant stacking (by making the failing test pass)
* Add unstable_stack option for variants to tell Tailwind they should stack
* Update eslint to allow unstable_ variables
* Update changelog
Co-authored-by: Navith <28162694+JakeNavith@users.noreply.github.com>
|
2020-09-14 09:12:36 -04:00 |
|
Adam Wathan
|
5e6749455e
|
Update changelog
|
2020-09-13 09:48:58 -04:00 |
|
Adam Wathan
|
416fb4d06b
|
Don't propogate apply !important option to non-apply rules (#2376)
* Don't propogate apply !important option to non-apply rules
Fixes #2362.
* Update changelog
|
2020-09-13 09:44:19 -04:00 |
|
Adam Wathan
|
4e322b2cbd
|
Update changelog
|
2020-09-13 09:14:07 -04:00 |
|
Adam Wathan
|
cff1c78f64
|
Update changelog
|
2020-09-11 12:34:47 -04:00 |
|
Adam Wathan
|
d11e79813f
|
Update changelog
|
2020-09-11 10:17:32 -04:00 |
|
Adam Wathan
|
102bf0102d
|
Update changelog
|
2020-09-10 14:46:15 -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
|
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
|
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 |
|
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
|
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
|
23bbe33d51
|
Update CHANGELOG
|
2020-09-04 20:00:00 -04:00 |
|