source: trip-planner-front/node_modules/css-has-pseudo/CHANGELOG.md@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1# Changes to CSS Has Pseudo
2
3### 0.10.0 (December 11, 2018)
4
5- Fixed an issue where inaccessible rules would crash the library
6
7### 0.9.0 (November 26, 2018)
8
9- Improved CLI usage
10
11### 0.8.0 (November 26, 2018)
12
13- Fixed an issue where attribute names were not being properly encoded
14
15### 0.7.0 (November 25, 2018)
16
17- Replaced `setImmediate` with `requestAnimationFrame` for future compatibility
18
19### 0.6.0 (November 25, 2018)
20
21- Fixed an issue where nested rules were not supported
22
23### 0.5.0 (November 21, 2018)
24
25- Further optimize script; from 775 bytes to 757 bytes
26
27### 0.4.0 (November 21, 2018)
28
29- Fixed an issue with the browser script not picking up added nodes
30
31### 0.3.0 (November 21, 2018)
32
33- Fixed the misnamed function name for the browser-ready script
34
35### 0.2.0 (November 21, 2018)
36
37- Improved browser compatibility with updated parsers, encoders, and decoders
38- Improved performance by walking the DOM less
39- Reduced script size by 9%; from 855 bytes to 775 bytes
40
41### 0.1.0 (November 20, 2018)
42
43- Initial version
Note: See TracBrowser for help on using the repository browser.