File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Notable changes are documented in this file. The format is based on [Keep a Chan
66
77Breaking changes:
88
9+ New features:
10+
11+ Bugfixes:
12+
13+ Other improvements:
14+
15+ ## [ 0.1.4] - 2022-11-29
16+
917New features:
1018- Grid support / new CSS properties
1119 - ` grid-auto-columns `
@@ -26,15 +34,13 @@ New features:
2634 - ` justify-items `
2735 - ` align-items `
2836
29- Bugfixes:
30-
3137Other improvements:
3238- New examples of type safety
3339 - [ ` TypeError.SelectorPseudoClassingPseudoElement ` ] ( examples/type-errors/SelectorPseudoClassingPseudoElement.purs )
3440 - [ ` TypeError.SelectorPseudoElementDescendant ` ] ( examples/type-errors/SelectorPseudoElementDescendant.purs )
3541 - [ ` TypeError.GridTemplateColumnsAutoRepeatWithFlex ` ] ( examples/type-errors/GridTemplateColumnsAutoRepeatWithFlex.purs )
3642 - [ ` TypeError.GridTemplateColumnsMultipleAutoRepeat ` ] ( examples/type-errors/GridTemplateColumnsMultipleAutoRepeat.purs )
37- - The ` check-examples ` script now verifies that each ` TypeError.* ` example fails
43+ - The [ ` check-examples ` ] ( scripts/check-examples.mjs ) script now verifies that each ` TypeError.* ` example fails
3844 to compile.
3945
4046## [ 0.1.3] - 2022-11-09
You can’t perform that action at this time.
0 commit comments