v10.4.0
- Added support for
pageColorsprop in Page component (#2068). With this option, you can easily override colors used to render the PDF and implement accessibility enhancements. For example, this:will result in the following:<Page /* … */ pageColors={{ background: 'black', foreground: '#FF0000' }} />
v16.2.0-canary.55
- Revert "Handle null history.state in client-side router popstate handler": #90268
- [devtools] Omit empty looking error messages: #90256
- [test] Improve fetch timeout error stack for
act: #90261 - Turbopack: add Rope.content_hash and SHA hashing: #90235
- [instant] Handle more instant declaration patterns: #90251
Huge thanks to @unstubbable, @mischnic, @ztanner, and @eps1lon for helping!
v3.4.0
- Add support for clicking legend titles to toggle visibility of all traces in legend [#7698]
- Add support for shapes to reference multiple axes [#7666]
- Add support for dashed marker lines in scatter plots [#7673], with thanks to @chrimaho for the contribution!
- Increase axis autorange when bar charts have outside text labels, to avoid labels being clipped [#7675]
v16.2.0-canary.54
- Turbopack: fix static asset skew protection for edge and prerenders: #90238
- Remove workStore from params/searchParams/pathname function signatures: #90215
- Remove workStore from metadata resolution chain: #90217
- [Instant] export "Instant" config type: #90257
- Replace getDynamicParamFromSegment closure with interpolatedParams in metadata: #90249
- [Instant] Dev Tools toggle for Instant Navigation Mode: #90222
- [instant] Include declaration location of instant config in validation errors: #90169
- Turbopack: rename ServerPaths to AssetPaths: #90234
- feat(next/image): add lru disk cache and
images.maximumDiskCacheSize: #89963
- [feat] Added Docker examples for standalone output and export output following best practices: #87069
Huge thanks to @kristiyan-velkov, @mischnic, @gnoff, @lubieowoce, @acdlite, @eps1lon, and @styfle for helping!
v4.58.0
2026-02-20
- Also support
__NO_SIDE_EFFECTS__annotation before variable declarations declaring function expressions (#6272)
- #6256: docs: document PreRenderedChunk properties including isDynamicEntry and isImplicitEntry (@njg7194, @lukastaegert)
- #6259: docs: Correct typo and improve sentence structure in docs for
output.experimentalMinChunkSize(@millerick, @lukastaegert) - #6260: fix(deps): update rust crate swc_compiler_base to v47 (@renovate[bot], @lukastaegert)
- #6261: fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
- #6262: Avoid unnecessary cloning of the code string (@lukastaegert)
- #6263: fix(deps): update minor/patch updates (@renovate[bot], @lukastaegert)
- #6265: chore(deps): lock file maintenance (@renovate[bot])
- #6267: fix(deps): update minor/patch updates (@renovate[bot])
- #6268: chore(deps): update dependency eslint-plugin-unicorn to v63 (@renovate[bot], @lukastaegert)
- #6269: chore(deps): update dependency lru-cache to v11 (@renovate[bot])
- #6270: chore(deps): lock file maintenance (@renovate[bot])
- #6272: forward NO_SIDE_EFFECTS annotations to function expressions in variable declarations (@lukastaegert)
v16.2.0-canary.53
- Fix OTEL propagation and add direct entrypoint e2e coverage: #90181
- Use cookie as sole protocol for instant navigation testing: #89871
- Simplify metadata tag rendering to flat imperative style: #90209
- Prevent unhandled rejection filter from being bundled into the server runtime: #90205
- [Instant] speed up test instant-validation suite: #90214
- [turbopack] Add a simple tool to inspect serialized SST files and report on their contents: #89310
- Upgrade React from
4842fbea-20260217to2ba30655-20260219: #90211
Huge thanks to @ijjk, @lukesandberg, @eps1lon, @acdlite, @gnoff, and @lubieowoce for helping!
v1.3.0
- Feat(React/Vue): Support new props:
containerAs/as/itemAs/itemClassName/itemStyle - Feat(ReactNative): Add
ScrollViewPropssupport - Feat(All): add
getTopDistance() => numberandgetBottomDistance() => numberto ref - Feat(React/Vue): add
headerSlotandfooterSlotfor table usecase
Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.2.3...v1.3.0
CJS typing fix
- Unexport
X2jOptionsat declaration site by @Drarig29 in https://github.com/NaturalIntelligence/fast-xml-parser/pull/787
- @Drarig29 made their first contribution in https://github.com/NaturalIntelligence/fast-xml-parser/pull/787
Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.6...v5.3.7
create-rari-app@0.4.13
- 0e88b6a8 chore(deps): update dependencies
Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.4.12...create-rari-app@0.4.13