Releases: nuxt/image
Releases · nuxt/image
v1.8.1
🩹 Fixes
- Suffix export of runtime utils with
/index
(#1467) - vercel: Added missing
formats
config & improved documentation (#1514)
📖 Documentation
- Update link to downloads count badge (102d474)
🏡 Chore
- Use
tinyexec
internally (3b9a4ea)
❤️ Contributors
- Sébastien Chopin (@atinux)
- Arnaud Gissinger (@mathix420)
- Daniel Roe (@danielroe)
- Damian Głowala (@DamianGlowala)
v1.8.0
👉 Changelog
🚀 Enhancements
- cloudinary: Support reading project from absolute url (#1361)
- Provide runtimeConfig to
getImage
(#1428) - hygraph: New asset management support (#1415)
🩹 Fixes
- Prevent hydration mismatch in
<NuxtImg>
(#1445) - nuxt-picture: Check before accessing index (917242a)
- Mark props as not required rather than
default: undefined
(#1450) - Handle undefined indices more accurately (#1451)
- hygraph: Add back tests and refactor splitter (#1452)
❤️ Contributors
- Connor Pearson (@cjpearson)
- Mark Brouch (@markbrouch)
- Daniel Roe (@danielroe)
- Damian Głowala (@DamianGlowala)
- Tim Benniks (@timbenniks)
v1.7.1
🩹 Fixes
- cloudinary: Map
cover
tolfill
mode (#1355) - Import runtime types from module entrypoint (#1384)
- Update to latest
@nuxt/module-builder
(#1439) - Only add preload links on server (510e719)
- weserv: Map rotate operation to
ro
(#1441)
💅 Refactors
- Convert
<NuxtImg>
to SFC (#1435) - Convert
<NuxtPicture>
to SFC (#1432) - Use more
import.meta.*
properties (#1440)
📖 Documentation
- Update deps (86b7d9b)
- Add resolution for nuxt ui (3a98a68)
- Prerender index (59813cf)
- Prepare before build (#1405)
- Fix inconsistent spelling (#1421)
- Capitalize title (#1393)
🏡 Chore
- Refresh lockfile (5524ae6)
- Add subpath exports and set
type: module
(04cd4cc) - Remove unneeded lazy from regexp (16b20b4)
- Indicate compatibility with new v4 major (#1385)
- Add @danielroe to code owners (47f8b2c)
- Add
compatibilityDate
(8e2a01a)
❤️ Contributors
- Daniel Roe (@danielroe)
- Damian Głowala (@DamianGlowala)
- @beer (@iiio2)
- Gangan (@shinGangan)
- Benjamin Canac (@benjamincanac)
- Sébastien Chopin (@atinux)
- @ptdev
v1.7.0
🚀 Enhancements
- Allow specifying
fetchpriority
when preloading images (#989)
🩹 Fixes
- Ensure
src
comes afterloading
when rendering image (#1338)
📖 Documentation
- Fix typo in get-started/installation (#1344)
🤖 CI
- Add codecov token (#1342)
❤️ Contributors
- Jonas Thelemann (@dargmuesli)
- Tom Tang (@qwerzl)
- Daniel Roe (@danielroe)
- Ragura (@Ragura)
v1.6.0
👉 Changelog
🚀 Enhancements
🩹 Fixes
- hygraph: Support new hygraph asset system (#1321)
- uploadcare: Omit base when resolved URL is returned (#1254)
- Handle
undefined
or empty image source values (#1300) - Reduce warnings about
density
values > 2 (dad493a) - netlify: Normalise
jpeg
format tojpg
(a59e57c)
📖 Documentation
- Use new
nuxi module add
command in installation (#1310) - Warn
<NuxtPicture>
doesn't support different sources (#1326)
🏡 Chore
- Migrate to eslint v9 (#1333)
- Slight reformatting (3baadb5)
- Lint test files (e8db947)
- Bump
devDependencies
(74605cb)
✅ Tests
- Improve test stability (42646f4)
❤️ Contributors
- Daniel Roe (@danielroe)
- Thimo (@ThimoDEV)
- Nathan Chase (@nathanchase)
- aaron lejeune (@aaronLejeune)
- Lehoczky Zoltán (@Lehoczky)
- Scott Kennedy (@scottyzen)
- Tim Benniks (@timbenniks)
v1.5.0
🚀 Enhancements
- netlify: Support
domains
option with Netlify Image CDN (#1287)
🩹 Fixes
- Opt in to
import.meta.*
properties (#1301) - Don't attempt to parse falsy values in
options.domains
(#1305)
📖 Documentation
🏡 Chore
- Update changelog (c1fd9b8)
✅ Tests
- Close out playwright
page
after each test (2b4bac9)
❤️ Contributors
- Daniel Roe (@danielroe)
- Matt Kane (@ascorbic)
- Damian Głowala (@DamianGlowala)
- Sébastien Chopin (@atinux)
v1.4.0
👉 Changelog
🚀 Enhancements
- Add performance feature detection markers (#1221)
- Support Netlify Image CDN (#1234)
- Add
@error
event from<NuxtPicture>
(#1252)
🩹 Fixes
- ipx: Temporarily downgrade ipx/sharp (#1265)
📖 Documentation
- Fix providers list (8ad772e)
🏡 Chore
- docs: Upgrade versions and add carbon ads (503b663)
- Use explicit version to bust stackblitz cache (ae93934)
- Assert event exists (8701991)
- Pin
vue
for docs hotfix (b56c760) - Upgrade ipx/sharp separately (9a711e6)
- Release
@nuxt/image-nightly
with changelogen (074d12e)
🤖 CI
❤️ Contributors
- Daniel Roe (@danielroe)
- Arkadiusz Sygulski (@Aareksio)
- Domenik Reitzner (@dreitzner)
- Sébastien Chopin (@atinux)
- Matt Kane (@ascorbic)
- Kara (@kara)
v1.3.0
🚀 Enhancements
🏡 Chore
- Deduplicate
vue
versions in workspace (#1202)
❤️ Contributors
- Arkadiusz Sygulski (@Aareksio)
- Ankur Dwivedi (@ankur-dwivedi)
- Daniel Roe (@danielroe)
v1.2.0
🚀 Enhancements
- Add
hygraph
provider (#1152) - Add
weserv
provider (#1019) - Add
caisy
provider (#1154) - Add bunny provider (#1179)
🩹 Fixes
- Add types to ipx provider options (#1132)
📖 Documentation
- Explain fall back to larger size on amplify + vercel (#1124)
- Add link back to sizes and mention TailwindCSS (6e41429)
- Added deprecated message Netlify Large Media (#1141)
- Add bun installation command (#1155)
🏡 Chore
❤️ Contributors
- Maarten Van Hunsel
- Daniel Roe [email protected]
- Tim Benniks [email protected]
- Jakub Chrobak
- Nandi95
- Haruaki OTAKE [email protected]
- Martijn Loth
- Sébastien Chopin (@Atinux)
- Andre Eckardt [email protected]
v1.1.0
🚀 Enhancements
📖 Documentation
- Remove
@rc
version constraint (866a6aa) - Scale logo for consistency (#1059)
- Add clearer examples of making a custom provider (#1074)
- Add sirv logo (c435c1d)
- Fix sirv link (8b815ac)
- Fix typo (#1095)
- Add
aliyun
logo (3dff67d)
🏡 Chore
- Add backquote in readme (7f8d8f2)
- Add homepage to package.json (#1097)
- Use correct
repository
syntax (7a89e86) - Ensure amplify types respect upstream nitro types (5c4cd7c)
- Add ignore (13a120f)
🤖 CI
- Run tests on node 18 (9cb1cb8)
❤️ Contributors
- Daniel Roe [email protected]
- Pooya Parsa (@pi0)
- Maxime Pauvert (@maximepvrt)
- Niuyi
- Sébastien Chopin (@Atinux)
- Reslear [email protected]
- Igor Varyvoda [email protected]
- Benjamin Canac (@benjamincanac)