Skip to content

Commit 8e81606

Browse files
authoredMay 14, 2024··
[release] v1.0.0 alpha.1 (#402)
1 parent 80bfbb4 commit 8e81606

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed
 

‎CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Versions
22

3+
## v1.0.0-alpha.1
4+
5+
<!-- generated comparing v1.0.0-alpha.0..master -->
6+
7+
_May 14, 2024_
8+
9+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
10+
11+
⭐ We overhauled the Tabs components' API and added a few exciting new features to them (#245).
12+
13+
### `@base_ui/react@1.0.0-alpha.1`
14+
15+
- [NumberField] Fix failing browser tests (#317) @atomiks
16+
- [Tabs] Overhaul Tabs API (#245) @michaldudak
17+
18+
## Docs
19+
20+
- Consistent arrow style (#397) @oliviertassinari
21+
- Link to docs on PRs (#394) @oliviertassinari
22+
- Fix Netlify preview 301 JS assets @oliviertassinari
23+
- Reference shared code from the Core monorepo (#326) @michaldudak
24+
- Remove or hide pages describing the old API (#323) @michaldudak
25+
- Prepare React 19 (#393) @oliviertassinari
26+
- Fix incorrect Tabs import instructions (#401) @michaldudak
27+
28+
## Core
29+
30+
- Rely on @mui/monorepo/.eslintrc (#352) @oliviertassinari
31+
- Use Base UI repo in the release changelog script (#355) @michaldudak
32+
- Export NumberField components and hooks (#400) @atomiks
33+
- Config cleanup (#377) @michaldudak
34+
- Make dependency updates less frequent (#375) @michaldudak
35+
- Update @mui deps to next (#354) @atomiks
36+
- Remove legacy dependencies and settings (#332) @michaldudak
37+
- Remove redundant Next.js config (#333) @oliviertassinari
38+
- Use the root dependency (#334) @oliviertassinari
39+
- Clean up unnecessary files (#324) @michaldudak
40+
- Describe how to publish the docs (#320) @michaldudak
41+
- Change the references to the Material UI repo in the releaseTag script (#319) @michaldudak
42+
- Port e2e infra back to Base UI (#395) @oliviertassinari
43+
- Fix Firefox browser version in karma profile config and resolve user-event test TODOs (#353) @ZeeshanTamboli
44+
- Update Karma config (#322) @michaldudak
45+
- Use absolute URLs for non-Base pages (#321) @michaldudak
46+
47+
All contributors of this release in alphabetical order: @atomiks, @michaldudak, @oliviertassinari, @ZeeshanTamboli
48+
349
## v1.0.0-alpha.0
450

551
_Apr 15, 2024_

‎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.0",
3+
"version": "1.0.0-alpha.1",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

‎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.0",
3+
"version": "1.0.0-alpha.1",
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)
Please sign in to comment.