Martin Guillon
c06c2abf63
8.0.9
2021-08-02 15:02:23 +02:00
Martin Guillon
880215a3b1
Merge branch 'master' of github.com:NativeScript/NativeScript
2021-08-02 15:01:32 +02:00
Martin Guillon
ae193189ae
fix: iOS crash on iOS 14 when onLayout is called without a nativeView
2021-08-02 15:01:20 +02:00
Martin Guillon
ba773c78ae
fix: some color functions fixes
2021-08-01 15:30:00 +02:00
Eduardo Speroni
d0f00e24d8
fix(core): correctly export setAutoSystemAppearanceChanged ( #9489 )
2021-07-28 13:13:45 -07:00
Martin Guillon
9664f4b913
fix: color fixes for hsl / hsv
...
allow Color constructor to take hsl/hsv
2021-07-28 15:09:07 +02:00
Eduardo Speroni
d45dea8471
fix(android): allow 0-length properties ( #9485 )
2021-07-26 14:52:19 -07:00
Martin Guillon
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
Martin Guillon
9ec02523c9
chore: refactor
2021-07-26 17:29:11 +02:00
Martin Guillon
596bdd4051
chore: cleanup
2021-07-26 16:27:47 +02:00
Martin Guillon
2c8ff3191c
fix: more text base fixes for plugins using nativeTextViewProtected
2021-07-26 16:23:27 +02:00
Martin Guillon
785b16a642
fix: allow to ignore reduce-css-calc with webpack without error
2021-07-26 16:23:01 +02:00
Martin Guillon
d91b13fec5
Merge branch 'master' of github.com:NativeScript/NativeScript
2021-07-22 17:09:54 +02:00
Martin Guillon
c945997332
fix(core): android broken navigation after go back to root on navDepth > 2
2021-07-22 17:09:35 +02:00
Martin Guillon
969716e9f9
feat: autofillType property for edit text base
2021-07-22 17:09:03 +02:00
Adam Bird
0fd53e3abb
fix(webpack5): change .d.ts filter regex ( #9470 )
2021-07-13 15:58:04 +02:00
coolboy0961
f053001dc1
feat(android): provide ability to get registered broadCastReceiver ( #9467 )
2021-07-12 11:35:26 -07:00
Juan David Nicholls Cardona
7b800945dd
fix(log): Allow passing optional params for logs ( #9456 )
2021-07-06 08:23:37 -07:00
Martin Guillon
276b130ed8
fix: finally Color.hex should be good
2021-07-06 14:55:30 +02:00
Igor Randjelovic
14edc70336
fix: vue scoped css
2021-07-01 13:50:25 +02:00
Igor Randjelovic
2d47cf327b
fix: don't exclude node_modules from worker processing
2021-07-01 13:45:57 +02:00
Eduardo Speroni
fcab66ae02
fix(webpack5): allow platform specific template files ( #9459 )
2021-07-01 13:39:48 +02:00
Martin Guillon
7e0ecaa6cd
Merge branch 'master' of github.com:NativeScript/NativeScript
2021-06-29 13:41:36 +02:00
Igor Randjelovic
f6faa4509a
chore(release): @nativescript/core@8.0.8
8.0.8-core
2021-06-15 23:07:07 +02:00
Eduardo Speroni
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
Martin Guillon
29e99db220
chore: vscode settings
2021-06-09 10:01:42 +02:00
Martin Guillon
971d8eeddf
Merge branch 'master' of github.com:NativeScript/NativeScript
2021-06-09 09:51:06 +02:00
Igor Randjelovic
f8f11954c1
chore: adjust dep version
2021-06-08 20:55:37 +02:00
Igor Randjelovic
a18c10c1a8
refactor: rename loader
2021-06-08 20:43:39 +02:00
Nathan Walker
93843b7b4e
feat(webpack): angular12 support & looser dependencies ( #9441 )
...
* chore: dep scoping
* chore: carrots for all dep major versions
* chore: dev.1
* chore: use at least min of 5.34 on webpack
* chore: ignore angular warnings
* feat: add hmr support for angular 12
* feat: custom hmr dispose logic for angular 12
* chore: dev.3
* chore: ignore warnings
* chore: dev.4
* chore: ignore ivy compiled warnings
* chore: dev.5
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com >
2021-06-08 20:35:21 +02:00
Martin Guillon
6e45fe7704
chore: lint and refactor
2021-06-08 18:14:13 +02:00
Martin Guillon
e42e9157c9
fix: accessibilityIdentifier fix for nativeTextViewProtected
2021-06-08 18:14:01 +02:00
Martin Guillon
d602d112c5
feat: decimal keyboard
2021-06-08 18:13:43 +02:00
Martin Guillon
97a94e82a8
fix: color hex getter fix
2021-06-08 18:13:22 +02:00
Igor Randjelovic
dea18978d5
fix: hmr with runtimeChunk single
2021-06-04 20:29:24 +02:00
Eduardo Speroni
c265c3ac3f
fix(webpack5): add AngularWebpackPlugin transformers ( #9435 )
2021-06-03 17:00:26 -07:00
Nathan Walker
0be54a631a
chore: beta.12
2021-06-03 13:36:32 -07:00
Martin Guillon
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
Igor Randjelovic
69a41eea38
test: update tests and snapshots
2021-06-02 19:07:11 +02:00
Igor Randjelovic
e252e97648
refactor: angular polyfill loading
2021-06-02 19:06:51 +02:00
Igor Randjelovic
ea2f41a0f5
chore: use higher webpack range
2021-06-02 11:51:25 +02:00
Igor Randjelovic
91131eb6eb
Merge branch 'feat/webpack5' into pr/9384
2021-06-02 11:50:59 +02:00
Igor Randjelovic
3cbcac9d49
chore: bump deps
2021-06-02 11:49:23 +02:00
Nathan Walker
58819c6e65
chore(release): @nativescript/core@8.0.7
8.0.7-core
2021-06-01 20:10:46 -07:00
Nathan Walker
3806b85fce
feat(WebView): allow JS bound window frame navigation to be intercepted through loadStarted ( #9430 )
2021-06-01 16:35:43 -07:00
Nathan Walker
af1aaca862
chore: beta.12
2021-06-01 09:15:56 -07:00
Eduardo Speroni
e26e202af7
fix(webpack): avoid module reevaluation
2021-06-01 11:29:28 -03:00
Nathan Walker
d3bc4d5b82
fix(core): guard unstable page/frame init contexts under async conditions ( #9428 )
2021-05-30 12:02:38 -07:00
Jason Cassidy
04381fa3e7
fix(animations): stop keyframe animations after View unloaded ( #9421 )
2021-05-30 11:56:28 -07:00
Nathan Walker
8df5cd6e2e
chore: beta.11
2021-05-28 15:07:52 -07:00