All Versions
251
Latest Version
Avg Release Cycle
34 days
Latest Release
18 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v8.4.8 Changes
- ๐ Fixed end position in empty Custom Properties.
-
v8.4.7 Changes
- ๐ Fixed
Node#warn()type (by Masafumi Koba). - ๐ Fixed comment removal in values after
,.
- ๐ Fixed
-
v8.4.6 Changes
- Prevented comment removing when it change meaning of CSS.
- ๐ Fixed parsing space in last semicolon-less CSS Custom Properties.
- ๐ Fixed comment cleaning in CSS Custom Properties with space.
- ๐ Fixed throwing an error on
.rootaccess for plugin-less case.
-
v8.4.5 Changes
- ๐ Fixed
rawstypes to make object extendable (by James Garbutt). - ๐ Moved from Yarn 1 to pnpm.
- ๐ Fixed
-
v8.4.4 Changes
- ๐ Fixed absolute path in source map on zero plugins mode.
-
v8.4.3 Changes
- ๐ Fixed
this.css.replace is not a functionerror.
- ๐ Fixed
-
v8.4.2 Changes
- ๐ Fixed previous source map support in zero plugins mode.
-
v8.4.1 Changes
- ๐ Fixed
Stringifiertypes (by James Garbutt).
- ๐ Fixed
-
v8.4 Changes
- โ Added ranges for errors and warnings (by Adaline Valentina Simonian).
- โ Added
Stringifiertypes (by James Garbutt). - โ Added
Processortypes. - โ Removed
PostCSS does nothingwarning by lazy parser (Bogdan Dolin). - ๐ Fixed
Node#walkRules()types (by Aleks Hudochenkov). - ๐ Fixed types
RootandDocumentin result values (by James Garbutt). - โฌ๏ธ Reduced npm install size by 0.5 MB.
- ๐ Moved tests from Jest to
uvu(by Andrey Kim). - ๐ Fixed docs (by Paul Shryock).
-
v8.3.11 Changes
- โ Remove debugging code.