Skip to content

Latest commit

 

History

History
409 lines (234 loc) · 26.3 KB

CHANGELOG.md

File metadata and controls

409 lines (234 loc) · 26.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.2 (2022-02-17)

Features

Bug Fixes

  • avoid dynamic import of lru-cache (resolves #481) (61bcb90)

0.6.1 (2022-01-31)

Features

Bug Fixes

  • vercel: sort valid widths before picking largest (#472) (f4a408f)

0.6.0 (2021-09-05)

⚠ BREAKING CHANGES

Features

Bug Fixes

0.5.0 (2021-07-01)

⚠ BREAKING CHANGES

  • prepend router base (#339)

Features

Bug Fixes

0.4.17 (2021-06-23)

Bug Fixes

  • pkg: add missing consola and semver deps (bc34597)

0.4.16 (2021-06-23)

Features

  • imgix: additional documentation and modifiers (#316) (c90b484)

Bug Fixes

0.4.15 (2021-06-23)

Features

0.4.14 (2021-06-02)

Features

  • sanity: sanity provider enhancements (#301) (288997b)

Bug Fixes

  • ensure payload includes up-to-date _img (#303) (03ea6fe)

0.4.13 (2021-05-29)

Features

0.4.12 (2021-05-27)

Features

0.4.11 (2021-05-26)

Bug Fixes

0.4.10 (2021-05-17)

Features

Bug Fixes

  • vercel: add default proto for domains (fixes #277) (f501914)
  • don't allow undefined values to override defaults (#274) (d2e65f9), closes #273

0.4.9 (2021-05-13)

Features

Bug Fixes

  • add guard for ssrContext existence (d8aa3a1), closes #258 #249
  • fix typo regression for height modifier (fixes #262) (9a93f19)
  • remove lazy loading polyfill in favour of native (#256) (424bd44), closes #213 #190
  • vue-loader support for PascalCase components (#168) (8629e3f)
  • cloudinary: use jpg instead of jpeg (#255) (7d49fa8), closes #254
  • vercel: fix vercel auto-detection and provide local vercel mode (#246) (a156c66)

0.4.8 (2021-04-28)

Bug Fixes

  • image: ratio calc regression (fixes #238) (5e28edd)
  • ensure static image map is available on first load (#236) (466d5a8)
  • generate static images even if lazy loaded (#233) (5be72a5), closes #232
  • vercel provider improvements (#231) (9561daf)

0.4.7 (2021-04-23)

Bug Fixes

  • pkg: use --ext js to avoid issues with mjs (a483e14)

0.4.6 (2021-04-22)

Features

  • staticFilename option to customize static image filenames (#220) (975b1a2)
  • type improvements (#222) (6dc8aa0)

Bug Fixes

  • deps: add missing lru-cache (0af0bf3)

0.4.5 (2021-04-19)

Features

Bug Fixes

0.4.4 (2021-04-10)

Bug Fixes

  • enable default provider for resolving (18ed241)

0.4.3 (2021-04-10)

Features

0.4.2 (2021-04-07)

Features

0.4.1 (2021-02-16)

Features

  • allow sizes key to be screen width (6624440)

Bug Fixes

  • use Math.round for generated width (8ee9a40)

0.4.0 (2021-02-15)

⚠ BREAKING CHANGES

  • remove nuxt-picture wrapper
  • screen based responsive (#182)

Features

0.3.0 (2021-02-03)

⚠ BREAKING CHANGES

  • improved $img interface (#169)

Features

Bug Fixes

  • image: use defu for options and fix default format (#166) (cf2e9c1)
  • plugin: create static manifest for client hydration (#162) (0b10c22)
  • provider: use resolvePath to resolve aliases as well (#161) (930e192)
  • use correct width and handle x2 (97e3889)
  • use ratio in getSizes (8e5b658)

0.2.1 (2021-01-26)

Bug Fixes

  • nuxt-img: set key to allow making transitions (20ed72b)

0.2.0 (2021-01-25)

Features

  • nuxt-img: responsive prop (#155) (3dcee93)
  • $img.getSources and better srcset for <nuxt-picture> (36e039b)
  • add background prop (ec8d1ce)
  • allow overiding sharp options (7df04ca)
  • allow top level provider options (7b47d6e)
  • allow/disallow remote urls (0856343)
  • fix full static support (caaff86)
  • imagekit provider implementation and tests (#109) (fa8be15)
  • support modifiers prop for components (#154) (6fe9e8f)
  • nuxt-img: handle loading=lazy with observer (abb32a1)
  • support NUXT_IMAGE_PROVIDER environment variable (1385eb8)
  • support assets using remote adapter (acff75c)
  • support providers and presets with props (189cfb9)
  • support types for config (4d7bf06)

Bug Fixes

  • add types for pick utility and fix issues with imageOptions (#156) (63aaa8a)
  • img: handle ststic images in with prod server target (95dd0c6)
  • clean up undefined values (bf9e040)
  • cleanup double slashes outside of provider runtime (d71b03a)
  • disable blur filter on custom placeholder (3f277a3)
  • do not generate multiple sizes for SVG files (7e385c3)
  • do not render image without src (cbeada1)
  • do not sent data urls to provider (565445f)
  • improve error readability (#79) (763f215)
  • merge merge presets with inline modifiers (164af06)
  • opacity (1220c6a)
  • parse width and height modifiers (dd2bf78)
  • remove resolution server middleware (fc34a73)
  • set correct width and height for svg (05e3bfe)
  • sizes as array should overwrites defaults (339b7dd)
  • cloudinary: fit types, auto format & quality (#76) (74ef445)
  • module: add package name to transpile list as well (f97b34a)
  • picture: call getMeta with current arguments (d43daf2)
  • twicpics: fix minor issues and adds custom operations (#132) (5a4e5d3)
  • reduce placeholders quality (b20a8f9)
  • rename nuxt-image to nuxt-img (df3b92c)
  • sanitize backgroun modifier (c1f3fb4)
  • picture: show image after load (709d8e7)

0.0.4 (2020-11-10)

Features

Bug Fixes

  • ensure component needs placeholder (029f2cf)
  • image ratio calculation (b88bb9c)
  • rename default provider's option (c1509fb)
  • resolve cache dir aliases (5303699)
  • tests & typo (6f06e65)
  • local-provider: resolve input dir alias (0a612d5), closes #47
  • runtime: fix runtime behavior (0ed7625)
  • runtime: handle ssr false (27c3445)
  • runtime: rename size prop to fit (6174417), closes #16
  • runtime: use file name from src if alt prop is missing (19e6157)

0.0.3 (2020-10-05)

Features

Bug Fixes

  • runtime: fix runtime behavior (0ed7625)
  • runtime: rename size prop to fit (6174417), closes #16
  • runtime: use file name from src if alt prop is missing (19e6157)

0.0.2 (2020-10-02)

Bug Fixes

  • improvements to make it work with Nuxt content (46cc0e2)

0.0.1 (2020-10-02)

Features

  • img: support <img> attributes (9ed71da)
  • preserve images name on generation (3f789fc)
  • support clearCache on local provider (ba239a4)
  • support remote urls (fd4184b)
  • generate: generate local file on static generation (0f46395)
  • picture: init nuxt-picture (bce1645)
  • srcset: introduce sets props to create srcset (e330900)
  • user-defined presets (3e7b1cf)

Bug Fixes

  • full-static: find hashed images from page payload (f7512c7)
  • local: remove baseUrl from provider options (e0ec956)
  • provider: normalize runtime paths to support windows (df9470f)
  • runtime: global nuxt variable to load page payload (1869b0d)
  • use router base in generated images (28ed0f2)
  • sets-prop: use width if breakpoint is missing (d1f62df)