Skip to content

Commit

Permalink
[release] 1.0.0-alpha.6 (#1424)
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Dudak <michal.dudak@gmail.com>
  • Loading branch information
atomiks and michaldudak authored Feb 6, 2025
1 parent 2fefc1e commit ea32291
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 2 deletions.
86 changes: 86 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,91 @@
# Versions

## v1.0.0-alpha.6

_Feb 6, 2025_

### AlertDialog

- `onOpenChangeComplete` prop (#1305) @atomiks
- Fix jump with `scroll-behavior` style (#1343) @atomiks

### Avatar

- Add Avatar component (#1210) @acomanescu

### Checkbox

- Avoid applying `hidden` attr when `keepMounted=true` for indicators (#1329) @onehanddev

### Dialog

- Remove `modal={open}` state (#1352) @atomiks
- Support multiple non-nested modal backdrops (#1327) @atomiks
- Fix missing `id`s on Title and Description (#1326) @mj12albert
- `onOpenChangeComplete` prop (#1305) @atomiks
- Fix jump with `scroll-behavior` style (#1343) @atomiks

### Field

- Respect `validationMode` (#1053) @atomiks
- Add `filled` and `focused` style hooks (#1341) @atomiks

### Form

- Fix focusing of invalid field controls on errors prop change (#1364) @atomiks

### Menu

- Avoid applying `hidden` attr when `keepMounted=true` for indicators (#1329) @onehanddev
- Support submenus with `openOnHover` prop (#1338) @atomiks
- Fix iPad detection when applying scroll lock (#1342) @mj12albert
- `onOpenChangeComplete` prop (#1305) @atomiks
- Fix jump with `scroll-behavior` style (#1343) @atomiks
- Add `OffsetFunction` for `sideOffset` and `alignOffset` (#1223) @atomiks
- Ensure `keepMounted` is a private param on `Positioner` (#1410) @atomiks

### Popover

- `onOpenChangeComplete` prop (#1305) @atomiks
- Add `OffsetFunction` for `sideOffset` and `alignOffset` (#1223) @atomiks
- Ensure `keepMounted` is a private param on `Positioner` (#1410) @atomiks

### PreviewCard

- `onOpenChangeComplete` prop (#1305) @atomiks
- Add `OffsetFunction` for `sideOffset` and `alignOffset` (#1223) @atomiks
- Ensure `keepMounted` is a private param on `Positioner` (#1410) @atomiks

### Progress

- Add `format` prop and `Value` component (#1355) @mj12albert

### Radio

- Avoid applying `hidden` attr when `keepMounted=true` for indicators (#1329) @onehanddev

### Select

- `onOpenChangeComplete` prop (#1305) @atomiks
- Fix jump with `scroll-behavior` style (#1343) @atomiks
- Add `OffsetFunction` for `sideOffset` and `alignOffset` (#1223) @atomiks
- Ensure `keepMounted` is a private param on `Positioner` (#1410) @atomiks

### Slider

- Fix thumb positioning (#1411) @mj12albert

### Tabs

- Fix being able to activate a disabled tab (#1359) @michaldudak
- Fix tabs activating incorrectly on non-primary button clicks (#1318) @mj12albert

### Tooltip

- `onOpenChangeComplete` prop (#1305) @atomiks
- Add `OffsetFunction` for `sideOffset` and `alignOffset` (#1223) @atomiks
- Ensure `keepMounted` is a private param on `Positioner` (#1410) @atomiks

## v1.0.0-alpha.5

_Jan 10, 2025_
Expand Down
86 changes: 86 additions & 0 deletions docs/src/app/(public)/(content)/react/overview/releases/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,92 @@
<Subtitle>Changelogs for each Base UI release.</Subtitle>
<Meta name="description" content="Changelogs for each Base UI release." />

## v1.0.0-alpha.6

**Feb 6, 2025**

### AlertDialog

- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/))
- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/))

### Avatar

- Add Avatar component ([#1210](https://github.com/mui/base-ui/pull/1210/))

### Checkbox

- Avoid applying `hidden` attr when `keepMounted=true` for indicators ([#1329](https://github.com/mui/base-ui/pull/1329/))

### Dialog

- Remove `modal={open}` state ([#1352](https://github.com/mui/base-ui/pull/1352/))
- Support multiple non-nested modal backdrops ([#1327](https://github.com/mui/base-ui/pull/1327/))
- Fix missing `id`s on Title and Description ([#1326](https://github.com/mui/base-ui/pull/1326/))
- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/))
- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/))

### Field

- Respect `validationMode` ([#1053](https://github.com/mui/base-ui/pull/1053/))
- Add `filled` and `focused` style hooks ([#1341](https://github.com/mui/base-ui/pull/1341/))

### Form

- Fix focusing of invalid field controls on errors prop change ([#1364](https://github.com/mui/base-ui/pull/1364/))

### Menu

- Avoid applying `hidden` attr when `keepMounted=true` for indicators ([#1329](https://github.com/mui/base-ui/pull/1329/))
- Support submenus with `openOnHover` prop ([#1338](https://github.com/mui/base-ui/pull/1338/))
- Fix iPad detection when applying scroll lock ([#1342](https://github.com/mui/base-ui/pull/1342/))
- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/))
- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/))
- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/))
- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/))

### Popover

- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/))
- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/))
- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/))

### PreviewCard

- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/))
- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/))
- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/))

### Progress

- Add `format` prop and `Value` component ([#1355](https://github.com/mui/base-ui/pull/1355/))

### Radio

- Avoid applying `hidden` attr when `keepMounted=true` for indicators ([#1329](https://github.com/mui/base-ui/pull/1329/))

### Select

- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/))
- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/))
- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/))
- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/))

### Slider

- Fix thumb positioning ([#1411](https://github.com/mui/base-ui/pull/1411/))

### Tabs

- Fix being able to activate a disabled tab ([#1359](https://github.com/mui/base-ui/pull/1359/))
- Fix tabs activating incorrectly on non-primary button clicks ([#1318](https://github.com/mui/base-ui/pull/1318/))

### Tooltip

- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/))
- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/))
- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/))

## v1.0.0-alpha.5

**Jan 10, 2025**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-ui-components/monorepo",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-ui-components/react",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"private": false,
"author": "MUI Team",
"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.",
Expand Down

0 comments on commit ea32291

Please sign in to comment.