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!
737c29e
v14.2.151c8234e
backport: [i18n] Routing fix #70761 (#70976)bb3f580
fix: Do not omit alt on getImgProps return type, ImgProps (#70818)cb8113b
fix(next/image): handle undefined images.localPatterns
config in `images-ma...9c1191a
fix missing helpers in next-test-utils.ts
0de4183
fix linte03c4ff
feat(next/image): add images.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 for decoding
prop (#70678)Sourced from eslint-config-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!
737c29e
v14.2.15Sourced from tailwindcss's releases.
v3.4.14
Fixed
- Don't set
display: none
on elements that usehidden="until-found"
(#14625)
Sourced from tailwindcss's changelog.
[3.4.14] - 2024-10-15
Fixed
- Don't set
display: none
on elements that usehidden="until-found"
(#14625)
c616fb9
3.4.14b570e2b
Don't set display: none
on elements that use hidden="until-found"
(#14625)