Skip to content

Latest commit

 

History

History
402 lines (239 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

402 lines (239 loc) · 13.5 KB

Change Log

4.0.15

Patch Changes

  • d43bfff: fix: list types exports first

4.0.14

Patch Changes

4.0.13

Patch Changes

  • e154d09: fix: revert bundling of imagetools-core

4.0.12

Patch Changes

  • 425867f: Bundle imagetools-core

4.0.11

Patch Changes

  • dbc8d02: Fix type resolution by re-adding top-level types field
  • Updated dependencies [dbc8d02]

4.0.10

Patch Changes

  • 92b2fa3: chore(deps): update dependency @types/sharp to ^0.31.0
  • 07df0fa: fix: process URLs with no query string
  • 80250db: Update package READMEs and metadata.
  • d11b927: Let vite create correct paths in build result
  • 60890de: fix: add an exports map
  • Updated dependencies [92b2fa3]
  • Updated dependencies [80250db]
  • Updated dependencies [60890de]

4.0.9

Patch Changes

  • ca40b8b: chore(deps): update dependency sharp to ^0.31.0
  • Updated dependencies [ca40b8b]

4.0.8

Patch Changes

4.0.7

Patch Changes

4.0.6

Patch Changes

4.0.5

Patch Changes

  • 7efa2dc: Correctly merge directives when defaultDirectives is a function.
  • cb679f5: fixes the conditional reveal of metadata when using defaultDirectives.
  • 7efa2dc: Allow directives specified in URLs to override default directives
  • b551792: Update to vite v3.

4.0.4

Patch Changes

4.0.3

Patch Changes

  • 725e27b: chore(deps-dev): bump vite from 2.7.2 to 2.7.3
  • 64356e6: chore(deps-dev): bump sharp from 2.8.2 to 2.9.3
  • Updated dependencies [64356e6]

4.0.2

Patch Changes

  • 922975e: chore(deps-dev): bump vite from 2.6.14 to 2.7.1

4.0.1

Patch Changes

  • e6ed3a8: re-add cloned image fix that got lost during merging
  • e58e2cb: Remove icc metadata when removeMetadata is set to true.
  • Updated dependencies [e58e2cb]

4.0.0

Major Changes

  • f6cec96: change defaultDirectives from Record<string,string> to URLSearchParams, to align with in-code interface and to allow for multiple entries of key with multiple values

Patch Changes

  • fb767da: chore(deps-dev): bump vite from 2.6.7 to 2.6.14
  • 1655877: Fix path to typings
  • f85ffe8: Bump @rollup/pluginutils
  • Updated dependencies [f6cec96]

3.9.0

Minor Changes

  • 73955f4: feat: allow override of resolveConfigs

Patch Changes

  • 76e9a4d: fix: clone sharp image in vite plugin to avoid reuse issue

3.8.0

Minor Changes

  • dc60a68: Add image property on the metadata object.

Patch Changes

  • dc60a68: Update vite to 2.6.7 and rollup to 2.58.0

3.7.0

Minor Changes

  • c70b97e: Add metadata whitelist

Patch Changes

3.6.8

Patch Changes

  • d1a3058: chore(deps-dev): bump vite from 2.3.2 to 2.3.4

3.6.7

Patch Changes

  • 7c485aa: chore(deps-dev): bump vite from 2.3.0 to 2.3.2

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.6.6 (2021-05-11)

Note: Version bump only for package vite-imagetools

3.6.5 (2021-05-11)

Note: Version bump only for package vite-imagetools

3.6.4 (2021-05-11)

Note: Version bump only for package vite-imagetools

3.6.3 (2021-05-11)

Note: Version bump only for package vite-imagetools

3.6.2 (2021-05-11)

Note: Version bump only for package vite-imagetools

3.6.1 (2021-05-07)

Note: Version bump only for package vite-imagetools

3.6.0 (2021-05-07)

Features

  • Allow # symbols in src urls (b5beedd)

3.5.4 (2021-05-07)

Note: Version bump only for package vite-imagetools

3.5.2 (2021-05-03)

Note: Version bump only for package vite-imagetools

3.5.1 (2021-05-03)

Bug Fixes

  • decode URI encoded paths before resolving (36636e5), closes #84

3.5.0 (2021-04-28)

Features

3.4.4 (2021-04-28)

Note: Version bump only for package vite-imagetools

3.4.3 (2021-04-28)

Note: Version bump only for package vite-imagetools

3.4.2 (2021-04-28)

Bug Fixes

  • exclude test files from generated types (a86d29c)
  • vite-imagetools: Add a more helpful error message when no images could be generated during dev mode (e62b1bb)

3.4.1 (2021-04-28)

Bug Fixes

  • exclude test files from generated types (a86d29c)
  • vite-imagetools: Add a more helpful error message when no images could be generated during dev mode (e62b1bb)

3.4.0 (2021-04-12)

Note: Version bump only for package vite-imagetools

3.4.0-next.7 (2021-04-11)

Bug Fixes

  • import types from the right file (92fbe14)
  • switch from default to named export (b2f0ca7)

3.4.0-next.6 (2021-04-11)

Bug Fixes

  • import types from the right file (92fbe14)
  • switch from default to named export (b2f0ca7)

3.4.0-next.5 (2021-04-11)

Bug Fixes

  • import types from the right file (92fbe14)
  • switch from default to named export (b2f0ca7)

3.4.0-next.4 (2021-04-09)

Features

  • respect vite configuration when generating output code (e4a9c66), closes #55

3.4.0-next.3 (2021-04-06)

Bug Fixes

  • mark force option as deprecated (23b0aef)

Features

3.4.0-next.2 (2021-04-05)

Note: Version bump only for package vite-imagetools

3.4.0-next.1 (2021-03-30)

Note: Version bump only for package vite-imagetools

3.4.0-next.0 (2021-03-30)

Bug Fixes

  • support nodejs LTS versions (4abccc5), closes #51
  • update cache key geneartion to match spec (7f0a0e8)

Features

  • allow metadata removal to be toggled by option (5d0c781)

3.3.2-alpha.0 (2021-03-30)

Bug Fixes

  • support nodejs LTS versions (4abccc5), closes #51

3.3.1 (2021-03-19)

Bug Fixes

3.3.0 (2021-03-16)

Features

  • change extendDirectives signature (b6ac8b3)
  • rework plugin to use new core library (e8e11cf)

3.2.6 (2021-03-15)

Note: Version bump only for package vite-imagetools

3.2.5 (2021-03-15)

Note: Version bump only for package vite-imagetools

3.2.4 (2021-03-15)

Note: Version bump only for package vite-imagetools

3.2.3 (2021-03-15)

Note: Version bump only for package vite-imagetools

3.2.2 (2021-03-15)

Note: Version bump only for package vite-imagetools

3.2.1 (2021-03-15)

Note: Version bump only for package vite-imagetools

3.2.0 (2021-03-15)

Bug Fixes

  • improve extensibility (61d5a3d)
  • reflect new imagetools-core version (f5135b7)
  • remove force option (9f04c9c)

Features

Reverts