[Snyk] Upgrade tailwindcss from 1.1.2 to 1.9.6 #17
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.
Snyk has created this PR to upgrade tailwindcss from 1.1.2 to 1.9.6.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: tailwindcss
-
1.9.6 - 2020-10-23
-
-
1.9.5 - 2020-10-19
- Fix issue where using
-
1.9.4 - 2020-10-17
- Fix issue changing plugins defined using the
-
1.9.3 - 2020-10-16
- Fix issue where
- Remove console warnings about upcoming breaking changes (see note below)
-
1.9.2 - 2020-10-14
- Merge plugins when merging config with preset (#2561
- Use
-
1.9.1 - 2020-10-13
- Don't import
-
1.9.0 - 2020-10-12
- Add new
- Scaffold new
- Add
- Make
- Add additional small
- Add
- Add new utilities for
- Promote
- Don't escape keyframe values (#2432)
- Use
- Add experimental
- Rename
- Support disabling dark mode variants globally (#2530)
-
1.8.13 - 2020-10-10
- Support defining colors as closures even when opacity variables are not supported (#2536)
-
1.8.12 - 2020-10-07
- Reset color opacity variable in utilities generated using closure colors (#2515)
-
1.8.11 - 2020-10-06
-
1.8.10 - 2020-09-14
-
1.8.9 - 2020-09-13
-
1.8.8 - 2020-09-11
-
1.8.7 - 2020-09-10
-
1.8.6 - 2020-09-09
-
1.8.5 - 2020-09-07
-
1.8.4 - 2020-09-07
-
1.8.3 - 2020-09-05
-
1.8.2 - 2020-09-05
-
1.8.1 - 2020-09-04
-
1.8.0 - 2020-09-04
-
1.7.6 - 2020-08-29
-
1.7.5 - 2020-08-26
-
1.7.4 - 2020-08-26
-
1.7.3 - 2020-08-20
-
1.7.2 - 2020-08-19
-
1.7.1 - 2020-08-19
-
1.7.0 - 2020-08-18
-
1.6.3 - 2020-08-18
-
1.6.2 - 2020-08-03
-
1.6.1 - 2020-08-02
-
1.6.0 - 2020-07-28
-
1.5.2 - 2020-07-21
-
1.5.1 - 2020-07-15
-
1.5.0 - 2020-07-15
-
1.4.6 - 2020-05-08
-
1.4.5 - 2020-05-06
-
1.4.4 - 2020-05-01
-
1.4.3 - 2020-05-01
-
1.4.2 - 2020-05-01
-
1.4.1 - 2020-04-30
-
1.4.0 - 2020-04-29
-
1.3.5 - 2020-04-23
-
1.3.4 - 2020-04-21
-
1.3.3 - 2020-04-21
-
1.3.2 - 2020-04-21
-
1.3.1 - 2020-04-21
-
1.3.0 - 2020-04-21
-
1.2.0 - 2020-02-05
-
1.2.0-canary.8 - 2020-02-05
-
1.2.0-canary.7 - 2020-02-03
-
1.2.0-canary.6 - 2020-02-03
-
1.2.0-canary.5 - 2020-01-08
-
1.2.0-canary.4 - 2020-01-08
-
1.2.0-canary.3 - 2020-01-08
-
1.2.0-canary.2 - 2019-12-20
-
1.2.0-canary.1 - 2019-10-22
-
1.2.0-canary.0 - 2019-10-14
-
1.1.4 - 2019-11-25
-
1.1.3 - 2019-10-22
-
1.1.2 - 2019-08-14
from tailwindcss GitHub release notesChanged
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.Fixed
themewith default line-heights did not resolve correctly (#2308)Fixed
withOptionsAPI would not trigger rebuilds in watch processestailwindcss init --fullscaffolded a corrupt config file (#2556)I've opted to remove the console notices about upcoming breaking changes (that encouraged users to opt-in to future features using the
futureoption in their config file.)While I had good intentions for this approach originally, I'm realizing now that it just ends up creating more confusion and a sloppier documentation story. Any breaking changes can't really be documented easily because the documentation needs to show the stable version of any given feature, since we can't assume someone has opted in to the new stuff.
This means that when someone does opt in, they are basically opting in to being out of sync with the documentation, which is a crappy experience for them, especially if they can't upgrade to Tailwind 2.0 in the near future because they need to support IE11.
For this reason I've decided to stop warning about the upcoming breaking changes so that we don't force users to opt-in to an essentially undocumented version of the framework. Instead we will continue to maintain the "upcoming changes" page in the docs, and continue to ship new ideas behind flags for people to test but without the nudge to upgrade. Folks who are comfortable opting-in to the new stuff early can do so, and folks that aren't can comfortably keep using things the way they are (along with complete documentation) and upgrade to the next version all at once, like people have done traditionally with most dependencies.
I will always strive to make breaking changes as painless and minimal as possible, so spending an hour to do the upgrade in one sitting is never going to be too bad. I highly value backwards compatibility and will never make needlessly breaking changes. An improvement is only worth making if it improves things enough to make up for the upgrade cost, and that's usually pretty rare. For example
lh-5might be a nicer class name thanleading-5but it is absolutely not worth breaking everyone's muscle memory and forcing them to replace hundreds of instances of classes in their projects. We'll only make breaking changes if they unlock meaningful new possibilities or fix fundamental problems that are holding people back.Fixed
word-wrapandoverflow-wraptogether, not one or the other sinceword-wrapis IE-onlyFixed
corePluginsinresolveConfigto avoid bundling browser-incompatible code (#2548)Tailwind CSS v1.9 is now available with a new
presetsfeature, some new utilities, and a few accessibility improvements. Check it out!New features
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)Fixed
Fixed
Commit messages
Package name: tailwindcss
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs