@@ -12,67 +12,83 @@ A big thanks to the 15 contributors who made this release possible. Here are som
12
12
13
13
14
14
15
- - ​<!-- 43 -->[Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
16
- - ​<!-- 41 -->[Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
17
- - ​<!-- 15 --> Add `paperChannel` token (#41447) @siriwatknp
18
- - ​<!-- 13 -->[Switch] Convert to support CSS extraction (#41367) @alexfauquette
15
+ - [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
16
+ - [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
17
+ - Add `paperChannel` token (#41447) @siriwatknp
18
+ - [Switch] Convert to support CSS extraction (#41367) @alexfauquette
19
+ - [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
19
20
20
21
21
22
22
- - ​<!-- 03 -->[RtlProvider] Add component & hook (#41241) @mnajdova
23
+ - [RtlProvider] Add component & hook (#41241) @mnajdova
24
+
25
+
26
+
27
+ - [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
23
28
24
29
25
30
26
- - ​<!-- 12 --> Fix merging of slotProps and componentProps (#41323) @sai6855
31
+ - Fix merging of slotProps and componentProps (#41323) @sai6855
27
32
28
33
29
34
30
- - ​<!-- 42 --> [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
31
- - ​<!-- 40 --> [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
32
- - ​<!-- 39 --> [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
35
+ - [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
36
+ - [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
37
+ - [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
33
38
34
39
### `@pigment-css/
[email protected] `
35
40
36
- - ​<!-- 10 -->Handle more scenarios while transforming sx prop (#41372) @brijeshb42
37
- - ​<!-- 09 -->Improve testing of fixtures (#41389) @brijeshb42
38
- - ​<!-- 07 -->Fix `keyframes` serialize styles error (#41395) @siriwatknp
39
- - ​<!-- 04 -->Use class selector instead of class value (#41442) @brijeshb42
40
-
41
- ### Docs
42
-
43
- - ​<!-- 14 -->[material-ui] Refine checkout template (#40967) @zanivan
44
- - ​<!-- 33 --> Finish brand name fixes #41438 @oliviertassinari
45
- - ​<!-- 32 --> Remove noreferrer @oliviertassinari
46
- - ​<!-- 31 --> Fix v4 docs <b> appearing in notifications (#41390) @peterwangsc
47
- - ​<!-- 26 -->[joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
48
- - ​<!-- 25 -->[joy-ui] Update case studies chip background color (#41413) @cipherlogs
49
- - ​<!-- 24 -->[joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
50
- - ​<!-- 23 -->[joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
51
- - ​<!-- 22 -->[material-ui] Adjust the Templates card design (#41450) @danilo-leal
52
- - ​<!-- 21 -->[pigment] Add example and guide section (#41249) @siriwatknp
53
- - ​<!-- 20 -->[pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
54
- - ​<!-- 19 -->[pigment-css] Fix import on the README (#41411) @danilo-leal
55
- - ​<!-- 18 -->[pigment-css] Edit starter template links on README (#41409) @danilo-leal
56
- - ​<!-- 05 -->[pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
57
-
58
- ### Core
59
-
60
- - ​<!-- 08 -->[pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
61
- - ​<!-- 11 -->[pigment] Rename directories to match package names (#41453) @brijeshb42
62
- - ​<!-- 06 -->[pigment-css] Example fix leading spaces (#41439) @oliviertassinari
63
- - ​<!-- 37 -->[code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
64
- - ​<!-- 36 -->[code-infra] Add alias for icon types (#41248) @Janpot
65
- - ​<!-- 35 -->[code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
66
- - ​<!-- 34 -->[code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
67
- - ​<!-- 30 -->[docs-infra] move feedback to ESM (#41381) @alexfauquette
68
- - ​<!-- 29 -->[docs-infra] Improve color contrast throughout (#41387) @danilo-leal
69
- - ​<!-- 28 -->[docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
70
- - ​<!-- 27 -->[docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
71
- - ​<!-- 38 -->[blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
72
- - ​<!-- 02 -->[website] Update the Careers page role (#41384) @danilo-leal
73
- - ​<!-- 01 -->[website] Compress about images @oliviertassinari
74
- - ​<!-- 17 -->[examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
75
- - ​<!-- 16 -->[examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
41
+ - Handle more scenarios while transforming sx prop (#41372) @brijeshb42
42
+ - Improve testing of fixtures (#41389) @brijeshb42
43
+ - Fix `keyframes` serialize styles error (#41395) @siriwatknp
44
+ - Use class selector instead of class value (#41442) @brijeshb42
45
+ - [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
46
+
47
+ ### Docs
48
+
49
+ - [material-ui] Refine checkout template (#40967) @zanivan
50
+ - [material-ui] Add docs for complementary List components (#41329) @anle9650
51
+ - [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
52
+ - [material-ui] Fix Templates live preview link (#41467) @danilo-leal
53
+ - [material-ui] Polish out the templates page (#41468) @zanivan
54
+ - [material-ui] Adjust the Templates card design (#41450) @danilo-leal
55
+ - [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
56
+ - [joy-ui] Update case studies chip background color (#41413) @cipherlogs
57
+ - [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
58
+ - [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
59
+ - [pigment] Add example and guide section (#41249) @siriwatknp
60
+ - [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
61
+ - [pigment-css] Fix import on the README (#41411) @danilo-leal
62
+ - [pigment-css] Edit starter template links on README (#41409) @danilo-leal
63
+ - [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
64
+ - [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
65
+ - Finish brand name fixes #41438 @oliviertassinari
66
+ - Remove noreferrer @oliviertassinari
67
+ - Fix v4 docs <b> appearing in notifications (#41390) @peterwangsc
68
+ - Update GitHub project links (#41370) @danilo-leal
69
+
70
+ ### Core
71
+
72
+ - [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
73
+ - [pigment] Rename directories to match package names (#41453) @brijeshb42
74
+ - [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
75
+ - [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
76
+ - [code-infra] Add alias for icon types (#41248) @Janpot
77
+ - [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
78
+ - [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
79
+ - [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
80
+ - [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
81
+ - [docs-infra] Fix pigment css apps path in the render mui demos script (#41476) @mnajdova
82
+ - [docs-infra] move feedback to ESM (#41381) @alexfauquette
83
+ - [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
84
+ - [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
85
+ - [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
86
+ - [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
87
+ - [website] Update the Careers page role (#41384) @danilo-leal
88
+ - [website] Compress about images @oliviertassinari
89
+ - [website] Improve color contrast on the homepage (#41465) @danilo-leal
90
+ - [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
91
+ - [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
76
92
77
93
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
78
94
0 commit comments