Skip to content

Commit 2300224

Browse files
committed
chore: update changelog
1 parent 12481d2 commit 2300224

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="2.0.0-alpha.0"></a>
2+
# [2.0.0-alpha.0](https://github.com/nativescript-vue/nativescript-vue/compare/v1.4.0-alpha.0...v2.0.0-alpha.0) (2018-07-04)
3+
4+
5+
### Bug Fixes
6+
7+
* Detect boolean attributes and expand them if value is empty ([#171](https://github.com/nativescript-vue/nativescript-vue/issues/171)) ([72f2102](https://github.com/nativescript-vue/nativescript-vue/commit/72f2102))
8+
* don't create view without data ([ba4e994](https://github.com/nativescript-vue/nativescript-vue/commit/ba4e994)), closes [#229](https://github.com/nativescript-vue/nativescript-vue/issues/229)
9+
* fix consecutive v-if's and v-for's ([821d726](https://github.com/nativescript-vue/nativescript-vue/commit/821d726)), closes [#127](https://github.com/nativescript-vue/nativescript-vue/issues/127) [#240](https://github.com/nativescript-vue/nativescript-vue/issues/240)
10+
* fix v-if in ActionBar ([95054ee](https://github.com/nativescript-vue/nativescript-vue/commit/95054ee)), closes [#76](https://github.com/nativescript-vue/nativescript-vue/issues/76)
11+
12+
13+
### Features
14+
15+
* add refresh shortcut for ListView ([b809f0f](https://github.com/nativescript-vue/nativescript-vue/commit/b809f0f)), closes [#193](https://github.com/nativescript-vue/nativescript-vue/issues/193)
16+
* allow multiple nodes in <ios> and <android> tags ([7bf8b10](https://github.com/nativescript-vue/nativescript-vue/commit/7bf8b10))
17+
* improve v-show to support <transition> ([3e50a90](https://github.com/nativescript-vue/nativescript-vue/commit/3e50a90))
18+
* include typedefinitions in npm package ([7286e67](https://github.com/nativescript-vue/nativescript-vue/commit/7286e67)), closes [#262](https://github.com/nativescript-vue/nativescript-vue/issues/262) [#263](https://github.com/nativescript-vue/nativescript-vue/issues/263)
19+
* wrap all elements in functional Vue components ([#267](https://github.com/nativescript-vue/nativescript-vue/issues/267)) ([a4e2fa5](https://github.com/nativescript-vue/nativescript-vue/commit/a4e2fa5)), closes [#127](https://github.com/nativescript-vue/nativescript-vue/issues/127) [#266](https://github.com/nativescript-vue/nativescript-vue/issues/266) [#241](https://github.com/nativescript-vue/nativescript-vue/issues/241)
20+
21+
22+
### BREAKING CHANGES
23+
24+
* All elements are now Vue components, in some cases where a ref is used to get the
25+
nativeView will have to be updated to use `this.$refs.element.$el.nativeView` instead of
26+
`this.$refs.element.nativeView`. There may be other breaking changes this introduces that are not
27+
known at this point.
28+
29+
30+
131
<a name="1.4.0-alpha.0"></a>
232
# [1.4.0-alpha.0](https://github.com/nativescript-vue/nativescript-vue/compare/v1.3.2-rc.4...v1.4.0-alpha.0) (2018-05-07)
333

0 commit comments

Comments
 (0)