Update dependency tailwindcss to v1.9.6 - abandoned - #82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
August 9, 2019 20:15
1488962 to
d776ecc
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
August 14, 2019 22:19
d776ecc to
a266c44
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
August 26, 2019 10:24
a266c44 to
d86139d
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
October 22, 2019 18:25
d86139d to
910d0ad
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
November 12, 2019 03:22
910d0ad to
6e65c7d
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
November 25, 2019 16:50
6e65c7d to
90797f3
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
December 12, 2019 02:19
90797f3 to
b092404
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
December 20, 2019 19:20
b092404 to
ff5284f
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
February 9, 2020 05:59
ff5284f to
5a4e0f8
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
April 21, 2020 00:40
5a4e0f8 to
1b67fd4
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
April 21, 2020 01:16
1b67fd4 to
21b69ab
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
April 21, 2020 09:24
21b69ab to
ae1133f
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
April 21, 2020 20:11
ae1133f to
f54d6f0
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
April 23, 2020 12:03
f54d6f0 to
ddc8705
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
May 8, 2020 11:48
ddc8705 to
c9a6435
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
May 16, 2020 03:53
c9a6435 to
fe3d038
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
August 23, 2020 08:05
fe3d038 to
e5b19dd
Compare
renovate
Bot
force-pushed
the
renovate/tailwindcss-1.x
branch
from
October 26, 2020 09:05
e5b19dd to
7433fb7
Compare
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.6->1.9.6Release Notes
tailwindlabs/tailwindcss
v1.9.6Compare Source
Changed
The
presetsfeature had unexpected behavior where a preset config without its ownpresetskey would not extend the default config. (#2662)If you were depending on this unexpected behavior, just add
presets: []to your own preset to exclude the default configuration.v1.9.5Compare Source
Fixed
themewith default line-heights did not resolve correctlyv1.9.4Compare Source
Fixed
withOptionsAPI would not trigger rebuilds in watch processesv1.9.3Compare Source
Fixed
tailwindcss init --fullscaffolded a corrupt config file (https://github.com/tailwindlabs/tailwindcss/issues/2556)Changed
v1.9.2Compare Source
Fixed
word-wrapandoverflow-wraptogether, not one or the other sinceword-wrapis IE-onlyv1.9.1Compare Source
Fixed
corePluginsinresolveConfigto avoid bundling browser-incompatible code (#2548)v1.9.0Compare Source
Added
presetsconfig option (#2474)tailwind.config.jsfiles with availablefutureflags commented out (#2379)col-span-fullandrow-span-full(#2471)outlineconfigurable,outline-nonemore accessible by default, and addoutline-blackandoutline-white(#2460)rotateandskewvalues (#2528)xl,2xl, and3xlborder radius values (#2529)grid-auto-columnsandgrid-auto-rows(#2531)defaultLineHeightsandstandardFontWeightsfrom experimental to futureFixed
word-wrapinstead ofoverflow-wrapinie11target mode (#2391)Experimental
2xlbreakpoint (#2468){u}-max-contentand{u}-min-contentutilities to{u}-maxand{u}-minin experimental extended spacing scale (#2532)v1.8.13Compare Source
Fixed
v1.8.12Compare Source
Fixed
v1.8.11Compare Source
tailwindcss.pluginwork in ESM environments for reasonsv1.8.10Compare Source
Fixed
darkexperiment from causing third-partydarkvariants to inherit stacking behavior (#2382)v1.8.9Compare Source
Fixed
extendedSpacingScaleexperiment (#2358)!importantwas stripped from declarations within rules that used@applywithapplyComplexClasses(#2376)Changed
futuresection to config stubs (#2372, 3090b98)v1.8.8Compare Source
Fixed
resolveConfigcode path (#2368)v1.8.7Compare Source
Fixed
class=\"block\") weren't extracted properly for purging (#2364)v1.8.6Compare Source
Fixed
v1.8.5Compare Source
Fixed
resolveConfigdidn't take into account configs added by feature flags (#2347)v1.8.4Compare Source
Fixed
@applywhen using theapplyComplexClassesexperiment (#2271)Changed
font-hairlineandfont-thintofont-thinandfont-extralightbehindstandardFontWeightsflag (experimental until v1.9.0) (#2333)v1.8.3Compare Source
Fixed
font-variant-numericutilities would break in combination with most CSS minifier configurations (f3660ce)conservativepurge mode being deprecated once per process (58781b5)v1.8.2Compare Source
Fixed
pluginsarray in your config (#2322)v1.8.1Compare Source
Fixed
v1.8.0Compare Source
Added
preserveHtmlElementsoption forpurge(#2283)layersmode forpurge(#2288)font-variant-numericutilities (#2305)place-items,place-content,place-self,justify-items, andjustify-selfutilities (#2306)Changed
@layerat-rules are now grouped with the corresponding@tailwindat-rule (#2312)Deprecated
conservativepurge mode, deprecated in favor oflayersv1.7.6Compare Source
Fixed
@applyimplementation broke when applying a variant class with the important option globally enabledv1.7.5Compare Source
Changed
v1.7.4Compare Source
Added
postcss.config.jsfileChanged
@applyinsensitive to whitespace in the newapplyComplexClassesexperimentFixed
applyComplexClassesexperiment didn't behave as expected with rules with multiple selectors, like.foo, .bar { color: red }v1.7.3Compare Source
Changed
Fixed
gradientColorStopsplugin was enabledv1.7.2Compare Source
Added
v1.7.1Compare Source
Changed
v1.7.0Compare Source
Added
contentsdisplay utility@applywith variants and other complex classes (experimental)Deprecated
v1.6.3Compare Source
Fixed
v1.6.2Compare Source
Fixed
@keyframesrespecting the important option would break animations in Chromev1.6.1Compare Source
Fixed
v1.6.0Compare Source
Added
prefers-reduced-motionvariantsoverscroll-behaviourutilitiesv1.5.2Compare Source
Fixed
@applywith unprefixed class names if you had configured a prefixv1.5.1Compare Source
Fixed
v1.5.0Compare Source
Added
variantssupportcontainervariantsfocus-visiblevariantcheckedvariantv1.4.6Compare Source
Changed
v1.4.5Compare Source
Fixed
divideColorplugin was using the wrong '' in IE11 target modev1.4.4Compare Source
Fixed
target: ['browserslist', {...}]didv1.4.3Compare Source
Changed
v1.4.2Compare Source
Fixed
purge: { enabled: false }was ignored, addpurge: falseshorthandv1.4.1Compare Source
Changed
v1.4.0Compare Source
Added
v1.3.5Compare Source
Removed
fs-extradependency to^8.0.0to preserve Node 8 compatibility until Tailwind 2.0Fixed
space-x-0didn't work for example)v1.3.4Compare Source
Fixed
divide-{x/y}-0utilities didn't work due to missing unit incalccallv1.3.3Compare Source
Added
space,divideWidth, anddivideColorutilitiesv1.3.2Compare Source
responsivevariants forspace,divideWidth, anddivideColorutilitiesv1.3.1Compare Source
Fixed
space-xutilities were not being applied correctly due to referencing--space-y-reverseinstead of--space-x-reversev1.3.0Compare Source
Added
spaceanddividelayout utilitiestransition-delayutilitiesgroup-focusvariantcontainerclasscurrentto the default color paletteinline-gridutilityflow-rootdisplay utilityclear-noneutilityv1.2.0Compare Source
Added
max-w-{screen}utilitiesmax-w-noneutilityrounded-mdutilityshadow-smutilityshadow-xsutilitystroke-widthutilitiespluginandplugin.withOptionsAPIsChanged
v1.1.4Compare Source
Changed
.groupclass. I'm sorry 😞Fixed
.groupclass was not receiving the user's configured prefix when using theprefixoptionv1.1.3Compare Source
Fixed
themeconfig didn't receive the second utils argumentv1.1.2Compare Source
Fixed
v1.1.1Compare Source
Fixed
autowould fail to make it through the default negative margin configv1.1.0Compare Source
Added
border-doubleutilityFixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.