7540 Commits

Author SHA1 Message Date
c43e9d39ba chore: rspack deps 2025-04-17 10:15:16 -07:00
15e76fb662 chore: nx migrate 2025-04-10 09:54:06 -07:00
4d5f148dd2 Revert "feat(rspack): replace css by postcss and bump/remove dependencies" (#10725)
Revert "feat(rspack): replace css by postcss and bump/remove dependencies (#1…"

This reverts commit d18fb092ad03e4ff772bd7ffd352fd9aac49922b.
2025-03-23 10:13:17 -07:00
d18fb092ad feat(rspack): replace css by postcss and bump/remove dependencies (#10724) 2025-03-23 10:07:47 -07:00
490c168571 feat: rspack 2025-03-21 16:46:17 -07:00
563118cb0e chore: 8.9.2 next 2025-03-16 16:16:46 -07:00
e480470398 chore(release): core 8.9.1 8.9.1-core 2025-03-16 16:16:14 -07:00
922f6ce56a revert "feat(observable): enhance event callback type specificity" (#10721)
Revert "feat(observable): enhance event callback type specificity (#10720)"

This reverts commit e2f9687e72f8cbb618a22ad5e9a81633a984a0d5.
2025-03-16 15:53:53 -07:00
cfc27ebb90 feat(css): color-mix (#10719) 2025-03-16 15:48:40 -07:00
e2f9687e72 feat(observable): enhance event callback type specificity (#10720) 2025-03-16 09:48:51 -07:00
852011c4f9 fix(core): missing parameter for once event listeners (#10715) 2025-03-03 06:54:52 -08:00
50019ecd30 chore: 8.9.1 next 2025-02-27 09:44:30 -08:00
f8f5846863 ci: build 2025-02-27 09:33:37 -08:00
93666f908a chore(release): core 8.9.0 8.9.0-core 2025-02-27 09:29:24 -08:00
6519d86bec chore(release): webpack 5.0.23
- project: webpack5 5.0.23
5.0.23-webpack5
2025-02-26 14:29:14 -08:00
2d71ada46d feat(core): CSS wide keywords (#10709) 2025-02-25 19:15:47 -08:00
5024156f0d chore(release): types 8.9.0
- project: types-android 8.9.0

- project: types-ios 8.9.0

- project: types 8.9.0
8.9.0-types-ios 8.9.0-types-android 8.9.0-types
2025-02-25 17:22:54 -08:00
cb92903d1e ci: build 2025-02-25 14:44:58 -08:00
803c472264 feat(ios): 18.2 types (#10711) 2025-02-24 18:30:04 -08:00
fb57cf3281 feat: Node-API engine support (#10710) 2025-02-24 18:28:32 -08:00
640db9529e fix(ios): apply text color to HTMLView content (#10708) 2025-02-22 14:17:47 -08:00
8c4d7ca8be feat(ios): added layoutChanged event support to Page (#10707) 2025-02-21 16:19:06 -08:00
e52d13bfcf feat(image): ios system icons styling by font-size and font-weight (#10706) 2025-02-21 15:09:34 -08:00
24116c5ec3 feat(css): allow infinity values within css calc expressions (#10705) 2025-02-21 14:53:08 -08:00
358791795f fix(android): formatted string NoSuchMethodError (#10704) 2025-02-21 14:36:12 -08:00
04aa2bacbc fix(core): corrected background color between Label and nested spans (#10701) 2025-02-20 11:37:50 -08:00
70e7248c97 fix(core): added missing inheritance support for text css properties (#10699) 2025-02-18 08:38:20 -08:00
c8bb0d7ccf feat(config): ability to include native source code from any path (#10698)
[skip ci]
2025-02-18 08:37:04 -08:00
11d5e542eb feat(action-bar): iosLargeTitle and iosShadow attributes (#10694)
[skip ci]
2025-02-18 08:35:56 -08:00
adaa796bda feat(ios): added activity indicator iosIndicatorViewStyle property (#10650) 2025-02-17 22:36:25 -08:00
e853fca3c9 feat(ios): apple intelligence writing tools (#10643) 2025-02-17 20:56:29 -08:00
1b72912f81 fix(core): corrected Frame navigation event types (#10697) 2025-02-13 16:49:58 -08:00
317b098321 fix(android): display soft input on search bar focus (#10696) 2025-02-13 06:50:04 -08:00
b649c353fb feat(config): multi target support for swift packages (#10695) 2025-02-11 08:21:51 -08:00
c7039ddec4 feat(core): tailwind v4 support (#10692) 2025-02-06 18:20:42 -08:00
2305511187 fix(core): ignore inserting child if < 0 (#10690) 2025-02-05 09:59:30 -08:00
3a7206fc3b feat(core): style properties module improvements and organization (#10685) 2025-02-04 13:26:21 -08:00
56af0b2f7e fix(core): added missing length property equality comparers (#10689)
[skip ci]
2025-02-04 13:24:46 -08:00
4b87a35e51 feat(core): flexibility using multiple RootLayouts (#10684) 2025-02-02 09:42:31 -08:00
79a0306f32 fix(ios): prevent animator from animating colors on shadow layer (#10686) 2025-02-02 07:20:02 -08:00
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
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
9bd147c9d0 fix(core): avoid splicing arrays using a negative start index (#10679) 2025-01-29 16:57:32 -08:00
20fc1cc1d4 feat: apple view filtering (#10681)
[skip ci]
2025-01-29 16:56:54 -08:00
f9e7088d07 chore: nx release flow (#10674) 2025-01-29 16:42:25 -08:00
e6beb1d816 fix(core): pseudo-class handlers failing to unsubscribe listeners (#10680) 2025-01-29 11:26:59 -08:00
4902e27818 perf: Avoid creating new typeface instances for system fonts 2025-01-28 23:26:24 -08:00
30da2752ad chore: Added comment 2025-01-28 23:26:24 -08:00
045986de8f fix: Corrected font-weight support for span 2025-01-28 23:26:24 -08:00
b12c41532a chore: Minor variable naming changes 2025-01-28 23:26:24 -08:00