|
ae193189ae
|
fix: iOS crash on iOS 14 when onLayout is called without a nativeView
|
2021-08-02 15:01:20 +02:00 |
|
|
ba773c78ae
|
fix: some color functions fixes
|
2021-08-01 15:30:00 +02:00 |
|
|
9664f4b913
|
fix: color fixes for hsl / hsv
allow Color constructor to take hsl/hsv
|
2021-07-28 15:09:07 +02:00 |
|
|
568defa23a
|
Merge branch 'webpack5_refactor' of github.com:Akylas/NativeScript
# Conflicts:
# .eslintrc.json
# packages/core/bundle-entry-points.ts
# packages/core/ui/core/bindable/index.ts
# packages/core/ui/styling/style-scope.ts
# packages/core/xml/index.ts
# packages/webpack5/src/configuration/base.ts
# packages/webpack5/src/helpers/index.ts
|
2021-07-26 17:33:18 +02:00 |
|
|
9ec02523c9
|
chore: refactor
|
2021-07-26 17:29:11 +02:00 |
|
|
596bdd4051
|
chore: cleanup
|
2021-07-26 16:27:47 +02:00 |
|
|
2c8ff3191c
|
fix: more text base fixes for plugins using nativeTextViewProtected
|
2021-07-26 16:23:27 +02:00 |
|
|
785b16a642
|
fix: allow to ignore reduce-css-calc with webpack without error
|
2021-07-26 16:23:01 +02:00 |
|
|
d91b13fec5
|
Merge branch 'master' of github.com:NativeScript/NativeScript
|
2021-07-22 17:09:54 +02:00 |
|
|
c945997332
|
fix(core): android broken navigation after go back to root on navDepth > 2
|
2021-07-22 17:09:35 +02:00 |
|
|
969716e9f9
|
feat: autofillType property for edit text base
|
2021-07-22 17:09:03 +02:00 |
|
|
f053001dc1
|
feat(android): provide ability to get registered broadCastReceiver (#9467)
|
2021-07-12 11:35:26 -07:00 |
|
|
7b800945dd
|
fix(log): Allow passing optional params for logs (#9456)
|
2021-07-06 08:23:37 -07:00 |
|
|
276b130ed8
|
fix: finally Color.hex should be good
|
2021-07-06 14:55:30 +02:00 |
|
|
7e0ecaa6cd
|
Merge branch 'master' of github.com:NativeScript/NativeScript
|
2021-06-29 13:41:36 +02:00 |
|
|
f6faa4509a
|
chore(release): @nativescript/core@8.0.8
8.0.8-core
|
2021-06-15 23:07:07 +02:00 |
|
|
b8d8110994
|
fix: stop leaking style scopes (#9444)
fixes #9311
* fix: stop leaking style scopes
* fix: don't leak scoped styles in production
|
2021-06-15 23:00:07 +02:00 |
|
|
29e99db220
|
chore: vscode settings
|
2021-06-09 10:01:42 +02:00 |
|
|
971d8eeddf
|
Merge branch 'master' of github.com:NativeScript/NativeScript
|
2021-06-09 09:51:06 +02:00 |
|
|
6e45fe7704
|
chore: lint and refactor
|
2021-06-08 18:14:13 +02:00 |
|
|
e42e9157c9
|
fix: accessibilityIdentifier fix for nativeTextViewProtected
|
2021-06-08 18:14:01 +02:00 |
|
|
d602d112c5
|
feat: decimal keyboard
|
2021-06-08 18:13:43 +02:00 |
|
|
97a94e82a8
|
fix: color hex getter fix
|
2021-06-08 18:13:22 +02:00 |
|
|
9f582ba168
|
fix(android): accessibilityIdentifier (#9432)
needs to be set on `nativeTextViewProtected` for text-base components
fixes https://github.com/nativescript-community/ui-material-components/issues/304
|
2021-06-02 18:47:19 -07:00 |
|
|
58819c6e65
|
chore(release): @nativescript/core@8.0.7
8.0.7-core
|
2021-06-01 20:10:46 -07:00 |
|
|
3806b85fce
|
feat(WebView): allow JS bound window frame navigation to be intercepted through loadStarted (#9430)
|
2021-06-01 16:35:43 -07:00 |
|
|
d3bc4d5b82
|
fix(core): guard unstable page/frame init contexts under async conditions (#9428)
|
2021-05-30 12:02:38 -07:00 |
|
|
04381fa3e7
|
fix(animations): stop keyframe animations after View unloaded (#9421)
|
2021-05-30 11:56:28 -07:00 |
|
|
d589ac6000
|
fix(core): typings for Utils.queueMacrotask and static methods on Observable (#9425)
|
2021-05-28 14:06:12 -07:00 |
|
|
c0a07707f3
|
chore: license
|
2021-05-27 18:31:17 -07:00 |
|
|
3c9eb77ced
|
chore: code of conduct
|
2021-05-27 16:42:00 -07:00 |
|
|
263c920cb8
|
fix(box-shadow): support for 'none' (#9418)
|
2021-05-25 21:22:35 -07:00 |
|
|
3d4b46c403
|
Merge branch 'color_changes_2' of github.com:Akylas/NativeScript
# Conflicts:
# packages/core/color/color-common.ts
# packages/core/color/index.d.ts
|
2021-05-22 13:00:19 +02:00 |
|
|
4ef49f28aa
|
chore(release): @nativescript/core@8.0.6
8.0.6-core
|
2021-05-20 15:21:24 -07:00 |
|
|
6cf4c5981b
|
feat(Utils): add dismissSoftInput helper (#9392)
closes #4594
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
|
2021-05-13 08:43:59 -07:00 |
|
|
dac36c6801
|
fix(a11y): add missing application event for fontScaleChanged (#9396)
|
2021-05-13 08:42:55 -07:00 |
|
|
7a92c1646f
|
fix(a11y): font size (#9395)
|
2021-05-13 08:02:34 -07:00 |
|
|
95596e8230
|
fix(Device): don't cache device language & region (#9394)
closes #6082
|
2021-05-12 12:51:35 -07:00 |
|
|
7e878f83a3
|
feat(web-view): disableZoom property (#9391)
|
2021-05-12 09:00:51 -07:00 |
|
|
64adf5ecfc
|
feat(text-view): add returnPress (#9390)
closes #4882
|
2021-05-12 08:22:20 -07:00 |
|
|
0b2c190662
|
fix(RootLayout): prevent android touch event to pass through views underneath (#9389)
|
2021-05-11 17:43:56 -07:00 |
|
|
f380782766
|
fix(ios): image with alpha resize (#9386)
closes #9385
|
2021-05-10 19:22:08 -07:00 |
|
|
686522d8c6
|
chore(release): @nativescript/core@8.0.5
8.0.5-core
|
2021-05-09 19:37:30 -07:00 |
|
|
f311151496
|
fix(android): image asset handling regarding requestLegacyExternalStorage (#9373)
|
2021-05-09 19:29:44 -07:00 |
|
|
879b5f6a22
|
chore: typedoc api reference theme 1.0.0 (#9379)
|
2021-05-06 08:50:27 -07:00 |
|
|
6d91c2a019
|
feat(docs): typedoc api reference (#9378)
|
2021-05-06 07:49:07 -07:00 |
|
|
342108c1af
|
chore(release): @nativescript/core@8.0.4
8.0.4-core
|
2021-05-05 16:28:59 -07:00 |
|
|
868b4a47c6
|
chore: cleanup lint and prettier config
|
2021-05-05 15:59:06 -07:00 |
|
|
390b8e4e31
|
chore: merge
|
2021-05-05 10:17:58 +02:00 |
|
|
3ae12184e5
|
Merge branch 'master' of github.com:NativeScript/NativeScript
# Conflicts:
# .eslintrc.json
# packages/core/ui/core/bindable/index.ts
# tsconfig.eslint.json
|
2021-05-05 10:17:27 +02:00 |
|