Skip to content

Latest commit

 

History

History
319 lines (191 loc) · 9.52 KB

CHANGELOG.md

File metadata and controls

319 lines (191 loc) · 9.52 KB

Change Log

3.0.17

Patch Changes

  • c64e7ef: chore: upgrade typescript
  • 93bc23a: fix: log messages through Vite and Rollup. Allows the log level to be set with logLevel and onwarn respectively.
  • Updated dependencies [c64e7ef]
  • Updated dependencies [93bc23a]
  • Updated dependencies [04bd2a0]

3.0.16

Patch Changes

  • d43bfff: fix: list types exports first

3.0.15

Patch Changes

3.0.14

Patch Changes

  • e154d09: fix: revert bundling of imagetools-core

3.0.13

Patch Changes

  • 425867f: Bundle imagetools-core

3.0.12

Patch Changes

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

3.0.11

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.
  • 60890de: fix: add an exports map
  • Updated dependencies [92b2fa3]
  • Updated dependencies [80250db]
  • Updated dependencies [60890de]

3.0.10

Patch Changes

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

3.0.9

Patch Changes

3.0.8

Patch Changes

3.0.7

Patch Changes

3.0.6

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

3.0.5

Patch Changes

3.0.4

Patch Changes

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

3.0.3

Patch Changes

  • ef9f2dd: chore(deps-dev): bump rollup from 2.61.0 to 2.61.1

3.0.2

Patch Changes

  • eb449f1: chore(deps-dev): bump rollup from 2.59.0 to 2.61.0

3.0.1

Patch Changes

  • e58e2cb: Remove icc metadata when removeMetadata is set to true.
  • Updated dependencies [e58e2cb]

3.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

  • 1655877: Fix path to typings
  • f85ffe8: Bump @rollup/pluginutils
  • 0f218f0: Bump rollup
  • Updated dependencies [f6cec96]

2.5.0

Minor Changes

  • 73955f4: feat: allow override of resolveConfigs

2.4.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

2.3.0

Minor Changes

  • c70b97e: Add metadata whitelist

Patch Changes

2.2.8

Patch Changes

  • 2f60cf2: chore(deps-dev): bump rollup from 2.49.0 to 2.50.6
  • Updated dependencies [0ceabff]

2.2.7

Patch Changes

  • eb444d4: chore(deps-dev): bump rollup from 2.47.0 to 2.49.0

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

2.2.6 (2021-05-11)

Note: Version bump only for package rollup-plugin-imagetools

2.2.5 (2021-05-11)

Note: Version bump only for package rollup-plugin-imagetools

2.2.4 (2021-05-11)

Note: Version bump only for package rollup-plugin-imagetools

2.2.3 (2021-05-11)

Note: Version bump only for package rollup-plugin-imagetools

2.2.2 (2021-05-11)

Note: Version bump only for package rollup-plugin-imagetools

2.2.1 (2021-05-07)

Note: Version bump only for package rollup-plugin-imagetools

2.2.0 (2021-05-07)

Features

  • Allow # symbols in src urls (b5beedd)

2.1.4 (2021-05-07)

Note: Version bump only for package rollup-plugin-imagetools

2.1.2 (2021-05-03)

Bug Fixes

  • rollup-plugin-imgagetools: fix relative imports (f19c34c)
  • decode URI encoded paths before resolving (36636e5), closes #84
  • rollup-plugin-imagetools: update imagetool-core version (3cd3cff)

2.1.1 (2021-05-03)

Bug Fixes

  • decode URI encoded paths before resolving (36636e5), closes #84
  • rollup-plugin-imagetools: update imagetool-core version (3cd3cff)

2.1.0 (2021-04-28)

Features

2.0.3 (2021-04-28)

Note: Version bump only for package rollup-plugin-imagetools

2.0.2 (2021-04-28)

Bug Fixes

  • exclude test files from generated types (a86d29c)

2.0.1 (2021-04-28)

Bug Fixes

  • exclude test files from generated types (a86d29c)

2.0.0 (2021-04-12)

Note: Version bump only for package rollup-plugin-imagetools

0.0.0 (2021-04-12)

Note: Version bump only for package rollup-plugin-imagetools

0.0.0-next.4 (2021-04-11)

Bug Fixes

  • import types from the right file (92fbe14)
  • rollup-plugin-imagetools: correctly resolve absolute paths (f612e6a)

0.0.0-next.3 (2021-04-11)

Bug Fixes

  • import types from the right file (92fbe14)
  • rollup-plugin-imagetools: correctly resolve absolute paths (f612e6a)

0.0.0-next.2 (2021-04-11)

Bug Fixes

  • import types from the right file (92fbe14)
  • rollup-plugin-imagetools: correctly resolve absolute paths (f612e6a)

0.0.0-next.1 (2021-04-06)

Bug Fixes

  • correctly replace image references in chunks (bdd9b6f)

Features