Nathan Walker
c8bb0d7ccf
feat(config): ability to include native source code from any path ( #10698 )
...
[skip ci]
2025-02-18 08:37:04 -08:00
Nathan Walker
11d5e542eb
feat(action-bar): iosLargeTitle and iosShadow attributes ( #10694 )
...
[skip ci]
2025-02-18 08:35:56 -08:00
Dimitris-Rafail Katsampas
adaa796bda
feat(ios): added activity indicator iosIndicatorViewStyle property ( #10650 )
2025-02-17 22:36:25 -08:00
Nathan Walker
e853fca3c9
feat(ios): apple intelligence writing tools ( #10643 )
2025-02-17 20:56:29 -08:00
Dimitris-Rafail Katsampas
1b72912f81
fix(core): corrected Frame navigation event types ( #10697 )
2025-02-13 16:49:58 -08:00
Dimitris-Rafail Katsampas
317b098321
fix(android): display soft input on search bar focus ( #10696 )
2025-02-13 06:50:04 -08:00
Nathan Walker
b649c353fb
feat(config): multi target support for swift packages ( #10695 )
2025-02-11 08:21:51 -08:00
Nathan Walker
c7039ddec4
feat(core): tailwind v4 support ( #10692 )
2025-02-06 18:20:42 -08:00
Nathan Walker
2305511187
fix(core): ignore inserting child if < 0 ( #10690 )
2025-02-05 09:59:30 -08:00
Dimitris-Rafail Katsampas
3a7206fc3b
feat(core): style properties module improvements and organization ( #10685 )
2025-02-04 13:26:21 -08:00
Dimitris-Rafail Katsampas
56af0b2f7e
fix(core): added missing length property equality comparers ( #10689 )
...
[skip ci]
2025-02-04 13:24:46 -08:00
Dimitris-Rafail Katsampas
4b87a35e51
feat(core): flexibility using multiple RootLayouts ( #10684 )
2025-02-02 09:42:31 -08:00
Dimitris-Rafail Katsampas
79a0306f32
fix(ios): prevent animator from animating colors on shadow layer ( #10686 )
2025-02-02 07:20:02 -08:00
Dimitris-Rafail Katsampas
966dccd0f9
feat(core): textbase span interaction and styling improvements ( #10682 )
...
- Added `linkTap` event support for other iOS views that nest spans
- Prevent android span from setting parent background color to itself since it doesn't react to changes of that property. Unless background color is specified to the span directly, it's going to be transparent
- Added few missing `nativeTextViewProtected` references
- Improved view disposal for classes that inherit from TextBase as they had leftovers after android activity recreation
- Removed 2 assignments of `userInteractionEnabled` from TextBase as they were unneeded and had conflicts with `isUserInteractionEnabled` property. Core already sets that property to true for the views that need it in `createNativeView` call
- `HTMLView` will remove extra padding using the documented `UIEdgeInsetsZero`
2025-01-31 14:00:52 -08:00
Dimitris-Rafail Katsampas
03cca58712
fix(core): safety-checks to prevent potential navigation exceptions ( #10683 )
...
Plus coding conventions and notes updates. [skip ci]
2025-01-31 13:59:26 -08:00
Dimitris-Rafail Katsampas
9bd147c9d0
fix(core): avoid splicing arrays using a negative start index ( #10679 )
2025-01-29 16:57:32 -08:00
Nathan Walker
20fc1cc1d4
feat: apple view filtering ( #10681 )
...
[skip ci]
2025-01-29 16:56:54 -08:00
Nathan Walker
f9e7088d07
chore: nx release flow ( #10674 )
2025-01-29 16:42:25 -08:00
Dimitris-Rafail Katsampas
e6beb1d816
fix(core): pseudo-class handlers failing to unsubscribe listeners ( #10680 )
2025-01-29 11:26:59 -08:00
Dimitris - Rafail Katsampas
4902e27818
perf: Avoid creating new typeface instances for system fonts
2025-01-28 23:26:24 -08:00
Dimitris - Rafail Katsampas
30da2752ad
chore: Added comment
2025-01-28 23:26:24 -08:00
Dimitris - Rafail Katsampas
045986de8f
fix: Corrected font-weight support for span
2025-01-28 23:26:24 -08:00
Dimitris - Rafail Katsampas
b12c41532a
chore: Minor variable naming changes
2025-01-28 23:26:24 -08:00
Dimitris - Rafail Katsampas
f776ab950f
chore: Minor comment change
2025-01-28 23:26:24 -08:00
Dimitris - Rafail Katsampas
6968997d9d
chore: Proper variable naming for font variation
2025-01-28 23:26:24 -08:00
Dimitris - Rafail Katsampas
8726d026fe
fix: Added asset path fallback null value inside an else clause
2025-01-28 23:26:24 -08:00
Dimitris - Rafail Katsampas
a21d4f94ac
fix(android): Span should accept all font weight types
2025-01-28 23:26:24 -08:00
Dimitris-Rafail Katsampas
e545f5869c
fix(ios): corrected rotate animation ( #10676 )
...
[skip ci]
2025-01-25 11:38:07 -08:00
Dimitris-Rafail Katsampas
a531232fbb
fix(ios): invalid transform if set before any layout ( #10675 )
...
[skip ci]
2025-01-25 11:36:42 -08:00
Dimitris-Rafail Katsampas
0eb2745589
fix(ios): safe area memory leak on iOS 10 and older versions ( #10673 )
2025-01-22 15:59:31 -08:00
Dimitris-Rafail Katsampas
5f8fb2c36a
fix(ios): frame backstack disposal handling ( #10672 )
2025-01-22 14:22:36 -08:00
Nathan Walker
d3d4dfe322
chore: build file handling
2025-01-17 16:45:45 -08:00
Nathan Walker
845ceea4bc
feat: winter-tc ( #10667 )
2025-01-17 10:06:41 -08:00
Eduardo Speroni
f6eab0d62f
feat(core): openUrlAsync utility ( #10637 )
2025-01-13 20:43:52 -08:00
Nathan Walker
603b2dc547
fix(crypto): getRandomValues return value ( #10658 )
2025-01-13 18:41:12 -08:00
farfromrefuge
17a94a2b32
fix(core): improved types for common utils ( #10628 )
2025-01-13 18:39:15 -08:00
Osei Fortune
34c692fcf8
feat(types-android): API Level 35 ( #10659 )
2025-01-13 17:25:53 -08:00
Nathan Walker
a92b1b1902
ci: build
2025-01-13 09:39:48 -08:00
Dimitris-Rafail Katsampas
accf841f13
test: disabled safe area check for background change test ( #10665 )
2025-01-13 09:33:23 -08:00
Nathan Walker
5506e67fba
chore: automated config [skip ci]
2025-01-13 08:43:15 -08:00
Dimitris-Rafail Katsampas
1e86ed9da8
fix(ios): background styles after frame changed by safe area ( #10661 )
2025-01-12 19:51:33 -08:00
Nathan Walker
87742638d1
chore: widget build [skip ci]
2025-01-12 19:49:58 -08:00
Dylan Llewellyn
2341883c03
feat(core): android cookie manager setup ( #10657 )
2025-01-12 19:23:51 -08:00
Dimitris-Rafail Katsampas
f970455007
feat(core): support for simultaneous pseudo states ( #10656 )
2025-01-12 19:18:08 -08:00
Dimitris-Rafail Katsampas
a883a79e3b
fix(core): provided image source can be unintentionally disposed ( #10654 )
2025-01-12 18:12:06 -08:00
Nathan Walker
050fa3fea6
chore: 8.9.0 next
2025-01-12 18:09:40 -08:00
Dimitris-Rafail Katsampas
eb21056a64
fix(android): background image aspect ratio ( #10651 )
2025-01-12 18:00:23 -08:00
Dimitris-Rafail Katsampas
5e85d8873c
feat(ios): background-image support for action bar ( #10645 )
2025-01-12 17:57:28 -08:00
Ammar Ahmed
24ad6e45b1
docs(core): fix types & improve jsdoc comments ( #10620 )
2025-01-12 12:38:28 -08:00
Nathan Walker
3dec0a5e99
chore: use vitest for unit testing plus workspace updates ( #10662 )
2025-01-12 11:52:13 -08:00