Skip to content

Latest commit

History

History
executable file
123 lines (65 loc) 路 1.78 KB

CHANGELOG.md

File metadata and controls

executable file
123 lines (65 loc) 路 1.78 KB

@rollup/plugin-image ChangeLog

v3.0.3

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v3.0.2

2023-01-20

Bugfixes

  • fix: types should come first in exports #1403

v3.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v3.0.0

2022-10-09

Breaking Changes

  • fix: prepare for Rollup 3 #1293

v2.1.1

2021-08-24

Bugfixes

  • fix: include types, not tests, in package.json files (#982)

v2.1.0

2021-07-26

Features

  • feat: add typings (#898)

v2.0.6

2020-12-14

Bugfixes

  • fix: use 'var' instead of 'const' (#691)

Updates

  • chore: update dependencies (0c57b08)

v2.0.5

2020-05-11

Updates

  • chore: rollup v2 peerDep. (dupe for pub) (a3f3205)

v2.0.4

2020-02-04

Bugfixes

  • fix: url-encode SVG source (#173)

v2.0.3

2020-02-04

Bugfixes

  • fix: url-encode SVG source (#173)

v2.0.2

2020-02-01

Updates

  • chore: update dependencies (1913e7f)

v2.0.1

2020-01-07

Bugfixes

  • fix: don't encode svg as base64 (#136)

2.0.0

  • Breaking: Minimum compatible Rollup version is 1.20.0
  • Breaking: Minimum supported Node version is 8.0.0
  • Breaking: Plugin will generate a const variable for exporting the image by default. To obtain the old default functionality, use the dom: true option.
  • Published under @rollup/plugins-image
  • WebP added to recognized MIME types
  • Added dom option

1.0.2

  • Return a name

1.0.1

  • Fix pkg.files
  • Generate synthetic AST, for quicker parsing

1.0.0

  • First Release