485fb61947
fix(core): Observable event types consistency ( #10181 )
2023-01-31 07:42:09 -08:00
82d60ae057
fix(core): circular imports of SDK_VERSION
2022-11-30 09:14:10 -08:00
b147612e06
test: standardized jest unit testing ( #10047 )
2022-11-28 14:32:25 -08:00
6c60eab870
fix(core): ellipsis at the end for Labels with maxLines ( #10005 )
2022-11-18 10:29:05 -08:00
abd722cd3d
perf(core): android sdk check ( #10084 )
2022-11-12 10:09:45 -08:00
7f069a7093
feat: TypeScript 4.8+ support and NativeClass decorator improvements ( #10081 )
2022-11-08 15:18:10 -08:00
57657075ca
fix(android): tappable spans aren't visible on single-line labels ( #10055 )
2022-11-07 08:52:24 -08:00
ab3416d4d0
fix(ios): tapping on span does not emit linkTap event ( #10028 )
2022-09-30 08:04:20 -07:00
e3255c00d8
fix(android): text transform capitalize is capitalizing after apostrophe ( #10029 )
...
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-09-23 15:17:00 -07:00
e4b5cdf7df
fix(ios): properties lineHeight and letterSpacing did not apply to spans ( #10025 )
2022-09-13 22:17:50 -07:00
4f56d8650b
chore: e2e automated tests
2022-07-22 11:31:10 -07:00
c8bff74e67
fix(core): missing export for maxLinesProperty
( #9965 )
2022-07-22 08:12:28 -07:00
0477044d6f
fix(core): FormattedString.spans is now restored ( #9960 )
2022-07-17 19:48:07 -07:00
7ff7233737
feat(core): maxLines support for all text components ( #9884 )
2022-07-09 09:02:45 -07:00
8be543bcc7
feat: testID property for use with e2e testing without interfering with a11y ( #9793 )
...
* fix(android): nested frames were sometimes not recreated (#9748 )
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
* feat: testID property for use with e2e testing without interfering with a11y
* feat: better testID support along a11y
wip
* fix: make sure we have a defined id
* feat: --env.e2e to enable testID
* chore: return if using testID
* chore: cleanup
Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2022-03-08 23:25:05 +01:00
aa1c631e6f
fix(android): text-transform: capitalize behavior ( #9598 )
...
closes #7059
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
2ad280deb0
fix(android): version Android text-align justify ( #9620 )
2021-10-20 09:24:53 -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
0d0d0382ad
fix(android): use nativeTextViewProtected
internally ( #9483 )
2021-09-08 16:07:39 -07:00
59d9271bce
feat(webpack): improved svelte HMR ( #9497 )
...
* update svelte config to use svelte-loader
* handle null config
* fix: worker support in .svelte files & update snapshots
* fix after merge
Co-authored-by: halfnelson <dpershouse@gmail.com>
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2021-08-11 11:42:53 +02:00
9f582ba168
fix(android): accessibilityIdentifier ( #9432 )
...
needs to be set on `nativeTextViewProtected` for text-base components
fixes https://github.com/nativescript-community/ui-material-components/issues/304
2021-06-02 18:47:19 -07:00
b29e1452bd
feat(text-base): allow subclass to override createFormattedTextNative ( #9334 )
2021-04-18 10:49:00 -07:00
266ae2a71d
chore: fix types
2021-04-06 11:18:36 -07:00
7c60735d14
chore: cleanup background handling
2021-04-06 11:18:36 -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
a67fb69687
chore: typing cleanup
2021-04-06 11:18:36 -07:00
1cd6854370
chore: typing fixes
2021-04-06 11:18:36 -07:00
19ce9fc2bf
chore: box shadow updates ( #9220 )
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
2243660080
feat(core): TypeScript 4 + cleanup ( #8967 )
2020-10-19 09:28:05 -07:00
5c1b7f6d76
fix(core): ObservableArray tests and a typo ( #8968 )
2020-10-17 16:15:20 -07: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