Skip to content

Commit 864565f

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.2.1...v3.0.0) (2021-04-24) ### Bug Fixes * errors caused by non-normalized windows paths ([cf9f716](cf9f716)) ### Code Refactoring * delegate asset deduplication to this.emitFile ([adafff7](adafff7)) ### Features * added full support for dynamic imports ([f16c69d](f16c69d)) * filtering paths is delegated to createFilter from @rollup/pluginutils ([9ec6e63](9ec6e63)) * support for windows absolute paths in filter patterns ([76249e4](76249e4)) ### BREAKING CHANGES * imports to deduplicated assets are not merged into one * the plugin itself is not responsible for filtering paths
1 parent cf9f716 commit 864565f

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [3.0.0](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v2.2.1...v3.0.0) (2021-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* errors caused by non-normalized windows paths ([cf9f716](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/cf9f716c4fcc024fe959dfca7a9d96b88c85fd4d))
7+
8+
9+
### Code Refactoring
10+
11+
* delegate asset deduplication to this.emitFile ([adafff7](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/adafff7e583c5f6fab11dce892f7607a3ea40c7a))
12+
13+
14+
### Features
15+
16+
* added full support for dynamic imports ([f16c69d](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/f16c69d44a386962251da33c7e34e9b8f98415e5))
17+
* filtering paths is delegated to createFilter from @rollup/pluginutils ([9ec6e63](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/9ec6e6365037817754dddd92e12ce27929d1f6b0))
18+
* support for windows absolute paths in filter patterns ([76249e4](https://github.com/soufyakoub/rollup-plugin-external-assets/commit/76249e400f782d02e6f119317a1ee732b2967fd8))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* imports to deduplicated assets are not merged into one
24+
* the plugin itself is not responsible for filtering
25+
paths
26+
127
## [2.2.1](https://github.com/soufyakoub/rollup-plugin-external-assets/compare/v2.2.0...v2.2.1) (2021-03-13)
228

329

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-external-assets",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "A rollup plugin to make assets external but include them in the output.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)