8000 chore: update changelog · joshmossas/nativescript-vue@fe2b3f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe2b3f5

Browse files
committed
chore: update changelog
1 parent e9f9e4a commit fe2b3f5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="2.6.0"></a>
2+
# [2.6.0](https://github.com/nativescript-vue/nativescript-vue/compare/v2.5.1...v2.6.0) (2020-04-13)
3+
4+
5+
### Bug Fixes
6+
7+
* remove console.log override ([#627](https://github.com/nativescript-vue/nativescript-vue/issues/627)) ([226e108](https://github.com/nativescript-vue/nativescript-vue/commit/226e108))
8+
* **renderer:** check for undefined before trimming style ([#622](https://github.com/nativescript-vue/nativescript-vue/issues/622)) ([9ce38a0](https://github.com/nativescript-vue/nativescript-vue/commit/9ce38a0))
9+
10+
11+
### Features
12+
13+
* resolve navigation page on navigation event ([#624](https://github.com/nativescript-vue/nativescript-vue/issues/624)) ([787d1a5](https://github.com/nativescript-vue/nativescript-vue/commit/787d1a5))
14+
* **logging:** log node creation errors ([#625](https://github.com/nativescript-vue/nativescript-vue/issues/625)) ([b502fc8](https://github.com/nativescript-vue/nativescript-vue/commit/b502fc8))
15+
* **registry:** allow overriding elements ([#626](https://github.com/nativescript-vue/nativescript-vue/issues/626)) ([e37788c](https://github.com/nativescript-vue/nativescript-vue/commit/e37788c))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* Our `console.log` override using `util-inspect` has been removed due to performance concerns. If you were using `Vue.config.debug = true` to get colorful console.logs, this will no longer work. We have documented how you may add this feature back to your app if you relied on this behavior. See [CONSOLE_LOG_OVERRIDE.md](https://github.com/nativescript-vue/nativescript-vue/blob/master/CONSOLE_LOG_OVERRIDE.md) for details.
21+
22+
23+
124
<a name="2.5.1"></a>
225
## [2.5.1](https://github.com/nativescript-vue/nativescript-vue/compare/v2.5.0...v2.5.1) (2020-03-28)
326

@@ -102,6 +125,11 @@ For most users this will not requre any additional refactoring.
102125

103126

104127

128+
<a name="2.3.0"></a>
129+
# [2.3.0](https://github.com/nativescript-vue/nativescript-vue/compare/v2.3.0-rc.2...v2.3.0) (2019-07-10)
130+
131+
132+
105133
<a name="2.4.0-alpha.0"></a>
106134
# [2.4.0-alpha.0](https://github.com/nativescript-vue/nativescript-vue/compare/v2.3.0...v2.4.0-alpha.0) (2019-07-10)
107135

0 commit comments

Comments
 (0)
0