08028dd9f4
chore: 8.2.0-alpha.8
2022-03-01 12:32:39 -08:00
1fb687df55
perf(ios): prevent crash with image release
2022-03-01 12:32:39 -08:00
fbefea4dba
perf(ios): autoreleasepool for image extensions
2022-03-01 12:32:39 -08:00
3cf5833423
chore: cleanup image handling
2022-03-01 12:32:39 -08:00
9d3977ea4f
perf(ios): uifont and formatted string optimizations plus uiimage scaling ( #9761 )
2022-03-01 12:32:39 -08:00
19d8869f1d
fix(ios): UIImage memory leaking after Image is disposed ( #9777 )
2022-03-01 12:32:39 -08:00
47d45463a8
chore: 8.2.0-alpha.7
2022-03-01 12:32:39 -08:00
cb648e309e
fix(android): nested frames were sometimes not recreated ( #9748 )
...
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
2022-03-01 12:32:39 -08:00
a1ba1f6d03
fix(ios): force layout of view when changing the safe area insets ( #9773 )
2022-03-01 12:32:39 -08:00
e59f3ff669
fix(android): prevent error when detaching from unloaded ScrollView ( #9666 )
2022-03-01 12:32:39 -08:00
608bb1ed24
fix(core): animation iteration correct for android css animations and iOS rotation ( #9628 )
...
closes #7712
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-03-01 12:32:39 -08:00
9b5d125f42
fix(android): NullPointerException on navigation ( #9669 )
...
closes #8441
2022-03-01 12:32:39 -08:00
dbaf203a59
fix(android): a11y - do not provide content description for TextView elements ( #9673 )
...
Android accessibility services automatically announce the text itself as the description (see https://developer.android.com/guide/topics/ui/accessibility/apps#describe-ui-element )
If an a11y property is provided, the content description should also be set for TextView elements to keep the support for Labels/Buttons that only have a font icon as text and therefore need to have an accessibilityLabel.
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
closes #9588
2022-03-01 12:32:39 -08:00
57cc4edc8c
fix(core): parse template literal syntax with nested identifiers as expression. ( #9744 )
2022-03-01 12:32:39 -08:00
b79a019a63
chore: 8.2.0-alpha.6
2022-03-01 12:32:39 -08:00
44fd5f2b1d
chore: cleanup touchmanager
2022-03-01 12:32:39 -08:00
2be1ada3da
chore: cleanup background styling handling
2022-03-01 12:32:39 -08:00
a70b55e3de
chore: 8.2.0-alpha.5
2022-03-01 12:32:39 -08:00
dde9e02cac
feat: improved background handling ( #9615 )
2022-03-01 12:32:39 -08:00
6c06c77618
fix(core): Application handling of nativeApp instance
2022-03-01 12:32:39 -08:00
5bba70e57d
chore: 8.2.0-alpha.4
2022-03-01 12:32:39 -08:00
e5d04e607a
chore: update android manifest settings for demo apps
2022-03-01 12:32:39 -08:00
f10cffcb02
fix: ensure android can access native app instance before bootstrap
2022-03-01 12:32:39 -08:00
d1dc7883f8
chore: 8.2.0-alpha.3
2022-03-01 12:32:39 -08:00
d7916d77a1
feat: touch animations demo in toolbox
2022-03-01 12:32:39 -08:00
26953ec1f2
feat(ui): TouchManager for ease in adding interactivity
2022-03-01 12:32:39 -08:00
d756eb5574
feat(root-layout): support gradient colors on shade cover ( #9626 )
...
Co-authored-by: William Juan <williamjuan027@gmail.com>
2022-03-01 12:32:39 -08:00
388d7eaa7d
feat(core): support RGB alpha notation ( #9699 )
...
Functional notation: rgb[a](R G B[ / A])
CSS Colors Level 4 adds support for space-separated values in the functional notation.
See https://www.w3.org/TR/css-color-4/#rgb-functions
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-03-01 12:32:39 -08:00
2cbb135250
feat(bindable): allow "global" context for expressions inside bindings ( #9734 )
2022-03-01 12:32:39 -08:00
65eb4e2add
chore: adjust Application ios/android getters
2022-03-01 12:32:39 -08:00
4aca7eba11
chore: 8.2.0-alpha.1
2022-03-01 12:32:39 -08:00
168a169726
feat(gestures): GestureEvents.gestureAttached added to modify native recognizers when needed
2022-03-01 12:32:39 -08:00
c41e7027e4
fix(time-picker): correction for super.disposeNativeView
2022-03-01 12:32:39 -08:00
f038e6ba66
feat(core): add event when disposeNativeView is called
2022-03-01 12:32:39 -08:00
90ceed15d3
feat: new expression parser for xml bindings ( #9729 )
2022-03-01 12:32:39 -08:00
a518249958
fix: application instance creation occurs only within Application.run
2022-03-01 12:32:38 -08:00
25679a6982
feat(types-ios): iOS 15.2 ( #9710 )
2022-03-01 12:32:38 -08:00
3d03f8f06a
fix: qualifier matcher did not support multiple qualifiers for a single file. ( #9720 )
2022-03-01 12:32:38 -08:00
5c7c3529f4
chore: ensure any local .npmrc is never wiped out
2022-03-01 12:32:38 -08:00
98132e693b
chore: 8.2.0-alpha.0
2022-03-01 12:32:38 -08:00
774d0533da
chore: update workspace dependencies
2022-03-01 12:32:38 -08:00
902a4c6afc
fix(android): nested frames were sometimes not recreated ( #9725 )
...
BREAKING CHANGE:
AndroidFragmentCallbacks now requires onResume as well
Migration steps:
specify onResume on custom fragment implementations
2022-03-01 12:32:38 -08:00
638388244e
chore: ignore local .npmrc
2022-03-01 12:32:38 -08:00
0a7318f430
chore: update feature_request template labels
2022-02-20 16:13:57 +01:00
4fa51b6064
feat(webpack): add support for .mjs files ( #9747 )
...
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2022-02-18 13:58:44 +01:00
9c9c831ac0
feat(webpack): allow watching node_modules ( #9781 )
2022-02-18 13:39:28 +01:00
61ff7e4762
feat(webpack): read nativescript.config.ts main if set before fallback to package.json ( #9769 )
...
implements #9658
BREAKING CHANGES:
Possibly breaking if a project has a main field set in the nativescript.config.ts - since after this lands, this value will be used instead of package.json main.
The impact is likely very small, the steps to migrate:
(Option A) remove main from nativescript.config.ts if set
(Option B) update main to the correct path in nativescript.config.ts if set incorrectly
2022-02-18 13:39:04 +01:00
cb7bd2a401
fix(webpack): exclude other platforms from require.context ( #9686 )
...
fixes #9682
2022-02-18 13:37:32 +01:00
1601caff4e
chore: fix typo in moduleid-compat-loader.js ( #9776 )
...
occurences -> occurrences
2022-02-16 16:07:43 +01:00
980eb213f9
chore: update envinfo command
2022-02-02 14:34:34 +01:00