8000 Releases · postcss/postcss · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: postcss/postcss

10000

8.5.6

16 Jun 13:57
8.5.6
91d6eb5
Compare
Choose a tag to compare
  • Fixed ContainerWithChildren type discriminating (by @Goodwine).

8.5.5

11 Jun 17:11
8.5.5
c181597
Compare
Choose a tag to compare
  • Fixed package.jsonexports compatibility with some tools (by @JounQin).

8.5.4

29 May 05:51
8.5.4
6cb4a66
Compare
Choose a tag to compare

8.5.3

19 Feb 13:45
8.5.3
22c309d
Compare
Choose a tag to compare

8.5.2

10 Feb 20:51
8.5.2
692fcde
Compare
Choose a tag to compare
  • Fixed end position of rules with semicolon (by @romainmenke).

8.5.1

14 Jan 10:55
8.5.1
7b02c75
Compare
Choose a tag to compare
  • Fixed backwards compatibility for complex cases (by @romainmenke).

8.5 “Duke Alloces”

10000 13 Jan 19:24
@ai ai
8.5.0
6873270
Compare
Choose a tag to compare
President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

8.4.49

11 Nov 19:58
8.4.49
aed8b89
Compare
Choose a tag to compare
  • Fixed custom syntax without source.offset (by @romainmenke).

8.4.48

10 Nov 21:19
8.4.48
77420d6
Compare
Choose a tag to compare
  • Fixed position calculation in error/warnings methods (by @romainmenke).

8.4.47

14 Sep 14:37
8.4.47
5e6fd13
Compare
Choose a tag to compare
  • Removed debug code.
0