Skip to content

[release] 1.1.0#3729

Merged
michaldudak merged 5 commits into
mui:masterfrom
atomiks:release/1.1.0
Jan 15, 2026
Merged

[release] 1.1.0#3729
michaldudak merged 5 commits into
mui:masterfrom
atomiks:release/1.1.0

Conversation

@atomiks

@atomiks atomiks commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

@atomiks atomiks added the release We are shipping :D. label Jan 13, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jan 13, 2026

Copy link
Copy Markdown
  • vite-css-base-ui-example

    pnpm add https://pkg.pr.new/mui/base-ui/@base-ui/react@3729
    
    pnpm add https://pkg.pr.new/mui/base-ui/@base-ui/utils@3729
    

commit: d0fa7ec

@mui-bot

mui-bot commented Jan 13, 2026

Copy link
Copy Markdown

Bundle size report

Bundle Parsed size Gzip size
@base-ui/react 0B(0.00%) 0B(0.00%)

Details of bundle changes


Check out the code infra dashboard for more information about this PR.

@netlify

netlify Bot commented Jan 13, 2026

Copy link
Copy Markdown

Deploy Preview for base-ui ready!

Name Link
🔨 Latest commit 11a405d
🔍 Latest deploy log https://app.netlify.com/projects/base-ui/deploys/696614b101a21a0008794e47
😎 Deploy Preview https://deploy-preview-3729--base-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

This comment was marked as duplicate.

@netlify

This comment was marked as duplicate.

@netlify

This comment was marked as duplicate.

Comment thread docs/src/app/(docs)/react/overview/releases/page.mdx Outdated
Comment thread docs/src/app/(docs)/react/overview/releases/page.mdx Outdated
Comment thread CHANGELOG.md
Comment thread docs/src/app/(docs)/react/overview/releases/page.mdx Outdated
@atomiks atomiks force-pushed the release/1.1.0 branch 5 times, most recently from 1bcbcd1 to 986c179 Compare January 14, 2026 10:51

@LukasTy LukasTy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: we could list #3575 and #3606 in the utils package CHANGELOG.MD. 🤔

@atomiks

atomiks commented Jan 15, 2026

Copy link
Copy Markdown
Contributor Author

@LukasTy seems like that changelog is only updated for minor versions

@atomiks atomiks marked this pull request as ready for review January 15, 2026 07:00
@atomiks atomiks requested a review from colmtuite as a code owner January 15, 2026 07:00
@greptile-apps

greptile-apps Bot commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Version 1.1.0 release that bumps package versions and documents changes across 19 components, including bug fixes, new features, and accessibility improvements.

  • Version bumps: monorepo and @base-ui/react from 1.0.0 to 1.1.0, @base-ui/utils from 0.2.3 to 0.2.4
  • CHANGELOG.md includes comprehensive release notes with 140+ individual changes organized by component
  • Documentation updated with release notes and proper navigation structure
  • All version numbers are consistent across package files
  • Release includes fixes for Safari touch handling, focus management, hidden input handling, and popup positioning
  • New CSP Provider component added
  • Multiple components received new props (loopFocus, placeholder, actionsRef, nativeLabel, etc.)
  • Contributor list properly included in changelog

Confidence Score: 5/5

  • This PR is safe to merge with no concerns
  • This is a standard release PR with only version bumps and documentation updates. All version numbers are consistent across package files (1.1.0 for main packages, 0.2.4 for utils). The changelog is comprehensive and well-structured with proper attribution. Documentation files are properly synchronized. No code changes are included, only metadata and documentation updates typical of a release process.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Bumped monorepo version from 1.0.0 to 1.1.0
packages/react/package.json Bumped @base-ui/react version from 1.0.0 to 1.1.0
packages/utils/package.json Bumped @base-ui/utils version from 0.2.3 to 0.2.4
CHANGELOG.md Added comprehensive v1.1.0 release notes with changes across 19 components and general fixes
docs/src/app/(docs)/react/overview/releases/page.mdx Added v1.1.0 release documentation with GitHub PR links for all changes

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Lerna as Lerna/Build
    participant Pkg as Package Files
    participant Docs as Documentation
    participant Changelog as CHANGELOG.md
    participant Release as Release System

    Dev->>Lerna: Run release:version command
    Lerna->>Pkg: Bump version numbers
    Pkg->>Pkg: Update package.json (1.0.0 → 1.1.0)
    Pkg->>Pkg: Update packages/react/package.json (1.0.0 → 1.1.0)
    Pkg->>Pkg: Update packages/utils/package.json (0.2.3 → 0.2.4)
    
    Dev->>Changelog: Run release:changelog script
    Changelog->>Changelog: Generate v1.1.0 entry with all changes
    Changelog->>Changelog: Include component-specific changes
    Changelog->>Changelog: Add contributor list
    
    Dev->>Docs: Update documentation files
    Docs->>Docs: Add v1.1.0 to releases/page.mdx
    Docs->>Docs: Update overview/page.mdx outline
    
    Dev->>Dev: Create PR #3729
    Dev->>Release: Merge to master branch
    Release->>Release: Publish to npm (@base-ui/react@1.1.0)
    Release->>Release: Create GitHub release tag
Loading

@atomiks atomiks force-pushed the release/1.1.0 branch 2 times, most recently from 07ab0c9 to f93a567 Compare January 15, 2026 07:22
@michaldudak

Copy link
Copy Markdown
Member

I also merged in #3642

@atomiks atomiks force-pushed the release/1.1.0 branch 2 times, most recently from ca1417b to 807c650 Compare January 15, 2026 08:46
@LukasTy

LukasTy commented Jan 15, 2026

Copy link
Copy Markdown
Member

seems like that changelog is only updated for minor versions

@atomiks It was only updated when we were "up for it". 😆
There is no process or logic for when and with what to update it for now. 🤷

@LukasTy LukasTy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👌 🚀

@michaldudak michaldudak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@michaldudak michaldudak merged commit 033199c into mui:master Jan 15, 2026
23 checks passed
@atomiks atomiks deleted the release/1.1.0 branch January 16, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release We are shipping :D.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants