2023-01-20
- fix: types should come first in exports #1403
2022-10-21
- chore: update rollup dependencies (3038271)
2022-10-09
- fix: prepare for Rollup 3 #1293
2021-08-24
- fix: include types, not tests, in package.json files (#982)
2021-07-26
- feat: add typings (#898)
2020-12-14
- fix: use 'var' instead of 'const' (#691)
- chore: update dependencies (0c57b08)
2020-05-11
- chore: rollup v2 peerDep. (dupe for pub) (a3f3205)
2020-02-04
- fix: url-encode SVG source (#173)
2020-02-04
- fix: url-encode SVG source (#173)
2020-02-01
- chore: update dependencies (1913e7f)
2020-01-07
- fix: don't encode svg as base64 (#136)
- 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 thedom: true
option. - Published under @rollup/plugins-image
- WebP added to recognized MIME types
- Added
dom
option
- Return a
name
- Fix
pkg.files
- Generate synthetic AST, for quicker parsing
- First Release