Skip to content
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
84e973d
chore: bump version
SvetoslavTsenov Oct 26, 2018
c217f12
fix-next(android): exit fragment animation (#6421)
manoldonev Oct 26, 2018
f261834
fix-next: handle action bar safe area nesting (#6455)
MartoYankov Oct 26, 2018
127d6dd
docs(iOS): update HtmlView documentation link (#6335)
daviditsygin Oct 26, 2018
7f45c01
fix-next: correct raising of layoutChanged event (#6457)
tgpetrov Oct 26, 2018
b8ca3a4
fix-next(android): restore fade animation for simulated nav (#6463)
manoldonev Oct 26, 2018
25df694
fix-next: handle view controller nesting in ng (#6472)
MartoYankov Oct 29, 2018
206cc53
Revert "fix-next(android): restore fade animation for simulated nav (…
manoldonev Oct 29, 2018
e20d85f
fix-next(ios): handle nesting in proxyViewContainer ng (#6475)
MartoYankov Oct 30, 2018
61bda9e
fix(tab-view-android): change androidOffscreenTabLimit to 1 when usin…
ADjenkov Oct 30, 2018
f0f0faf
chore: cut the 5.0.1 release (#6484)
SvetoslavTsenov Nov 1, 2018
999e378
fix(android): back navigation on app suspend/resume (#6489)
manoldonev Nov 2, 2018
b6a5df1
docs: add 5.0.0 changelog (#6485)
vchimev Nov 5, 2018
7d21b5c
fix(android): IllegalStateException with tabview&nested frames (#6495)
manoldonev Nov 5, 2018
af5eb73
fix: Resolve incorrect name of listener when unsubscribing (#6487)
VladimirAmiorkov Nov 2, 2018
ed2e908
release: cut the 5.0.2 release (#6522)
SvetoslavTsenov Nov 7, 2018
bf6a6fb
Merge remote-tracking branch 'origin/master' into svetoslavtsenov/mer…
SvetoslavTsenov Nov 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Cross Platform Modules Changelog
==============================

<a name="5.0.2"></a>
## [5.0.2](https://github.com/NativeScript/NativeScript/compare/5.0.1...5.0.2) (2018-11-07)


### Bug Fixes

* **android:** back navigation on app suspend/resume ([#6489](https://github.com/NativeScript/NativeScript/issues/6489)) ([999e378](https://github.com/NativeScript/NativeScript/commit/999e378))
* **android:** IllegalStateException with tabview and nested frames ([#6495](https://github.com/NativeScript/NativeScript/issues/6495)) ([7d21b5c](https://github.com/NativeScript/NativeScript/commit/7d21b5c))
* Resolve incorrect name of listener when unsubscribing ([#6487](https://github.com/NativeScript/NativeScript/issues/6487)) ([af5eb73](https://github.com/NativeScript/NativeScript/commit/af5eb73))



<a name="5.0.0"></a>
# [5.0.0](https://github.com/NativeScript/NativeScript/compare/4.2.1...5.0.0) (2018-11-01)

Expand Down