|
| 1 | +<a name="2.1.0"></a> |
| 2 | +# [2.1.0](https://github.com/nativescript-vue/nativescript-vue/compare/v2.0.2...v2.1.0) (2019-03-18) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* add registerElement to NativeScriptVueConstructor ([#413](https://github.com/nativescript-vue/nativescript-vue/issues/413)) ([7adad31](https://github.com/nativescript-vue/nativescript-vue/commit/7adad31)), closes [#409](https://github.com/nativescript-vue/nativescript-vue/issues/409) |
| 8 | +* Extend ModalOptions type definitions ([#422](https://github.com/nativescript-vue/nativescript-vue/issues/422)) ([72e9097](https://github.com/nativescript-vue/nativescript-vue/commit/72e9097)) |
| 9 | +* **v-model:** export registerElement in webpack. fix v-model issue [#371](https://github.com/nativescript-vue/nativescript-vue/issues/371) ([e1bc562](https://github.com/nativescript-vue/nativescript-vue/commit/e1bc562)) |
| 10 | + |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | +* show error when --bundle option is not provided ([#361](https://github.com/nativescript-vue/nativescript-vue/issues/361)) ([265f416](https://github.com/nativescript-vue/nativescript-vue/commit/265f416)) |
| 15 | +* **list-view:** Add support for default ListView item template ([#438](https://github.com/nativescript-vue/nativescript-
8000
vue/issues/438)) ([748d39a](https://github.com/nativescript-vue/nativescript-vue/commit/748d39a)) |
| 16 | + |
| 17 | + |
| 18 | + |
1 | 19 | <a name="2.0.2"></a>
|
2 | 20 | ## [2.0.2](https://github.com/nativescript-vue/nativescript-vue/compare/v2.0.1...v2.0.2) (2018-10-08)
|
3 | 21 |
|
|
14 | 32 |
|
15 | 33 | ### Bug Fixes
|
16 | 34 |
|
| 35 | +* **transition:** use the correct transition when navigating ([799e42f](https://github.com/nativescript-vue/nativescript-vue/commit/799e42f)), closes [#342](https://github.com/nativescript-vue/nativescript-vue/issues/342) |
17 | 36 | * destroy vue instance when page is disposed ([3df80ea](https://github.com/nativescript-vue/nativescript-vue/commit/3df80ea)), closes [#339](https://github.com/nativescript-vue/nativescript-vue/issues/339)
|
18 | 37 | * fix function call order in `after` util ([16ffa1c](https://github.com/nativescript-vue/nativescript-vue/commit/16ffa1c))
|
19 |
| -* **transition:** use the correct transition when navigating ([799e42f](https://github.com/nativescript-vue/nativescript-vue/commit/799e42f)), closes [#342](https://github.com/nativescript-vue/nativescript-vue/issues/342) |
20 | 38 |
|
21 | 39 |
|
22 | 40 |
|
@@ -80,9 +98,9 @@ options.context.propsData
|
80 | 98 |
|
81 | 99 | ### Bug Fixes
|
82 | 100 |
|
| 101 | +* ensre default is exported after bundling ([#301](https://github.com/nativescript-vue/nativescript-vue/issues/301)) ([7e39039](https://github.com/nativescript-vue/nativescript-vue/commit/7e39039)) |
83 | 102 | * **typings:** add proper typings ([#289](https://github.com/nativescript-vue/nativescript-vue/issues/289)) ([bb265bd](https://github.com/nativescript-vue/nativescript-vue/commit/bb265bd))
|
84 | 103 | * **typings:** declare explicitly the location of the TS typings ([259640e](https://github.com/nativescript-vue/nativescript-vue/commit/259640e))
|
85 |
| -* ensre default is exported after bundling ([#301](https://github.com/nativescript-vue/nativescript-vue/issues/301)) ([7e39039](https://github.com/nativescript-vue/nativescript-vue/commit/7e39039)) |
86 | 104 | * re-adding <keep-alive> elements to view ([#291](https://github.com/nativescript-vue/nativescript-vue/issues/291)) ([a953db5](https://github.com/nativescript-vue/nativescript-vue/commit/a953db5)), closes [#220](https://github.com/nativescript-vue/nativescript-vue/issues/220) [#220](https://github.com/nativescript-vue/nativescript-vue/issues/220)
|
87 | 105 |
|
88 | 106 |
|
|
0 commit comments