10aca41
feat: update to effect 3.10 (#729)e523dde
chore: update to effet 3.10 (#720)Sourced from @next/third-parties
's
releases.
v15.1.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Retry manifest file loading only in dev mode: #73900
- Use shared worker for lint & typecheck steps: #74154
Credits
Huge thanks to
@unstubbable
and@ztanner
for helping!v15.1.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Update React from 7283a213-20241206 to 65e06cb7-20241218: vercel/next.js#74117
Credits
Huge thanks to
@ztanner
for helping!v15.1.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix(turbo): sassOptions silenceDeprecations was not overwritten with user options: vercel/next.js#73937
- refactor collectAppPageSegments: vercel/next.js#73908
Credits
Huge thanks to
@devjiwonchoi
and@ztanner
for helping!v15.1.1-canary.26
Core Changes
- Upgrade React from
518d06d2-20241219
to3b009b4c-20250102
: #74492- fix: add node internals stack frames to ignored list: #73698
- chore: break calls to forEach into for loops: #74523
- [DevOverlay] Add error message: #74541
- [DevOverlay] Add error type label: #74543
- feat: connect error rating buttons to telemetry API: #74496
- [metadata] Move metadata rendering adjacent to page component: #74262
- Delete set-cache-busting-search-param.test.ts: #74561
- fix: enhance a11y, prevent double firing in error rating: #74563
- fix: add aria-hidden to error overlay voting icons: #74568
Misc Changes
... (truncated)
4cbaaa1
v15.1.3df392a1
v15.1.24384c68
v15.1.1Sourced from @sentry/nextjs
's
releases.
8.48.0
Deprecations
feat(v8/core): Deprecate
getDomElement
method (#14799)Deprecates
getDomElement
. There is no replacement.Other changes
- fix(nestjs/v8): Use correct main/module path in package.json (#14791)
- fix(v8/core): Use consistent
continueTrace
implementation in core (#14819)- fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#14823)
- fix(v8/node): Ensure
NODE_OPTIONS
is not passed to worker threads (#14825)- fix(v8/angular): Fall back to element
tagName
when name is not provided toTraceDirective
(#14828)- fix(aws-lambda): Remove version suffix from lambda layer (#14843)
- fix(v8/node): Ensure express requests are properly handled (#14851)
- feat(v8/node): Add
openTelemetrySpanProcessors
option (#14853)- fix(v8/react): Use
Set
as theallRoutes
container. (#14878) (#14884)- fix(v8/react): Improve handling of routes nested under path="/" (#14897)
- feat(v8/core): Add
normalizedRequest
tosamplingContext
(#14903)- fix(v8/feedback): Avoid lazy loading code for
syncFeedbackIntegration
(#14918)Work in this release was contributed by
@arturovt
. Thank you for your contribution!Bundle size 📦
Path Size @sentry/browser
23.29 KB @sentry/browser
- with treeshaking flags21.96 KB @sentry/browser
(incl. Tracing)35.85 KB @sentry/browser
(incl. Tracing, Replay)73.09 KB @sentry/browser
(incl. Tracing, Replay) - with treeshaking flags63.48 KB @sentry/browser
(incl. Tracing, Replay with Canvas)77.4 KB @sentry/browser
(incl. Tracing, Replay, Feedback)89.34 KB @sentry/browser
(incl. Feedback)39.5 KB @sentry/browser
(incl. sendFeedback)27.89 KB @sentry/browser
(incl. FeedbackAsync)32.69 KB @sentry/react
25.96 KB @sentry/react
(incl. Tracing)38.66 KB @sentry/vue
27.56 KB @sentry/vue
(incl. Tracing)37.69 KB @sentry/svelte
23.45 KB CDN Bundle 24.49 KB CDN Bundle (incl. Tracing) 37.56 KB CDN Bundle (incl. Tracing, Replay) 72.75 KB CDN Bundle (incl. Tracing, Replay, Feedback) 78.11 KB CDN Bundle - uncompressed 71.93 KB CDN Bundle (incl. Tracing) - uncompressed 111.42 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 225.5 KB
... (truncated)
Sourced from @sentry/nextjs
's
changelog.
8.48.0
Deprecations
feat(v8/core): Deprecate
getDomElement
method (#14799)Deprecates
getDomElement
. There is no replacement.Other changes
- fix(nestjs/v8): Use correct main/module path in package.json (#14791)
- fix(v8/core): Use consistent
continueTrace
implementation in core (#14819)- fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#14823)
- fix(v8/node): Ensure
NODE_OPTIONS
is not passed to worker threads (#14825)- fix(v8/angular): Fall back to element
tagName
when name is not provided toTraceDirective
(#14828)- fix(aws-lambda): Remove version suffix from lambda layer (#14843)
- fix(v8/node): Ensure express requests are properly handled (#14851)
- feat(v8/node): Add
openTelemetrySpanProcessors
option (#14853)- fix(v8/react): Use
Set
as theallRoutes
container. (#14878) (#14884)- fix(v8/react): Improve handling of routes nested under path="/" (#14897)
- feat(v8/core): Add
normalizedRequest
tosamplingContext
(#14903)- fix(v8/feedback): Avoid lazy loading code for
syncFeedbackIntegration
(#14918)Work in this release was contributed by
@arturovt
. Thank you for your contribution!8.47.0
- feat(v8/core): Add
updateSpanName
helper function (#14736)- feat(v8/node): Do not overwrite prisma
db.system
in newer Prisma versions (#14772)- feat(v8/node/deps): Bump
@prisma/instrumentation
from 5.19.1 to 5.22.0 (#14755)- feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
- ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)
Work in this release was contributed by
@aloisklink
and@benjick
. Thank you for your contributions!8.46.0
- feat: Allow capture of more than 1 ANR event [v8] (#14713)
- feat(node): Detect Railway release name [v8] (#14714)
- fix: Normalise ANR debug image file paths if appRoot was supplied [v8] (#14709)
- fix(nuxt): Remove build config from tsconfig (#14737)
Work in this release was contributed by
@conor-ob
. Thank you for your contribution!
405ceb4
release: 8.48.08e2ed6f
meta(changelog): Update changelog for 8.48.0 (#14919)8b03e0b
fix(v8/feedback): Avoid lazy loading code for
syncFeedbackIntegration
(#14918)77cabfb
fix(v8/react): Use Set
as the allRoutes
container. (#14878)
(#14884)6fa3797
feat(v8/core): Add normalizedRequest
to
samplingContext
(#14903)845b7aa
fix(v8/react): Improve handling of routes nested under
path="/" (#14897)dbd3296
feat(v8/node): Add openTelemetrySpanProcessors
option (#14853)960dd9b
fix(v8/node): Ensure express requests are properly handled (#14851)576a1ad
fix(v8/core): Use consistent continueTrace
implementation
in core (#14819)75ca8b9
meta(changelog): Update changelog for 8.48.0 (#14844)Sourced from framer-motion's changelog.
[11.16.0] 2024-01-06
Added
- Added
view()
alpha to early access.
Sourced from lucide-react's releases.
New icons 0.469.0
Modified Icons 🔨
snowflake
(#2610) by@karsa-mistmere
sun-snow
(#2610) by@karsa-mistmere
thermometer-snowflake
(#2610) by@karsa-mistmere
970fc3d
fix(lucide-react): support React 19 (#2666)Sourced from react-day-picker's releases.
v9.5.0
This release adds full support for the Persian calendar and a new
numerals
prop to set the numbering system.Breaking Change: Dropdown Formatters
The
formatMonthDropdown
andformatYearDropdown
now receive aDate
(instead of anumber
) as first argument.<DayPicker formatters={{ - formatMonthDropdown: (month) => format(new Date(month), "mmmm") }} + formatMonthDropdown: (date) => format(date, "mmmm") }} /> - formatYearDropdown: (year) => format(new Date(year), "yyyy") }} + formatYearDropdown: (date) => format(date, "yyyy") }} /> />
Persian Calendar
Persian Calendar get fulls support in DayPicker and replaces the previous "Jalali Calendar".
If you were using DayPicker from
react-day-picker/jalali
, change your imports toreact-day-picker/persian
:- import { DayPicker } from `react-day-picker/jalali`; + import { DayPicker } from `react-day-picker/persian`;
See the Persian calendar documentation for more details about using Persian calendar in DayPicker.
What's Changed
- feat: add Persian calendar support by
@gpbl
in gpbl/react-day-picker#2645- feat: add new
numerals
prop by@gpbl
in gpbl/react-day-picker#2647- feat: add
today
,newDate
,timeZone
to theDateLib
class by@gpbl
in gpbl/react-day-picker#2642- feat: remove
startMonth
/endMonth
constraints when caption layout isdropdown-months
by@rodgobbi
in gpbl/react-day-picker#2648- build: add
date-fns-jalali
to the package dependencies by@gpbl
in gpbl/react-day-picker#2640- fix(breaking): dropdown formatters to use
dateLib
format by@gpbl
in gpbl/react-day-picker#2644- fix(jalali): incorrect Jalali month names when using dropdown layouts by
@gpbl
in gpbl/react-day-picker#2645- fix(chore): always use
Date
constructor fromdateLib
by@gpbl
in gpbl/react-day-picker#2636- fix(chore): use
dateLib
for getting days/months/years from aDate
by@gpbl
in gpbl/react-day-picker#2643Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.4.4...v9.5.0
a06052e
fix(website): Persian testaa0cacb
fix(website): Persian formattede65d776
website: update docs for Persian calendar15280b7
chore(persian): use arabext
numerals as default56c7acb
chore: update tests after #2648
(#2650)bcd5215
feat: remove startMonth
and endMonth
default
constraints when `dropdown-m...1026b2c
website: playground updatesd09e2ac
feat: add new numerals
prop (#2647)8a67562
website: fix type in ShadowDomWrapper5fabec6
build(website): disable typedoc watchSourced from react-hook-form's releases.
Version 7.54.2
⚛️ fix #12478 issue should unregister input with controller (#12480) ⏰ close #12443 track disabled fields and only omit data on submit (#12491) ⚛️ upgrade e2e automation app to react 19 (#12482) 🧪 test(useWatch): destructure setValue from useForm
Thanks very much,
@marcalexiei
for your contribution to the documentation!
ba87b78
7.54.2c3d1756
⏰ close #12443
track disabled fields and only omit data on submit (#12491)5a96159
⚛️ upgrade e2e automation app to react 19 (#12482)4ea65b3
⚛️ fix #12478
issue should unregister input with controller (#12480)f37465d
❤️ thank you very much Workleap for sponsoring the project!506fa04
🧪 test(useWatch): destructure setValue from useFormSourced from react-markdown's releases.
9.0.3
(same as 9.0.2 but now with d.ts files)
Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.0.2...9.0.3
9.0.2
Types
- b151a90 Fix types for React 19 by
@remcohaszing
in remarkjs/react-markdown#879- 6962af7 Add declaration maps
- aa5933b Refactor to use
@import
to import types by@remcohaszing
in remarkjs/react-markdown#836Miscellaneous
- 9eb589e Fix typo in changelog by
@NicholasWilsonDEV
in remarkjs/react-markdown#874- 515bf19 Fix typo by
@deep-lyra
in remarkjs/react-markdown#868Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.0.1...9.0.2
aed0010
9.0.340c097e
9.0.22c6ffe8
Refactor .gitignore
b664ac4
Update Actionse686551
Update dev-dependenciesb151a90
Fix types for React 1927d3949
Separate all typedefs into their own JSDoc blocks (#878)9eb589e
Fix typo in changelog515bf19
Fix typoa7ca8ed
Refactor .editorconfig
Sourced from react-modal's changelog.
3.16.3 - Tue, 17 Dec 2024 10:38:34 UTC
- a5c0cf4 removing restriction on node engines.
3.16.2 - Tue, 17 Dec 2024 09:11:34 UTC
- b91c724 updade react and react-dom peer dependencies.
- a275399 simplify PR template.
- 588f26b contributing requirements now just need a corresponding issue... on GitHub board
- 449398d remove discussion note from readme.
- e4841d6 chore: update shouldCloseOnOverlayClick doc
- 6724a04 Fix tests
- 7c1d947 Fix badge
- 96a81be Comment the ellipsis in code blocks in docs/index.md
- aff8b91 [added] add nodejs version restriction to package.json
- 321966e [changed] change Miscellaneous related nodejs version text
- 8dc2347 [added] add Miscellaneous section to the contributions.md file
- f9bc6a0 [fixed] strict matching for tabbable nodes
- e7c4a63 downgrade node version on github action.
- 1a8f562 running tests on github actions
7a2a63c
Release v3.16.3.a5c0cf4
removing restriction on node engines.8f68302
Release v3.16.2.b91c724
updade react and react-dom peer dependencies.a275399
simplify PR template.588f26b
contributing requirements now just need a corresponding issue...449398d
remove discussion note from readme.e4841d6
chore: update shouldCloseOnOverlayClick doc6724a04
Fix tests7c1d947
Fix badgeSourced from tailwind-merge's releases.
v2.6.0
New Features
- Export ConfigExtension type from package by
@dcastil
in dcastil/tailwind-merge#505Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v2.5.5...v2.6.0
Thanks to
@brandonmcconnell
,@manavm1990
,@langy
,@jamesreaco
,@roboflow
,@syntaxfm
,@getsentry
,@codecov
,@sourcegraph
, a private sponsor and more via@thnxdev
for sponsoring tailwind-merge! ❤️
1a92c35
v2.6.06480375
add changelog for v2.6.07bb2dc0
Merge pull request #509
from dcastil/renovate/rollup-plugin-node-resolve-16.x19eb0a1
chore(deps): update dependency @rollup/plugin-node-resolve
to v16d6f1014
Merge pull request #508
from dcastil/renovate/codspeed-vitest-plugin-4.xd039e29
chore(deps): update dependency @codspeed/vitest-plugin
to
v44aac490
Merge pull request #507
from dcastil/renovate/migrate-config433e532
chore(config): migrate config .github/renovate.json31da3f2
fix unsupported import assertion34078ee
Merge pull request #506
from dcastil/other/upgrade-github-workflows-to-node-22050cd5b
chore(main): release 11.0.4 (#842)e0ee900
fix: Test for invalid byte array sizes and ranges in v1()
,
v4()
, and `v7(...6e83b3a
chore: update deps (#848)5f58b43
docs: Ensure link to getrandomvalues-not-supported is maintained (#844)d2a61e1
fix(docs): insure -> ensure (#843)f992ff4
fix: exclude tests from published package (#840)59df709
docs: add notes on platform support (#838)Sourced from chromatic's releases.
v11.22.0
🚀 Enhancement
- Bail on preview file changes #1133 (
@codykaup
)Authors: 1
- Cody Kaup (
@codykaup
)v11.21.0
🚀 Enhancement
- Set
storybookUrl
action output on rebuild early exit #1134 (@jmhobbs
)- Upload coverage reports to codecov #1132 (
@paulelliott
)Authors: 2
- John Hobbs (
@jmhobbs
)- Paul Elliott (
@paulelliott
)
Sourced from chromatic's changelog.
v11.22.0 (Fri Jan 03 2025)
🚀 Enhancement
- Bail on preview file changes #1133 (
@codykaup
)Authors: 1
- Cody Kaup (
@codykaup
)
v11.21.0 (Fri Jan 03 2025)
🚀 Enhancement
- Set
storybookUrl
action output on rebuild early exit #1134 (@jmhobbs
)- Upload coverage reports to codecov #1132 (
@paulelliott
)Authors: 2
- John Hobbs (
@jmhobbs
)- Paul Elliott (
@paulelliott
)
8f27f8b
Bump version to: 11.22.0 [skip ci]0c20960
Update CHANGELOG.md [skip ci]43a9b94
Merge pull request #1133
from chromaui/cody/cap-2599-turbosnap-exit-on-storyb...730a7aa
Bump version to: 11.21.0 [skip ci]0afebf6
Update CHANGELOG.md [skip ci]f729a2a
Merge pull request #1134
from chromaui/jmhobbs/cap-2317-chromauiaction-skippi...05bcf30
Set storybookUrl action output on rebuild abort300222f
Bail on preview file changes9dbaef7
Merge pull request #1132
from chromaui/paulelliott/set-up-codecov851574b
Run lint-and-test workflow on pushes to mainSourced from concurrently's releases.
v9.1.2
What's Changed
- Add ability to have custom logger by
@mwood23
in open-cli-tools/concurrently#522New Contributors
@mwood23
made their first contribution in open-cli-tools/concurrently#522Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2
7f3efb2
9.1.236eccae
Add ability to have custom logger (#522)Sourced from eslint-plugin-storybook's changelog.
v0.11.2 (Thu Jan 02 2025)
🐛 Bug Fix
Authors: 2