ac7f041dea
fix(core): AndroidTransitionType symbol export handling ( #9252 )
...
BREAKING CHANGE:
AndroidTransitionType is now a static member of the Transition class.
BEFORE:
```
import { AndroidTransitionType } from '@nativescript/core/ui/transition';
```
AFTER:
```
import { Transition } from '@nativescript/core';
Transition.AndroidTransitionType.enter; // etc.
```
2021-02-27 13:16:39 -08:00
b688994f98
test: skip some flaky tests on CI
2021-02-05 23:02:44 +01:00
11b3b84114
chore: release prep
2021-02-05 12:24:46 -08:00
4945702620
ci: run apps/automated on CI ( #9196 )
2021-02-05 11:21:16 -08:00
abc78800f2
test(web-view): fix failing tests due to files not being copied
2021-02-04 22:15:58 +01:00
9aad2dbdbc
feat(ios): types for latest ios 14.3 with Xcode 12.3 ( #9118 )
2020-12-30 07:57:10 -08:00
1769de9033
feat(android): setInterval closer to web spec ( #9044 )
2020-11-19 13:07:51 -08:00
64e0aa6a11
fix(list-view): handle reusing wrong view ( #9023 )
2020-11-11 19:55:17 -08:00
05faa867d0
tests: color date/time ios14 tests ( #9019 )
2020-11-10 23:14:04 -08:00
d30b22c9a3
fix(tests): should run all unit tests ( #9013 )
2020-11-07 11:04:04 -08:00
b113f1916d
feat(core): Repeater multiple item templates implementation ( #8981 )
2020-10-26 20:13:22 -07:00
5c1b7f6d76
fix(core): ObservableArray tests and a typo ( #8968 )
2020-10-17 16:15:20 -07:00
fda4c48851
chore: add repository
2020-09-10 08:41:19 -07:00
54cce4f20c
feat(core): nativescript.config and webpack updates ( #8801 )
2020-09-01 15:53:37 -07:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00