|
29 | 29 | * remove pure annotation for custom blocks ([cd891e5](https://github.com/vuejs/vue-loader/commit/cd891e593bf7f8aff852f1d47fda2337de661bea)) |
30 | 30 |
|
31 | 31 |
|
32 | | - |
33 | | -## [16.7.1](https://github.com/vuejs/vue-loader/compare/v16.7.0...v16.7.1) (2021-09-22) |
34 | | - |
35 | | - |
36 | | -### Bug Fixes |
37 | | - |
38 | | -* remove pure annotation for custom blocks ([cd891e5](https://github.com/vuejs/vue-loader/commit/cd891e593bf7f8aff852f1d47fda2337de661bea)) |
39 | | - |
40 | | - |
41 | | - |
42 | | -# [16.7.0](https://github.com/vuejs/vue-loader/compare/v16.6.0...v16.7.0) (2021-09-21) |
43 | | - |
44 | | - |
45 | | -### Features |
46 | | - |
47 | | -* support optional @vue/compiler-sfc peer dep ([21725a4](https://github.com/vuejs/vue-loader/commit/21725a4ebc9c8d7f8a590d700017759327e21c2e)) |
48 | | - |
49 | | - |
50 | | - |
51 | 32 | # [16.7.0](https://github.com/vuejs/vue-loader/compare/v16.6.0...v16.7.0) (2021-09-21) |
52 | 33 |
|
53 | 34 |
|
|
56 | 37 | * support optional @vue/compiler-sfc peer dep ([21725a4](https://github.com/vuejs/vue-loader/commit/21725a4ebc9c8d7f8a590d700017759327e21c2e)) |
57 | 38 |
|
58 | 39 |
|
59 | | - |
60 | | -# [16.6.0](https://github.com/vuejs/vue-loader/compare/v16.5.0...v16.6.0) (2021-09-20) |
61 | | - |
62 | | - |
63 | | -### Bug Fixes |
64 | | - |
65 | | -* generate treeshaking friendly code ([11e3cb8](https://github.com/vuejs/vue-loader/commit/11e3cb8a8a4a4e0aedc2978ce6d7e549a61de3d7)) |
66 | | - |
67 | | - |
68 | | -### Features |
69 | | - |
70 | | -* support ts in template expressions ([573fbd2](https://github.com/vuejs/vue-loader/commit/573fbd2e72c3246c2daadb8d8c053464c964cfe3)) |
71 | | - |
72 | | - |
73 | | - |
74 | 40 | # [16.6.0](https://github.com/vuejs/vue-loader/compare/v16.5.0...v16.6.0) (2021-09-20) |
75 | 41 |
|
76 | 42 |
|
|
84 | 50 | * support ts in template expressions ([573fbd2](https://github.com/vuejs/vue-loader/commit/573fbd2e72c3246c2daadb8d8c053464c964cfe3)) |
85 | 51 |
|
86 | 52 |
|
87 | | - |
88 | | -# [16.5.0](https://github.com/vuejs/vue-loader/compare/v16.4.1...v16.5.0) (2021-08-07) |
89 | | - |
90 | | - |
91 | | - |
92 | 53 | # [16.5.0](https://github.com/vuejs/vue-loader/compare/v16.4.1...v16.5.0) (2021-08-07) |
93 | 54 |
|
94 | 55 | * Custom Elements mode behavior changed: now only inlines the CSS and no longer exports the custom element constructor (exports the component as in normal mode). Users now need to explicitly call `defineCustomElement` on the component. This allows the custom element to be defined using an async version of the source component. |
95 | 56 |
|
96 | | -## [16.4.1](https://github.com/vuejs/vue-loader/compare/v16.4.0...v16.4.1) (2021-08-02) |
97 | | - |
98 | | - |
99 | | -### Bug Fixes |
100 | | - |
101 | | -* fix webpack 5.48 compatibility ([b94289c](https://github.com/vuejs/vue-loader/commit/b94289c9fb395556100ec121529dfe676280d3cd)), closes [#1859](https://github.com/vuejs/vue-loader/issues/1859) |
102 | 57 |
|
103 | | - |
104 | | - |
105 | | -## [16.4.1](https://github.com/vuejs/vue-loader/compare/v16.3.3...v16.4.1) (2021-08-02) |
| 58 | +## [16.4.1](https://github.com/vuejs/vue-loader/compare/v16.4.0...v16.4.1) (2021-08-02) |
106 | 59 |
|
107 | 60 |
|
108 | 61 | ### Bug Fixes |
|
0 commit comments