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.15.6
->5.15.10
5.0.0-alpha.162
->5.0.0-alpha.165
5.15.6
->5.15.10
7.98.0
->7.101.1
5.1.1
->5.1.7
9.0.7
->9.0.11
3.2.4
->3.2.5
4.4.4
->4.5.0
4.6.3
->4.7.0
Release Notes
mui/material-ui (@mui/icons-material)
v5.15.10
Compare Source
Feb 12, 2024
A big thanks to the 8 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.15.10
@mui/system@5.15.10
@mui/joy@5.0.0-beta.28
disabled
prop priority when inside button group (#41000) @SmileekDocs
children
prop so docgen tools don't parse it as HTML (#40992) @millerizedCore
copyFiles
script to reuse in MUI X repo (#40970) @cherniavskii@ignore
(#41009) @cherniavskiiAll contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
v5.15.9
Compare Source
Feb 8, 2024
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
@mui/material
peerDependencies.@mui/material@5.15.9
@mui/base@5.0.0-beta.36
@mui/system@5.15.9
ReadonlyArray
for CSS related types (#40972) @siriwatknpDocs
Core
light
prop removal (#40947) @sai6855All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
v5.15.8
Compare Source
Feb 6, 2024
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.15.8
@mui/codemod@5.15.8
findComponentJSX
util (#40855) @sai6855@mui/system@5.15.8
theme.styleOverrides
(#40690) @siriwatknpcreateUseThemeProps
call (#40885) @siriwatknp@mui/base@5.0.0-beta.34
hostElementName
prop to improve SSR (#40507) @mj12albertDocs
Core
All contributors of this release in alphabetical order: @adebiyial, @brijeshb42, @danilo-leal, @DiegoAndai, @hsmtkk, @Janpot, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Smileek, @xuhdev, @zanivan
v5.15.7
Compare Source
Jan 31, 2024
A big thanks to the 21 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.15.7
displayEmpty
(#40865) @ZeeshanTambolichildren
is empty string or boolean (#40766) @mirus-ua@mui/codemod@5.15.7
@mui/system@5.15.7
applyStyles()
to theme (#40667) @siriwatknptheme.applyStyles
in the demo app (#40787) @siriwatknpuseThemeProps
processor (#40648) @siriwatknp@mui/utils@5.15.7
clearTimeout
calls (#39060) @romgrk@mui/base@5.0.0-beta.34
@mui/joy@5.0.0-beta.25
SupportedColorScheme
(#40776) @Nikhilh26@mui/lab@5.0.0-alpha.163
value
(#40829) @srinidhi9831Docs
Core
React Engineer - X
into the future roles section (#40867) @DanailHmissingKeyGenerator
do no longer exist (#40830) @oliviertassinari@types/markdown-to-jsx
package from docs (#40828) @ZeeshanTamboli@slack/web-api
package (#40840) @ZeeshanTamboliPropTypes.object
(#40774) @flaviendelangleAll contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
mui/material-ui (@mui/lab)
v5.0.0-alpha.163
value
(#40829) @srinidhi9831getsentry/sentry-javascript (@sentry/browser)
v7.101.1
Compare Source
In version 7.101.0 the
@sentry/hub
package was missing due to a publishing issue. This release contains the packageagain.
webpack://
prefix more broadly from source mapsources
field (#10641)Bundle size 📦
v7.101.0
Compare Source
Hub
constructor (#10584)getReplay
utility function (#10510)exports
field topackage.json
(#10569)v7.100.1
Compare Source
This release contains build fixes for profiling-node.
Bundle size 📦
v7.100.0
Compare Source
Important Changes
Deprecations
This release includes some deprecations. For more details please look at our
migration guide.
The deprecation most likely to affect you is the one of
BrowserTracing
. Instead ofnew BrowserTracing()
, you shouldnow use
browserTracingIntegration()
, which will also handle framework-specific instrumentation out of the box foryou - no need to pass a custom
routingInstrumentation
anymore. For@sentry/react
, we expose dedicated integrationsfor the different react-router versions:
reactRouterV6BrowserTracingIntegration()
reactRouterV5BrowserTracingIntegration()
reactRouterV4BrowserTracingIntegration()
reactRouterV3BrowserTracingIntegration()
See the
migration guide
for details.
browserTracingIntegration()
(#10353)BrowserTracing
integration (#10493)browserProfilingIntegration
(#10438)bunServerIntegration()
(#10439)browserTracingIntegration
(#10397)reactRouterV3BrowserTracingIntegration
for react router v3 (#10489)reactRouterV4/V5BrowserTracingIntegration
for react router v4 & v5 (#10488)reactRouterV6BrowserTracingIntegration
for react router v6 & v6.4 (#10491)browserTracingIntegration
(#10442)WinterCGFetch
withwinterCGFetchIntegration
(#10436)continueTrace
(#10301)new VueIntegration()
(#10440)browserTracingIntegration()
(#10477)browserTracingIntegration()
(#10450)Profiling Node
@sentry/profiling-node
has been ported into the monorepo. Future development for it will happen here!Other Changes
setHttpStatus
from all packages (#10475)Sentry
namespace (#10452)name
&attributes
totracesSampler
(#10426)system-ui
to start of font family (#10464)rrweb
to 2.10.0 (#10445)propagationContextFromHeaders
(#10313)startSpan
,startSpanManual
andstartInactiveSpan
pick up the scopes at time of creation instead oftermination (#10492)
require
call to import Undici (#10388)v7.99.0
Compare Source
Important Changes
Deprecations
This release includes some deprecations for span related methods and integrations in our Deno SDK,
@sentry/deno
. Formore details please look at our
migration guide.
Span.setHttpStatus
in favor ofsetHttpStatus
(#10268)spanStatusfromHttpCode
in favour ofgetSpanStatusFromHttpCode
(#10361)StartSpanOptions.origin
in favour of passing attribute (#10274)Other Changes
@sentry/node
re-exports (#10396)afterAllSetup
hook for integrations (#10345)startSpan()
can handle spans that require parent (#10386)startSpan
APIs (#10300)@sentry/node
functions (#10385, #10391)@sentry/node
re-exports (#10390)@sentry/node
re-exports (#10392)browserTracingIntegration
(#10351)afterAllSetup
is called when usingaddIntegration()
(#10372)spanToTraceContext
function from span utils (#10364)FunctionToString
integration use SETUP_CLIENTS weakmap (#10358)Work in this release contributed by @AleshaOleg. Thank you for your contribution!
Bundle size 📦
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.