Skip to content

Commit a79ac7b

Browse files
committed
Update CHANGELOG
1 parent 0cf3709 commit a79ac7b

File tree

1 file changed

+65
-49
lines changed

1 file changed

+65
-49
lines changed

CHANGELOG.md

Lines changed: 65 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -12,67 +12,83 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1212

1313
1414

15-
- &#8203;<!-- 43 -->[Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
16-
- &#8203;<!-- 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-
- &#8203;<!-- 15 --> Add `paperChannel` token (#41447) @siriwatknp
18-
- &#8203;<!-- 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
1920

2021
2122

22-
- &#8203;<!-- 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
2328

2429
2530

26-
- &#8203;<!-- 12 -->Fix merging of slotProps and componentProps (#41323) @sai6855
31+
- Fix merging of slotProps and componentProps (#41323) @sai6855
2732

2833
2934

30-
- &#8203;<!-- 42 -->[material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
31-
- &#8203;<!-- 40 -->[FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
32-
- &#8203;<!-- 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
3338

3439
### `@pigment-css/[email protected]`
3540

36-
- &#8203;<!-- 10 -->Handle more scenarios while transforming sx prop (#41372) @brijeshb42
37-
- &#8203;<!-- 09 -->Improve testing of fixtures (#41389) @brijeshb42
38-
- &#8203;<!-- 07 -->Fix `keyframes` serialize styles error (#41395) @siriwatknp
39-
- &#8203;<!-- 04 -->Use class selector instead of class value (#41442) @brijeshb42
40-
41-
### Docs
42-
43-
- &#8203;<!-- 14 -->[material-ui] Refine checkout template (#40967) @zanivan
44-
- &#8203;<!-- 33 --> Finish brand name fixes #41438 @oliviertassinari
45-
- &#8203;<!-- 32 --> Remove noreferrer @oliviertassinari
46-
- &#8203;<!-- 31 --> Fix v4 docs <b> appearing in notifications (#41390) @peterwangsc
47-
- &#8203;<!-- 26 -->[joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
48-
- &#8203;<!-- 25 -->[joy-ui] Update case studies chip background color (#41413) @cipherlogs
49-
- &#8203;<!-- 24 -->[joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
50-
- &#8203;<!-- 23 -->[joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
51-
- &#8203;<!-- 22 -->[material-ui] Adjust the Templates card design (#41450) @danilo-leal
52-
- &#8203;<!-- 21 -->[pigment] Add example and guide section (#41249) @siriwatknp
53-
- &#8203;<!-- 20 -->[pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
54-
- &#8203;<!-- 19 -->[pigment-css] Fix import on the README (#41411) @danilo-leal
55-
- &#8203;<!-- 18 -->[pigment-css] Edit starter template links on README (#41409) @danilo-leal
56-
- &#8203;<!-- 05 -->[pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
57-
58-
### Core
59-
60-
- &#8203;<!-- 08 -->[pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
61-
- &#8203;<!-- 11 -->[pigment] Rename directories to match package names (#41453) @brijeshb42
62-
- &#8203;<!-- 06 -->[pigment-css] Example fix leading spaces (#41439) @oliviertassinari
63-
- &#8203;<!-- 37 -->[code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
64-
- &#8203;<!-- 36 -->[code-infra] Add alias for icon types (#41248) @Janpot
65-
- &#8203;<!-- 35 -->[code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
66-
- &#8203;<!-- 34 -->[code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
67-
- &#8203;<!-- 30 -->[docs-infra] move feedback to ESM (#41381) @alexfauquette
68-
- &#8203;<!-- 29 -->[docs-infra] Improve color contrast throughout (#41387) @danilo-leal
69-
- &#8203;<!-- 28 -->[docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
70-
- &#8203;<!-- 27 -->[docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
71-
- &#8203;<!-- 38 -->[blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
72-
- &#8203;<!-- 02 -->[website] Update the Careers page role (#41384) @danilo-leal
73-
- &#8203;<!-- 01 -->[website] Compress about images @oliviertassinari
74-
- &#8203;<!-- 17 -->[examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
75-
- &#8203;<!-- 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
7692

7793
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
7894

0 commit comments

Comments
 (0)