ed2e9083e1
release: cut the 5.0.2 release ( #6522 )
2018-11-07 21:01:05 +02:00
af5eb7321b
fix: Resolve incorrect name of listener when unsubscribing ( #6487 )
2018-11-07 14:32:31 +02:00
7d21b5c9ab
fix(android): IllegalStateException with tabview&nested frames ( #6495 )
2018-11-07 14:30:22 +02:00
b6a5df18fc
docs: add 5.0.0 changelog ( #6485 )
...
* docs: add 5.0.0 changelog
* docs: merge 5.0.0 RC and 5.0.0 changelogs
2018-11-07 14:30:01 +02:00
999e3780ec
fix(android): back navigation on app suspend/resume ( #6489 )
2018-11-07 14:29:46 +02:00
f0f0faf84e
chore: cut the 5.0.1 release ( #6484 )
5.0.1
2018-11-01 12:13:47 +02:00
61bda9ecdf
fix(tab-view-android): change androidOffscreenTabLimit to 1 when using bottom tabs ( #6476 )
2018-10-30 14:41:38 +02:00
e20d85f84f
fix-next(ios): handle nesting in proxyViewContainer ng ( #6475 )
2018-10-30 14:41:38 +02:00
206cc53fd6
Revert "fix-next(android): restore fade animation for simulated nav ( #6463 )" ( #6473 )
...
This reverts commit 448936d6e6bf03c79e17648e8912a4f0eea0b43f.
2018-10-29 22:13:02 +02:00
25df69442f
fix-next: handle view controller nesting in ng ( #6472 )
2018-10-29 22:13:02 +02:00
b8ca3a4ef8
fix-next(android): restore fade animation for simulated nav ( #6463 )
2018-10-29 22:13:02 +02:00
7f45c0195c
fix-next: correct raising of layoutChanged event ( #6457 )
...
Currently the layoutChanged event can be raised even when there is no change due to safe area calculations.
2018-10-29 22:13:02 +02:00
127d6dd104
docs(iOS): update HtmlView documentation link ( #6335 )
...
The old link was a 404.
2018-10-29 22:13:02 +02:00
f261834719
fix-next: handle action bar safe area nesting ( #6455 )
2018-10-29 22:13:02 +02:00
c217f12c8f
fix-next(android): exit fragment animation ( #6421 )
2018-10-29 22:13:02 +02:00
84e973d6a8
chore: bump version
2018-10-26 18:02:41 +03:00
0002624d3c
feat(frame): add new actionBarVisibility property ( #6449 )
2018-10-24 14:51:43 +03:00
af651d6e83
feat(frame): hardware back in parent frame when back states available ( #6446 )
2018-10-24 10:18:50 +03:00
9f7df1868c
refactor: fix ts compilation errors ( #6445 )
2018-10-23 17:01:33 +03:00
dfa208a54d
fix-next: apply ios safe area before transform ( #6443 )
2018-10-23 13:38:02 +03:00
a58fc528b2
fix(connectivity): making startMonitoring() behave on iOS as on Android ( #6373 )
...
On Android, when calling startMonitor it will immediately fire the callback with the current state. Now it does the same on iOS.
2018-10-23 00:06:39 +03:00
a211bbdbdc
test(safe-area): fix ios 12 landscape tests ( #6434 )
2018-10-19 18:48:20 +03:00
c0438df9a7
fix(observable-array): reduce no longer ignores zero as initial value ( #6402 )
...
* fix(observable-array): reduce no longer ignores zero as initial value
* fix(observable-array): reduceRight now functions properly when initial value is not specified or zero
2018-10-19 17:14:47 +03:00
a3f149325f
5620 GridLayout addChild to set row and column ( #6411 )
2018-10-19 15:20:41 +03:00
4407af7dd6
docs: 5.0.0-rc changelog ( #6423 )
...
* docs: 5.0.0-rc changelog
* chore: update breaking changes log
* docs: reorder changelog
* chore: minor changelog updates
* docs: update a link in changelog
* docs: add breaking changes
* docs: address comments
* docs: add links to breaking changes
2018-10-19 11:29:36 +03:00
a93e418a66
tests: Frame tests refactor ( #6406 )
2018-10-18 13:49:55 +03:00
96b439e3df
chore: bump versions to 5.1.0 ( #6422 )
2018-10-17 14:30:38 +03:00
e5f6065fd2
test(safe-area): add ui tests ( #6418 )
2018-10-17 13:29:38 +03:00
c8c0be7684
refactor: restore animators api usage ( #6403 )
5.0.0-rc
2018-10-16 15:37:57 +03:00
7867e7ce5b
tests: set usesCleartextTraffic in apps to enable http calls in CI ( #6417 )
2018-10-16 09:22:16 +03:00
84017091b0
chore: fix animations e2e app layout import ( #6415 )
2018-10-15 17:02:25 +03:00
d24012b851
chore: bump versions to 5.0.0 ( #6413 )
2018-10-15 16:36:29 +03:00
7e891a91f9
fix-next: restrict to safe area when transform ( #6405 )
2018-10-15 10:17:56 +03:00
829d18b56d
feat(application-settings): implemented allKeys method ( #6371 )
2018-10-12 13:28:48 +03:00
56a1b120af
fix: Don't crash on missing resources in tab-view and action-bar ( #6388 )
2018-10-11 21:31:19 +03:00
5b77017d37
refactor(android): root fragment manager usage ( #6399 )
2018-10-11 19:02:41 +03:00
307172003d
fix: nested fragments interact thru child fragment manager ( #6293 )
2018-10-11 17:44:30 +03:00
d91bfd8e11
fix-next: drawer plugin viewcontroller init ( #6379 )
2018-10-11 15:16:48 +03:00
b2246ad089
chore: fix nav tests with cli next ( #6374 )
2018-10-10 15:52:23 +03:00
04233b65c1
fix-next: ios 10 safe area backwards compat ( #6364 )
...
* fix-next: ios 10 safe area backwards compat
* refactor: update a comment
* fix-next: ios 10 page on layout fix
* fix-next: handle ios 11 flat action bar
2018-10-09 10:16:31 +03:00
e3d5f0d409
fix(tab-view): Title and icon positioning ( #6362 )
...
* fix(tab-view): Title and icon positioning
* refactor: review FB addressed
2018-10-08 11:23:34 +03:00
7456a83f3c
fix: CLAuthorizationStatus order and values ( #6338 )
...
Based on https://developer.apple.com/documentation/corelocation/clauthorizationstatus
2018-10-08 11:19:46 +03:00
ae6a661ecd
feat: implement capitalization type option for prompt dialogs ( #6325 )
...
* feat: implement capitalization type option for prompt dialogs
Allow setting auto capitalization to "none", "all", "sentences" and "words".
This feature works on both Android and iOS.
* feat: add capitalization type examples to test page for dialogs
2018-10-05 17:15:54 +03:00
1232d1edfd
feat(tslib): add tslib helpers to global ( #6351 )
...
* feat(tslib): add tslib helpers to global
* Adds tslib as a dependency to tns-core-modules
* Replaces globals/decorators with globals/tslib
* Adds support for async/await, rest and spread operators.
* refactor: rename tslib to ts-helpers to avoid confusion with npm package
2018-10-05 17:12:45 +03:00
c3fabd66f7
chore: unify issue templates ( #6350 )
...
* chore: update community files
* chore: delete redundant file
* chore: missing bracket
2018-10-05 14:18:39 +03:00
7e2ba9b540
chore: update n-dev- appium deps ( #6358 )
2018-10-05 03:44:09 +03:00
65c216c547
chore: add iOS 12 entry ( #6354 )
2018-10-04 17:10:04 +03:00
436a318de5
fix(android): second livesync ( #6330 )
2018-10-04 15:57:11 +03:00
0bf6dc2e93
fix(android): nested frames on app suspend/resume ( #6339 )
2018-10-04 14:31:57 +03:00
2e3c0a812a
fix-next: apply repeater onLayout initial values ( #6344 )
2018-10-04 13:45:51 +03:00