Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.14.7
->5.14.9
5.0.0-alpha.142
->5.0.0-alpha.145
5.14.7
->5.14.10
7.68.0
->7.69.0
Release Notes
mui/material-ui (@mui/icons-material)
v5.14.9
Compare Source
Sep 13, 2023
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
Drawer
component to Joy UI (#38169) @mnajdovaButtonGroup
component now styles button elements within it correctly (#38520) @ZeeshanTamboli@mui/[email protected]
@mui/[email protected]
disableEnforceFocus
behavior (#38816) @mnajdova@mui/[email protected]
DialogActions
,DialogTitle
andDialogContent
(#38382) @siriwatknpvariant
andcolor
classes (#38814) @sai6855@mui/[email protected]
@mui/x-tree-view
dependency (#38822) @flaviendelangle@mui/[email protected]
@mui/[email protected]
Docs
Typography
props (#38856) @sai6855Examples
Core
All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
v5.14.8
Compare Source
Sep 5, 2023
A big thanks to the 25 contributors who made this release possible.
@mui/[email protected]
Slider
InputLabel
InputBase
Radio
(#38401) @sai6855ref
type (#38717) @ZeeshanTamboli@mui/[email protected]
@mui/[email protected]
ratio
prop description (#38743) @sai6855@mui/[email protected]
@mui/[email protected]
mergeBreakpointsInOrder
function (#38749) @imevancDocs
overlay
prop demo (#38702) @danilo-lealCore
[core] Re-add nx and setup build caching (#38752) @brijeshb42
[core] Remove dead code seoTitle @oliviertassinari
[core] Use immutable refs (#38762) @oliviertassinari
[core] Rework
typescript-to-proptypes
to share the AST parsing withparseStyles
(#38517) @flaviendelangle[core] Fix CI @oliviertassinari
[core] Remove unnecessary
@types/webpack
package (#38720) @ZeeshanTamboli[core] Remove duplicate prop @oliviertassinari
[docs-infra] Fix mobile display in CodeSandbox (#38767) @oliviertassinari
[docs-infra] Remove legacy GA (#37579) @alexfauquette
[docs-infra] Fix emotion :first-child console log (#38690) @oliviertassinari
[docs-infra] Fix leaking callout content (#38712) @danilo-leal
[docs-infra] Remove emoji from callouts (#38694) @danilo-leal
[website] Fix out of date discount value @oliviertassinari
[website] Fix out-of-date label on Toolpad (#38744) @bharatkashyap
[website] Fine-tune branding buttons box shadows (#38731) @danilo-leal
[website] Fix pricing table style (#38681) @alexfauquette
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @amal-qb, @anle9650, @anon-phantom, @bharatkashyap, @brijeshb42, @christophermorin, @danilo-leal, @flaviendelangle, @imevanc, @jyash97, @mbrookes, @michaldudak, @mj12albert, @oliviertassinari, @omriklein, @pcorpet, @rajgop1, @ruflair, @sai6855, @siriwatknp, @szalonna, @zanivan, @ZeeshanTamboli
mui/material-ui (@mui/lab)
v5.0.0-alpha.145
Compare Source
v5.0.0-alpha.144
Compare Source
@mui/x-tree-view
dependency (#38822) @flaviendelanglev5.0.0-alpha.143
Compare Source
getsentry/sentry-javascript (@sentry/browser)
v7.69.0
Compare Source
Important Changes
This release introduces a new set of top level APIs for the Performance Monitoring SDKs. These aim to simplify creating spans and reduce the boilerplate needed for performance instrumentation. The three new methods introduced are
Sentry.startSpan
,Sentry.startInactiveSpan
, andSentry.startSpanManual
. These methods are available in the browser and node SDKs.Sentry.startSpan
wraps a callback in a span. The span is automatically finished when the callback returns. This is the recommended way to create spans.If you don't want the span to finish when the callback returns, use
Sentry.startSpanManual
to control when the span is finished. This is useful for event emitters or similar.Sentry.startSpan
andSentry.startSpanManual
create a span and make it active for the duration of the callback. Any spans created while this active span is running will be added as a child span to it. If you want to create a span without making it active, useSentry.startInactiveSpan
. This is useful for creating parallel spans that are not related to each other.Other Changes
BeforeFinishCallback
type (#8999)LinkedErrors
integration runs before all event processors (#8956)org
,project
andurl
as args to upload script (#8985)ignoreErrors
(#8986)pg
spans (#8993)useRoutes
(#8998)glob
to Remix SDK dependencies. (#8963)handleRecordingEmit
aborts when event is not added (#8938)Work in this release contributed by @Duncanxyz and @malay44. Thank you for your contributions!
Configuration
📅 Schedule: Branch creation - "before 6am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.