|
1 | 1 | # Versions
|
2 | 2 |
|
| 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 | + |
3 | 49 | ## v1.0.0-alpha.0
|
4 | 50 |
|
5 | 51 | _Apr 15, 2024_
|
|
0 commit comments