ac2e6a0928
feat(TextField): support css white-space and text-overflow ( #10737 )
2025-06-23 19:54:41 -07:00
2d71ada46d
feat(core): CSS wide keywords ( #10709 )
2025-02-25 19:15:47 -08:00
70e7248c97
fix(core): added missing inheritance support for text css properties ( #10699 )
2025-02-18 08:38:20 -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
a21d4f94ac
fix(android): Span should accept all font weight types
2025-01-28 23:26:24 -08:00
24ad6e45b1
docs(core): fix types & improve jsdoc comments ( #10620 )
2025-01-12 12:38:28 -08:00
873f711a6b
revert: "fix(android): proper change of input interaction mode programmatically ( #10434 ) ( #10512 )
...
This reverts commit 07d2129f9c9b387c238c9a7c2da29b5690bac986.
2024-04-14 17:07:25 -07:00
01d537bf15
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling ( #10478 )
2024-04-05 17:07:16 -07:00
9ca490250e
feat(ios): allow disabling text animations ( #10505 )
2024-04-03 15:59:10 -07:00
40b2a6a6db
chore: use __ANDROID__
and __IOS__
throughout ( #10446 )
...
Standardizes usage for more macro style removal during bundling for target platforms.
[skip ci]
2023-11-25 08:34:25 -08:00
07d2129f9c
fix(android): proper change of input interaction mode programmatically ( #10434 )
2023-11-24 22:54:57 -08:00
d6478237ec
feat(css): text-stroke support ( #10399 )
...
closes https://github.com/NativeScript/NativeScript/issues/3597
closes https://github.com/NativeScript/NativeScript/issues/3972
2023-10-09 12:00:21 -07:00
39eed526c1
feat(ios): improved shadow handling with background UI rework ( #10374 )
...
BREAKING CHANGES:
`CSSShadow` was renamed into `ShadowCSSValues`
2023-09-06 08:17:29 -07:00
8d25d251cd
feat(css): support for text-overflow ( #10369 )
2023-08-27 15:32:09 -07:00
b147612e06
test: standardized jest unit testing ( #10047 )
2022-11-28 14:32:25 -08:00
7ff7233737
feat(core): maxLines support for all text components ( #9884 )
2022-07-09 09:02:45 -07:00
1de5295ad9
feat(text): add css text-align justify ( #9573 )
...
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-09-27 17:27:08 -07:00
21da31562c
chore: Enums > CoreTypes
...
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
733050995c
fix(core): type collisions with namespace ( #8809 )
2021-04-06 11:18:36 -07:00
d2f50e50bb
feat: improved css-shadow parser
2021-04-06 11:18:36 -07:00
673387cf99
chore: cleanup
2021-04-06 11:18:36 -07:00
a6b1bde655
feat(core): text-shadow support ( #8991 )
2021-04-06 11:18:36 -07:00
c1f231d88e
chore: fix eslint issues ( #9017 )
2020-11-11 08:46:36 -08:00
03f1f3d5f5
chore: format and fix ci build
2020-09-25 15:58:39 -07:00
29da0fb5f7
chore: comment for why nativeTextViewProtected ( #8886 )
...
Explains for future generations why this getter exists. 😀
2020-09-23 16:01:24 -07:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00