vite-imagetools
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.3.1](https://github.com/JonasKruckenberg/vite-imagetools/compare/vite-imagetools@3.3.0...vite-imagetools@3.3.1) (2021-03-19) | ||
### Bug Fixes | ||
* image id generation ([7ea0839](https://github.com/JonasKruckenberg/vite-imagetools/commit/7ea0839e2e69eb652d2cee01c3f1d8148f7290f1)), closes [#34](https://github.com/JonasKruckenberg/vite-imagetools/issues/34) | ||
# [3.3.0](https://github.com/JonasKruckenberg/vite-imagetools/compare/vite-imagetools@3.2.6...vite-imagetools@3.3.0) (2021-03-16) | ||
@@ -8,0 +19,0 @@ |
@@ -16,7 +16,2 @@ import { Directive, ImageConfig } from "imagetools-core/dist/types"; | ||
/** | ||
* The path to use as the cache for images, set this option to false to disable caching completely. | ||
* @default 'node_modules/.cache/vite-imagetools' | ||
*/ | ||
cache: string | false; | ||
/** | ||
* You can use this option to extend the builtin list of import directives. | ||
@@ -23,0 +18,0 @@ * This list will be merged with the builtin directives before applying them to the input image. |
{ | ||
"name": "vite-imagetools", | ||
"description": "Load and transform images using a toolbox of custom import directives!", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"main": "dist/index.cjs", | ||
@@ -34,3 +34,3 @@ "module": "dist/index.mjs", | ||
"find-cache-dir": "^3.3.1", | ||
"imagetools-core": "^0.1.0-next.7", | ||
"imagetools-core": "^0.1.0-next.8", | ||
"magic-string": "^0.25.7" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "b78b8021c36aa3e409eca17e7cee3d2baddff369" | ||
"gitHead": "559ae3c3384b1aebc7206292f951cda844296be3" | ||
} |
@@ -14,3 +14,2 @@ # vite-imagetools | ||
- **Extensible :jigsaw:** | ||
- **Caches transformed images :green_heart:** | ||
@@ -65,4 +64,2 @@ ## Table of Contents | ||
## Caching | ||
## Extending vite-imagetools |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39397
296
63