File tree 6 files changed +15
-1
lines changed
cascade-layer-name-parser
postcss-media-queries-aspect-ratio-number-values
6 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changes to Cascade Layer Name Parser
2
+
1
3
### 1.0.0 (January 19, 2023)
2
4
3
5
- Initial version
Original file line number Diff line number Diff line change
1
+ # Changes to CSS Parser Algorithms
2
+
1
3
### 2.0.0 (January 19, 2023)
2
4
3
5
- Fix: Removes ` UnclosedFunctionNode ` and ` UnclosedSimpleBlockNode ` . (breaking)
Original file line number Diff line number Diff line change
1
+ # Changes to CSS Tokenizer
2
+
1
3
### 2.0.0 (January 19, 2023)
2
4
3
5
- Simplify ` Reader ` interface (breaking)
Original file line number Diff line number Diff line change
1
+ # Changes to Media Query List Parser
2
+
1
3
### 2.0.0 (January 19, 2023)
2
4
3
5
- Refactor ` MediaFeatureBoolean ` so that it follows the same structure as ` MediaFeaturePlain ` (breaking)
Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS Design Tokens
2
2
3
- ### Unreleased
3
+ ### Unreleased
4
4
5
5
- Fix unit conversion
6
6
Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS Media Queries Aspect-Ratio Number Values
2
2
3
+ ### Unreleased
4
+
5
+ - Updated ` @csstools/css-parser-algorithms ` to ` 2.0.0 ` (major)
6
+ - Updated ` @csstools/css-tokenizer ` to ` 2.0.0 ` (major)
7
+ - Updated ` @csstools/media-query-list-parser ` to ` 2.0.0 ` (major)
8
+
3
9
### 1.0.0 (November 14, 2022)
4
10
5
11
- Initial version
You can’t perform that action at this time.
0 commit comments