3672 Commits

Author SHA1 Message Date
Robin Malfait
59f3f53cbb
2.1.1 v2.1.1 2021-04-06 00:13:49 +02:00
Robin Malfait
6ed835cb71
Fix invalid arg type (#3978)
* default to `tailwind.css` file when no input is given

* skip undefined files

* update forgotten test fixtures
2021-04-06 00:12:52 +02:00
Adam Wathan
8bce53b9ca 2.1.0 v2.1.0 2021-04-05 14:42:19 -04:00
Adam Wathan
37519186b6 Bundle jit folder 2021-04-05 13:32:16 -04:00
Adam Wathan
db3f97a21b Escape commas in native escapeClassName and nameClass functions 2021-04-05 11:03:54 -04:00
Adam Wathan
46c6829700 Update changelog 2021-04-05 07:36:01 -04:00
Adam Wathan
60a06788fe
Add CSS filter support (#3923)
* Implement `filter` helper classes with all methods

* Rename filter plugins/utilities, drop filter opacity, add drop shadow

* Remove non-final default filter values

* Working on default filter values, add basic JIT support

* Working on blur values

* New blur values (these are ~okay)

* Match drop-shadow values to box-shadows by eye as best as possible

* Update tests

* Fix kitchen sink test

* Add filter variants configuration

* Move drop-shadow to end of filters list

Co-Authored-By: Peter Neupauer <peter@neupauer.sk>

* Add invert variants configuration

* Add backdrop-filter utilities

* Update tests

* Transition filters by default

* Alphabetize new config keys

* Optimize filter plugins for JIT + add arbitrary value support

Except for drop-shadow, will add that once we can think it through a bit.

Co-authored-by: Nick Schmidt <nick@kreativgebiet.com>
Co-authored-by: Peter Neupauer <peter@neupauer.sk>
2021-04-04 19:09:34 -04:00
Adam Wathan
38661c3a4f Update changelog 2021-04-04 06:54:59 -04:00
Peter Neupauer
0b5f5e932a
Add list-item display utility (#3929)
Signed-off-by: Peter Neupauer <peter@neupauer.sk>
2021-04-04 06:53:41 -04:00
Adam Wathan
1cb060d34e
Add mix-blend-mode and background-blend-mode utilities (#3920)
* Add mix-blend-mode utilities

* Rename mix-blend-mode utilities to `mix-blend-*`

Co-Authored-By: Peter Neupauer <peter@neupauer.sk>

* Add `background-blend-mode` utilities

Co-Authored-By: Peter Neupauer <peter@neupauer.sk>

Co-authored-by: Peter Neupauer <peter@neupauer.sk>
2021-04-04 06:50:05 -04:00
Adam Wathan
21a96af143 Derive JIT display utilities from AOT display plugin 2021-04-03 06:52:20 -04:00
Erik Verbeek
48d7648938
Added support for display : inline-table (#3563)
* Added support for display : inline-table

* Moved the inline-table class to the suggested spot and updated the tests

Co-authored-by: Erik Verbeek <erik@evidencio.com>
2021-04-03 06:45:52 -04:00
Adam Wathan
9e705dbb99 Remove justify-auto and place-items-auto
These CSS values don't even exist.
2021-04-03 06:41:44 -04:00
Adam Wathan
d76c6a998c Update changelog 2021-04-02 16:33:04 -04:00
Adam Wathan
e1e66e3848
Add isolation utilities (#3914) 2021-04-02 16:32:25 -04:00
depfu[bot]
b1aac5199f Update postcss-nested to version 5.0.5 2021-04-02 20:12:54 +00:00
Adam Wathan
e9a720c489 Update changelog 2021-04-02 16:05:47 -04:00
Adam Wathan
8c07172726
Add box-decoration-break utilities (#3911) 2021-04-02 16:04:52 -04:00
Adam Wathan
e75c5e7e6d Update changelog 2021-04-02 15:22:10 -04:00
Robin Malfait
784af4313a check for different -webkit prefix test
The tests started failing because `-webkit-max-content` is not needed
anymore. So instead we are now checking for `-webkit-background-clip`.

If this happens in the future, we could check for ` -webkit-` (notice
the space in front) so that we dont test for hardcoded
`::-webkit-inner-spin-button`.
2021-04-02 15:13:21 -04:00
Robin Malfait
da2e0da3eb pin postcss-nested to 5.0.1 2021-04-02 15:13:21 -04:00
Robin Malfait
789b0452b5 swap yarn.lock for package-lock.json 2021-04-02 15:13:21 -04:00
Robin Malfait
1bda5f5dab use package-lock.json in CI 2021-04-02 15:13:21 -04:00
Adam Wathan
fea75a0c8d Don't crash if failing to remove a touch file (race condition) 2021-04-02 14:34:50 -04:00
Adam Wathan
d541742774 Fix style 2021-04-02 14:34:50 -04:00
Adam Wathan
b242fb70b5 Unify test suites 2021-04-02 14:34:50 -04:00
Adam Wathan
396b3617c3 Lock postcss-nested to 5.0.1
Migrating to visitor API in 5.0.2 breaks a lot of things.
2021-04-02 14:34:50 -04:00
Adam Wathan
44505df53f Add PostCSS 7 support (maybe) 2021-04-02 14:34:50 -04:00
Adam Wathan
e8adab7ebb Only warn about JIT engine once 2021-04-02 14:34:50 -04:00
Adam Wathan
3bdb6d3707 Update package.json 2021-04-02 14:34:50 -04:00
Adam Wathan
db2c661048 Add mode option to use JIT code path 2021-04-02 14:34:50 -04:00
Adam Wathan
66765c18e5 Update tailwindcss references 2021-04-02 14:34:50 -04:00
Adam Wathan
bc5a82a4e3 Copy JIT over, tests passing separately, not yet integrated 2021-04-02 14:34:50 -04:00
depfu[bot]
60b5d63b19 Update clean-css to version 5.1.2 2021-03-31 18:34:49 +00:00
Adam Wathan
e16cd881bb Merge branch 'fcFn-patch-1' 2021-03-30 11:11:07 -04:00
Adam Wathan
c44d64b8e8 Update fixtures 2021-03-30 11:10:34 -04:00
Adam Wathan
8dc6f92af0 Merge branch 'patch-1' of git://github.com/fcFn/tailwindcss into fcFn-patch-1 2021-03-30 11:09:08 -04:00
depfu[bot]
0c5254715a
Update clean-css to version 5.1.1 (#3778)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2021-03-30 11:01:37 -04:00
Simon Vrachliotis
e227320e59
Update issue template config links
Deeplinking to GitHub issue discussion categories with the `category` query param
2021-03-22 13:45:21 +11:00
Simon Vrachliotis
1f4139c98d
Adds issue template (YAML config) for bug report
* Add YAML config for bug report template
* Remove "legacy" bug report template in favour of YAML config
* Remove "legacy" issue template markdown file
2021-03-22 13:31:01 +11:00
depfu[bot]
5e45e8e5db Update eslint to version 7.22.0 2021-03-19 22:03:50 +00:00
Adam Wathan
0b32b32bcc Update tests 2021-03-17 17:50:44 -04:00
Adam Wathan
cc77cd5df5 2.0.4 2021-03-17 17:47:08 -04:00
Adam Wathan
d98f2f829d Pass full opacityValue always 2021-03-17 17:47:08 -04:00
depfu[bot]
d00c12efba Update postcss to version 8.2.8 2021-03-16 22:33:51 +00:00
depfu[bot]
4754bfe06f Update autoprefixer to version 10.2.5 2021-03-12 15:32:59 +00:00
depfu[bot]
af25d517b8 Update postcss-nested to version 5.0.5 2021-03-06 04:52:42 +00:00
depfu[bot]
86b0bbc754 Update all of babel7 to version 7.13.8 2021-03-06 00:03:37 +00:00
depfu[bot]
ea3bd20914 Update lodash to version 4.17.21 2021-02-27 16:03:54 +00:00
depfu[bot]
0b15037e67 Update eslint to version 7.20.0 2021-02-19 23:01:44 +00:00