Skip to content

Commit 29994ae

Browse files
authored
v1.0.0-alpha.3 (#709)
1 parent f7abe23 commit 29994ae

File tree

3 files changed

+80
-2
lines changed

3 files changed

+80
-2
lines changed

Diff for: CHANGELOG.md

+78
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,83 @@
11
# Versions
22

3+
## v1.0.0-alpha.3
4+
5+
_Oct 7, 2024_
6+
7+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
8+
9+
- ⭐ We added several new components: CheckboxGroup, RadioGroup, Form, Separator
10+
- ⭐ Menu has new parts: CheckboxItem, RadioItem, and Group
11+
12+
### `@base_ui/[email protected]`
13+
14+
- [AlertDialog] Move types to namespaces (#591) @michaldudak
15+
- [Checkbox] Modernize implementation (#594) @atomiks
16+
- [CheckboxGroup] Implement components and hooks (#458) @atomiks
17+
- [Collapsible] Add Collapsible components and hooks (#481) @mj12albert
18+
- [Dialog] Move types to namespaces (#697) @michaldudak
19+
- [Dialog][Collapsible] Fix style prop merging (#641) @michaldudak
20+
- [Form] Create new `Form` component (#589) @atomiks
21+
- [Menu] CheckboxItem component (#533) @michaldudak
22+
- [Menu] Do not select an item when space is pressed during typeahead (#542) @michaldudak
23+
- [Menu] Fix custom anchor positioning (#609) @michaldudak
24+
- [Menu] Group and Separator components (#535) @michaldudak
25+
- [Menu] Increase test timeout (#592) @michaldudak
26+
- [Menu] RadioItem component (#534) @michaldudak
27+
- [Menu] Remove the unused prop (#647) @michaldudak
28+
- [Menu] Remove wrong default value from docs (#549) @sai6855
29+
- [Menu][Popover][PreviewCard][Tooltip] Add default value as `clippingAncestors` to collisionBoundary prop (#580) @sai6855
30+
- [NumberField] Modernize implementation (#590) @atomiks
31+
- [Popover] Modernize implementation (#607) @atomiks
32+
- [PreviewCard] Modernize implementation (#626) @atomiks
33+
- [RadioGroup] Create new `RadioGroup` component (#487) @atomiks
34+
- [Slider] Fix Home / End regression (#526) @sai6855
35+
- [Tooltip] Modernize implementation (#606) @atomiks
36+
- [useButton] Modernize implementation (#643) @michaldudak
37+
- [useScrollLock] Avoid scrollbar layout shift issues (#604) @atomiks
38+
39+
### Docs
40+
41+
- [docs] Fix 301 redirections in docs @oliviertassinari
42+
- [docs] Make the readme specific to @base_ui/react (#633) @michaldudak
43+
- [docs] Copy vale-action.yml from main repo @oliviertassinari
44+
- [docs] Fix 301 to chromium (#636) @oliviertassinari
45+
- [docs] Avoid dead links in demos (#610) @oliviertassinari
46+
- [docs] Fix rel attribute on edit GitHub links (#614) @oliviertassinari
47+
- [docs] Fix pnpm docs:link-check script (#552) @oliviertassinari
48+
- [docs] Fix Stack Overflow issue canned response @oliviertassinari
49+
- [docs] Fix outdated link to support page @oliviertassinari
50+
- [docs] Clarify contribution guide references @oliviertassinari
51+
52+
### Core
53+
54+
- [code-infra] Remove custom playwright installation steps (#646) @Janpot
55+
- [core] Fix 301 link to Next.js and git diff @oliviertassinari
56+
- [core] Fix package.json repository rule @oliviertassinari
57+
- [core] MUI X repository moved to a new location @oliviertassinari
58+
- [core] React 19 compatibility (#605) @michaldudak
59+
- [core] Reference `ownerDocument` (#660) @atomiks
60+
- [core] Remove 'use client' from index files (#331) @michaldudak
61+
- [core] Remove /.yarn (#596) @oliviertassinari
62+
- [core] Remove Material UI dependency (#585) @michaldudak
63+
- [core] Remove the legacy components from the repo (#584) @michaldudak
64+
- [core] Rename positionStrategy to positionMethod (#704) @michaldudak
65+
- [docs-infra] Fix double // (#613) @oliviertassinari
66+
- [docs-infra] Strengthen CSP (#595) @oliviertassinari
67+
- [infra] Adds reusable workflow for closing message on issues (#598) @michelengelen
68+
- [infra] Adds reusable workflow for issue cleanup (#597) @michelengelen
69+
- [infra] Fix line break in Stack Overflow message @oliviertassinari
70+
- [test] Fix tests on Safari (#546) @michaldudak
71+
- [test] Fix the test_types_next CI job (#703) @michaldudak
72+
- [test] Improve visual screenshot canva (#708)
73+
- [test] Point Istanbul to correct URL (#657) @sai6855
74+
- [test] Run Browserstack tests on master only (#578) @michaldudak
75+
- [test] Use `waitFor` instead of fixed timeout in tests (#632) @michaldudak
76+
- [website] Improve utm_source strategy @oliviertassinari
77+
- [website] Modernize the Base UI website (#538) @michaldudak
78+
79+
All contributors of this release in alphabetical order: @atomiks, @Janpot, @michaldudak, @michelengelen, @mj12albert, @oliviertassinari, @sai6855
80+
381
## v1.0.0-alpha.2
482

583
_Aug 19, 2024_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@base_ui/monorepo",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

Diff for: packages/mui-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@base_ui/react",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

0 commit comments

Comments
 (0)