Bump next from 14.2.14 to 14.2.15
Bumps next from 14.2.14 to 14.2.15.
Release notes
Sourced from next's releases.
v14.2.15
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- support breadcrumb style catch-all parallel routes #65063
- Provide non-dynamic segments to catch-all parallel routes #65233
- Fix client reference access causing metadata missing #70732
- feat(next/image): add support for decoding prop #70298
- feat(next/image): add images.localPatterns config #70529
- fix(next/image): handle undefined images.localPatterns config in images-manifest.json
- fix: Do not omit alt on getImgProps return type, ImgProps #70608
- [i18n] Routing fix #70761
Credits
Huge thanks to
@ztanner
,@agadzik
,@huozhi
,@styfle
,@icyJoseph
and@wyattjoh
for helping!
Commits
-
737c29e
v14.2.15 -
1c8234e
backport: [i18n] Routing fix #70761 (#70976) -
bb3f580
fix: Do not omit alt on getImgProps return type, ImgProps (#70818) -
cb8113b
fix(next/image): handle undefinedimages.localPatterns
config in `images-ma... -
9c1191a
fix missing helpers innext-test-utils.ts
-
0de4183
fix lint -
e03c4ff
feat(next/image): addimages.localPatterns
config (#70802) -
540ea2d
backport: support breadcrumb style catch-all parallel routes (#65063) (#70794) -
0d0448b
Fix client reference access causing metadata missing (#70732) (#70788) -
381d1f9
feat(next/image): add support fordecoding
prop (#70678) - See full diff in compare view