f7145d9fc2
fix: disabled default accessibility
2021-09-30 09:17:17 +02:00
e3e5dea2be
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# package.json
# packages/core/bundle-entry-points.ts
# packages/core/color/color-common.ts
# packages/core/color/index.d.ts
# packages/core/globals/index.ts
# packages/core/package.json
# packages/core/ui/core/bindable/index.ts
# packages/core/ui/core/properties/index.ts
# packages/core/ui/core/view/index.android.ts
# packages/core/ui/frame/index.android.ts
# packages/core/ui/styling/style-scope.ts
# packages/ui-mobile-base/android/gradle/wrapper/gradle-wrapper.properties
# packages/webpack5/package.json
# packages/webpack5/src/configuration/base.ts
2021-09-16 10:16:45 +02:00
c3cadc7fd5
fix(ios): backgroundColor property on Button ( #9524 )
...
closes NativeScript/NativeScript#9523
2021-08-23 23:55:18 -07:00
e6598aee0f
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# apps/automated/src/test-runner.ts
# apps/automated/src/ui/bottom-navigation/bottom-navigation-navigation-tests.ts
# apps/ui/src/bottom-navigation/events-page.ts
# apps/ui/src/main-page.ts
# apps/ui/src/test-page-main-view-model.ts
# package.json
# packages/core/color/color-common.ts
# packages/core/color/index.d.ts
# packages/core/ui/action-bar/index.android.ts
# packages/core/ui/bottom-navigation/index.android.ts
# packages/core/ui/core/view/index.ios.ts
# packages/core/ui/core/view/view-helper/view-helper-common.ts
# packages/core/ui/index.ts
# packages/core/ui/styling/background.android.ts
# packages/core/ui/tab-navigation-base/tab-strip-item/index.ts
# packages/webpack/jasmine-config/reporter.ts
2021-04-08 16:36:02 +02:00
21da31562c
chore: Enums > CoreTypes
...
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
a822f2affb
chore: a11y polish ( #9259 )
2021-04-06 11:18:36 -07:00
e9b5eb934d
chore: cleanup a11y and add demo page
2021-04-06 11:18:36 -07:00
733050995c
fix(core): type collisions with namespace ( #8809 )
2021-04-06 11:18:36 -07:00
d5a8a25aba
feat(core): first class a11y support ( #8909 )
2021-04-06 11:18:36 -07:00
a2d06a9efe
fix(button): ios let the gesture observer handles tap events
...
in some weird cases like i some UICollectionView layouts the UIControlEvents.TouchUpInside is failing
2021-03-18 14:00:36 +01:00
016313bef1
fix: automated tests are now passing
2021-02-17 17:07:38 +01:00
5fc7d1a4d4
fix: refactor background handling.
...
The idea is for views to handle sepecial case themselves.
I realised that android.widget.Button was materialized even if you were not using it because there was a test for instanceof in the background handling. Now the special background handling is done in Button and ActionBar
2021-02-17 16:58:43 +01:00
c1f231d88e
chore: fix eslint issues ( #9017 )
2020-11-11 08:46:36 -08:00
2243660080
feat(core): TypeScript 4 + cleanup ( #8967 )
2020-10-19 09:28:05 -07:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00