postcss 7.0.27 → 7.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of postcss might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
+ ## 7.0.31
5
+ * Use only the latest source map annotation (by Emmanouil Zoumpoulakis).
6
+
7
+ ## 7.0.30
8
+ * Fix TypeScript definition (by Natalie Weizenbaum).
9
+
10
+ ## 7.0.29
11
+ * Update `Processor#version`.
12
+
13
+ ## 7.0.28
14
+ * Fix TypeScript definition (by Natalie Weizenbaum).
15
+
4
16
  ## 7.0.27
5
17
  * Fix TypeScript definition (by Natalie Weizenbaum).
6
18
 
package/README.md CHANGED
@@ -39,6 +39,16 @@ at <surrender@evilmartians.com>.
39
39
  alt="Sponsored by Evil Martians" width="236" height="54">
40
40
  </a>
41
41
 
42
+ ## Sponsorship
43
+
44
+ PostCSS needs your support. We are accepting donations
45
+ [at Open Collective](https://opencollective.com/postcss/).
46
+
47
+ <a href="https://tailwindcss.com/">
48
+ <img src="https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo.svg"
49
+ alt="Sponsored by Tailwind CSS" width="273" height="64">
50
+ </a>
51
+
42
52
  ## Plugins
43
53
 
44
54
  Currently, PostCSS has more than 200 plugins. You can find all of the plugins
@@ -468,3 +478,14 @@ To report a security vulnerability, please use the [Tidelift security contact].
468
478
  Tidelift will coordinate the fix and disclosure.
469
479
 
470
480
  [Tidelift security contact]: https://tidelift.com/security
481
+
482
+
483
+ ## For Enterprise
484
+
485
+ Available as part of the Tidelift Subscription.
486
+
487
+ The maintainers of `postcss` and thousands of other packages are working
488
+ with Tidelift to deliver commercial support and maintenance for the open source
489
+ dependencies you use to build your applications. Save time, reduce risk,
490
+ and improve code health, while paying the maintainers of the exact dependencies
491
+ you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-postcss?utm_source=npm-postcss&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)