Adam Wathan
|
c8d87f84a2
|
1.5.0
v1.5.0
|
2020-07-15 14:42:06 -04:00 |
|
Adam Wathan
|
50de485934
|
Merge pull request #2032 from tailwindcss/container-variants
Add variants support to container plugin
|
2020-07-15 14:22:28 -04:00 |
|
Adam Wathan
|
f16919e87b
|
Generate responsive variants for container by default
|
2020-07-15 14:14:30 -04:00 |
|
Adam Wathan
|
b9327729b5
|
Add variants support to container plugin
|
2020-07-15 14:13:27 -04:00 |
|
Adam Wathan
|
9310efb26a
|
Merge pull request #2031 from tailwindcss/simple-component-variants
Simpler support for responsive components and style layers
|
2020-07-15 12:51:02 -04:00 |
|
Adam Wathan
|
54f07e2a9b
|
Update tests to account for new layer at-rule
|
2020-07-15 10:44:17 -04:00 |
|
Adam Wathan
|
3edd89bd76
|
Handle explicit @tailwind screens properly
|
2020-07-15 09:41:47 -04:00 |
|
Adam Wathan
|
5b19a41195
|
Convert layers to control comments before processing @apply rules
|
2020-07-15 09:41:19 -04:00 |
|
Adam Wathan
|
b69e46cc1b
|
Rename buckets to layers, handle copying layer information to responsive variants
|
2020-07-15 09:25:22 -04:00 |
|
dependabot-preview[bot]
|
37b96fc4de
|
Merge pull request #2028 from tailwindcss/dependabot/npm_and_yarn/master/babel/node-7.10.5
|
2020-07-15 06:59:27 +00:00 |
|
dependabot-preview[bot]
|
ef1c83ec6b
|
Merge pull request #2027 from tailwindcss/dependabot/npm_and_yarn/master/babel/core-7.10.5
|
2020-07-15 06:58:59 +00:00 |
|
dependabot-preview[bot]
|
469435a8bf
|
Merge pull request #2026 from tailwindcss/dependabot/npm_and_yarn/master/babel/cli-7.10.5
|
2020-07-15 06:58:19 +00:00 |
|
dependabot-preview[bot]
|
83b772d749
|
Bump @babel/node from 7.10.4 to 7.10.5
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-15 06:56:20 +00:00 |
|
dependabot-preview[bot]
|
19e6405926
|
Bump @babel/core from 7.10.4 to 7.10.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-15 06:55:54 +00:00 |
|
dependabot-preview[bot]
|
c477361370
|
Bump @babel/cli from 7.10.4 to 7.10.5
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-cli)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-15 06:55:28 +00:00 |
|
Adam Wathan
|
f25b0925a3
|
Update test
Still wrong but less wrong
|
2020-07-14 21:05:44 -04:00 |
|
Adam Wathan
|
c184e5b7b3
|
Don't remove comments that are never added
|
2020-07-14 20:57:04 -04:00 |
|
Adam Wathan
|
bc6b17250d
|
Don't convert @tailwind screens to @screens utilities
|
2020-07-14 20:56:11 -04:00 |
|
Adam Wathan
|
68a0479c39
|
Revert test changes
|
2020-07-14 20:55:09 -04:00 |
|
Adam Wathan
|
4169bb1ac2
|
Simplify implementation, remove unnecessary new features
|
2020-07-14 20:53:18 -04:00 |
|
Adam Wathan
|
fc1d4c4cb1
|
Intermingle component and utility screens
|
2020-07-14 16:41:41 -04:00 |
|
Adam Wathan
|
9959b1f691
|
Add first-class support for "responsive" components and bucket children
|
2020-07-14 14:32:14 -04:00 |
|
Adam Wathan
|
658250a96d
|
Relax chalk constraint to maintain node 8 support until v2 🤮
|
2020-07-10 08:10:08 -04:00 |
|
dependabot-preview[bot]
|
5db5d9f366
|
Merge pull request #2011 from tailwindcss/dependabot/npm_and_yarn/master/postcss-nested-4.2.3
|
2020-07-10 06:49:40 +00:00 |
|
dependabot-preview[bot]
|
797cd2d984
|
Bump postcss-nested from 4.2.2 to 4.2.3
Bumps [postcss-nested](https://github.com/postcss/postcss-nested) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/postcss/postcss-nested/releases)
- [Changelog](https://github.com/postcss/postcss-nested/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-nested/compare/4.2.2...4.2.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-10 06:46:45 +00:00 |
|
dependabot-preview[bot]
|
c98cc06680
|
Merge pull request #2010 from tailwindcss/dependabot/npm_and_yarn/master/lodash-4.17.19
|
2020-07-09 06:53:23 +00:00 |
|
dependabot-preview[bot]
|
0e0170ac42
|
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-09 06:50:40 +00:00 |
|
Adam Wathan
|
7639684eec
|
Update issue templates
|
2020-07-08 13:08:19 -04:00 |
|
Estevan Maito
|
f8b99d7428
|
update issue templates
|
2020-07-08 13:08:19 -04:00 |
|
Adam Wathan
|
20e5695165
|
Merge pull request #1285 from GeoffSelby/add-checked-variant
Add `checked` variant
|
2020-07-08 12:27:09 -04:00 |
|
dependabot-preview[bot]
|
324d9e6d0c
|
Merge pull request #2002 from tailwindcss/dependabot/npm_and_yarn/master/postcss-nested-4.2.2
|
2020-07-06 07:32:00 +00:00 |
|
dependabot-preview[bot]
|
d2d81c386c
|
Merge pull request #2001 from tailwindcss/dependabot/npm_and_yarn/master/browserslist-4.13.0
|
2020-07-06 07:31:45 +00:00 |
|
dependabot-preview[bot]
|
81199bb67d
|
Bump postcss-nested from 4.2.1 to 4.2.2
Bumps [postcss-nested](https://github.com/postcss/postcss-nested) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/postcss/postcss-nested/releases)
- [Changelog](https://github.com/postcss/postcss-nested/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-nested/compare/4.2.1...4.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-06 07:29:09 +00:00 |
|
dependabot-preview[bot]
|
ef476f117b
|
Bump browserslist from 4.12.2 to 4.13.0
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.2 to 4.13.0.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/master/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.2...4.13.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-06 07:28:45 +00:00 |
|
dependabot-preview[bot]
|
01657fceb4
|
Merge pull request #1989 from tailwindcss/dependabot/npm_and_yarn/master/babel/node-7.10.4
|
2020-07-01 06:06:45 +00:00 |
|
dependabot-preview[bot]
|
988077ddb0
|
Merge pull request #1990 from tailwindcss/dependabot/npm_and_yarn/master/babel/core-7.10.4
|
2020-07-01 06:06:37 +00:00 |
|
dependabot-preview[bot]
|
da8a8ff15c
|
Bump @babel/node from 7.10.3 to 7.10.4
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-01 06:03:03 +00:00 |
|
dependabot-preview[bot]
|
29fe0791ec
|
Bump @babel/core from 7.10.3 to 7.10.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-01 06:03:01 +00:00 |
|
dependabot-preview[bot]
|
ab50bc5fd4
|
Merge pull request #1991 from tailwindcss/dependabot/npm_and_yarn/master/babel/cli-7.10.4
|
2020-07-01 06:01:27 +00:00 |
|
dependabot-preview[bot]
|
ee4e65307f
|
Merge pull request #1988 from tailwindcss/dependabot/npm_and_yarn/master/babel/preset-env-7.10.4
|
2020-07-01 06:00:31 +00:00 |
|
dependabot-preview[bot]
|
ac68236c07
|
Bump @babel/cli from 7.10.3 to 7.10.4
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-cli)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-01 05:58:50 +00:00 |
|
dependabot-preview[bot]
|
40113ed2db
|
Bump @babel/preset-env from 7.10.3 to 7.10.4
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-preset-env)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-01 05:57:23 +00:00 |
|
Adam Wathan
|
a052332816
|
Merge pull request #1981 from MartijnCuppens/npm-files
Switch from `.npmignore` to `files` option
|
2020-06-29 07:24:43 -04:00 |
|
dependabot-preview[bot]
|
843f51dccd
|
Merge pull request #1983 from tailwindcss/dependabot/npm_and_yarn/master/browserslist-4.12.2
|
2020-06-29 07:03:57 +00:00 |
|
dependabot-preview[bot]
|
fc0c8f7cb5
|
Bump browserslist from 4.12.1 to 4.12.2
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.1 to 4.12.2.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/master/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.1...4.12.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-29 07:00:16 +00:00 |
|
Martijn Cuppens
|
727e742142
|
Prevent source maps from being generated
|
2020-06-28 23:23:35 +02:00 |
|
Martijn Cuppens
|
91d5cedfc2
|
Switch from npmignore to files option
|
2020-06-28 23:23:35 +02:00 |
|
Adam Wathan
|
2b0b306a77
|
Merge pull request #1760 from k-utsumi/patch-3
♻️💬 Add alt attribute to logo
|
2020-06-28 14:32:02 -04:00 |
|
Adam Wathan
|
4ed410a64d
|
Merge branch 'MartijnCuppens-patch-2'
|
2020-06-28 14:31:15 -04:00 |
|
Adam Wathan
|
bb71e5786e
|
Rebuild test fixtures
|
2020-06-28 14:23:54 -04:00 |
|