Nathan Walker
7aec9f13d9
Merge remote-tracking branch 'origin/main' into feat/v9-prerelease
2025-11-03 19:37:59 -08:00
Ahmed salman
2325e338be
fix(android): remove extra font padding by default ( #10771 )
2025-11-03 17:46:22 -08:00
Nathan Walker
96733c2ecc
feat(ios): multi-window support ( #10786 )
2025-11-03 17:01:43 -08:00
Nathan Walker
a80af2f44b
Merge remote-tracking branch 'origin/main' into feat/v9-prerelease
2025-11-02 08:54:59 -08:00
snehitha-30727
3be20a33ff
feat(search-bar): clear button color support ( #10903 )
2025-11-01 11:26:20 -07:00
Nathan Walker
e90e6d969c
feat(core): statusBarStyle ease of use and more control ( #10859 )
2025-10-31 23:02:19 -07:00
Nathan Walker
e1ff2982e8
fix: animation types
2025-10-29 09:30:10 -07:00
Ammar Ahmed
09f0e7a397
docs: correct event type in accessibilityDecrement event documentation ( #10897 )
2025-10-08 23:29:28 -07:00
Ammar Ahmed
0eaad8e3b0
fix(core): dom types and jsdoc tags ( #10868 )
2025-10-01 12:09:57 -07:00
Nathan Walker
5f022855e8
feat(ios): ease of use on explicit preferredStatusBarStyle
...
Allows statusBarStyle to be defined on any view for explicit per view control, whether presented in modal or not.
Note: You must remove Info.plist key `UIViewControllerBasedStatusBarAppearance`
It defaults to true when not present: https://developer.apple.com/documentation/bundleresources/information-property-list/uiviewcontrollerbasedstatusbarappearance
Or you can explicitly set it to true:
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
False value will make this property have no effect.
2025-09-24 12:02:40 -07:00
Nathan Walker
d5467fd752
Merge remote-tracking branch 'origin/main' into feat/v9-prerelease
2025-09-24 11:59:30 -07:00
Nathan Walker
54c069f519
fix: types export on ui/index
2025-09-24 11:20:42 -07:00
Nathan Walker
701bfea561
perf: property optimizations ( #10850 )
2025-09-19 14:36:19 -07:00
Nathan Walker
c2ff8c1ae7
refactor(core): zero circulars + esm ready ( #10770 )
2025-09-18 17:03:23 -07:00
Nathan Walker
d8ed0b50e6
Merge remote-tracking branch 'origin/refactor/circular-deps' into feat/v9-prerelease
2025-09-17 10:10:42 -07:00
Nathan Walker
7226d414b5
fix: additional export symbols
2025-09-17 10:10:15 -07:00
Nathan Walker
18852e0046
chore: 9.0.0-alpha.17
2025-09-16 23:19:52 -07:00
Nathan Walker
a41924a04c
Merge branch 'refactor/circular-deps' into feat/v9-prerelease
2025-09-16 19:48:23 -07:00
Nathan Walker
82c5a8157b
feat: export additional symbols needed for strong types
2025-09-16 19:47:12 -07:00
Nathan Walker
acffb7590c
Merge remote-tracking branch 'origin/refactor/circular-deps' into feat/v9-prerelease
2025-09-16 12:21:16 -07:00
Nathan Walker
d60f8640f3
Merge remote-tracking branch 'origin/main' into refactor/circular-deps
2025-09-16 12:20:44 -07:00
Nathan Walker
d6d3800884
fix(android): make button default text not all caps for improved consistency ( #10854 )
2025-09-16 08:41:17 -07:00
Nathan Walker
3276f15351
Merge remote-tracking branch 'origin/main' into feat/v9-prerelease
2025-09-15 17:37:30 -07:00
Nathan Walker
361feaec94
Merge remote-tracking branch 'origin/main' into refactor/circular-deps
2025-09-09 22:37:58 -07:00
Samuel Schultze
326672efb4
feat(dialogs): allow using keyboard enter/return to confirm on iOS ( #10799 )
2025-09-09 20:42:22 -07:00
Nathan Walker
e0e81268d6
fix(android): shared element with target name already added to transaction ( #10793 )
2025-09-08 08:18:27 -07:00
Nathan Walker
2fcc5372d5
feat(android): edge-to-edge expose helper enableEdgeToEdge
2025-09-02 09:25:10 -07:00
Nathan Walker
84e9190f87
feat(android): edge-to-edge
...
Squashed from feat/edge-to-edge and resolved conflicts
2025-09-02 09:21:05 -07:00
Nathan Walker
55104ae36a
feat(TextField): decimal keyboardType ( #10789 )
2025-09-01 09:17:23 -07:00
Nathan Walker
8d2922b27b
feat(ios): iosGlassEffect property
2025-08-21 10:08:55 -07:00
Nathan Walker
c26757a95a
Merge remote-tracking branch 'origin/main' into refactor/circular-deps
2025-08-07 12:26:07 -07:00
Nathan Walker
991445461b
feat: iOS 26 types with improvements (ActionBar, Switch) + .ns-{platform}-{sdkVersion} css root scoping ( #10775 )
...
This provides for better ability to target platform > sdk > majorVersion specific features.
For example, iOS 26 does not render titles when a background color is set on the actionbar. this allows that style to be overridden only on iOS 26 if desired.
2025-08-07 12:06:10 -07:00
Nathan Walker
b9b234d8b9
chore: cleanup
2025-07-25 13:30:57 -07:00
Nathan Walker
5aeaac787a
Merge remote-tracking branch 'origin/main' into refactor/circular-deps
2025-07-24 22:49:06 -07:00
Nathan Walker
b79801af5f
chore: cleanup
2025-07-22 22:46:15 -07:00
Nathan Walker
b853447da2
chore: cleanup
2025-07-22 19:06:58 -07:00
Nathan Walker
0ba0ab0d59
chore: working with builder xml require vs dynamic import wip
2025-07-22 14:37:11 -07:00
Dimitris-Rafail Katsampas
86524229bc
fix(android): improved handling for nested frames ( #10713 )
2025-07-20 20:52:55 -07:00
Dimitris-Rafail Katsampas
2377b6ae98
chore(core): setNative type handling ( #10768 )
2025-07-20 17:23:11 -07:00
Dimitris-Rafail Katsampas
cc189090a4
fix(core): FlexboxLayout nested views alignment corrections ( #10766 )
2025-07-20 15:45:10 -07:00
Dimitris-Rafail Katsampas
f820dc144d
revert: "fix(ios): corrected rotate animation ( #10676 )" ( #10765 )
2025-07-20 15:44:41 -07:00
Dimitris-Rafail Katsampas
46d9827960
chore(ios): removed forced background update during safe area inset calculation ( #10767 )
2025-07-20 12:33:53 -07:00
Nathan Walker
248a85f6e0
chore: cleanup
2025-07-19 01:18:12 -07:00
Nathan Walker
2fb70c1f10
chore: cleanup android refs
2025-07-15 12:01:45 -07:00
Nathan Walker
b2cfc8045b
cleanup
2025-07-14 11:18:48 -07:00
Nathan Walker
4fe0003eb6
chore: tmp comments to verify loading order - cleanup after confirmed
2025-07-14 08:47:45 -07:00
Nathan Walker
4218cb8134
fix: file extension handling for fonts
2025-07-14 08:45:15 -07:00
Nathan Walker
445a48db93
fix: retain comments
2025-07-14 08:44:53 -07:00
Nathan Walker
f1a5d3b428
fix: imports
2025-07-14 08:44:29 -07:00
Nathan Walker
32df462958
fix: remove invalid .d.ts files
2025-07-14 08:44:05 -07:00