Dimitris-Rafail Katsampas
9fd361c2e6
feat(core): css media query support ( #10530 )
2024-07-01 09:28:59 -07:00
Dimitris-Rafail Katsampas
2fb4f23670
feat(core): css-what parser for CSS selectors + support for :not(), :is(), and :where() Level 4 and ~ ( #10514 )
2024-06-28 13:57:29 -07:00
Nathan Walker
01d537bf15
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling ( #10478 )
2024-04-05 17:07:16 -07:00
kefahB
3a0afdb9cc
feat(SegmentedBar): selectedTextColor added and selectedBackgroundColor improvements ( #10474 )
2024-01-19 10:39:59 -08:00
Nathan Walker
7c2938d2ac
chore: TypeScript 5.2 with Nx 16.8.1 ( #10380 )
2023-09-09 08:55:39 -07:00
Dimitris-Rafail Katsampas
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
Nathan Walker
d3a0f2c9a6
chore: TypeScript 5.1 with Nx 16.6 migrations ( #10338 )
2023-08-11 07:09:32 -07:00
farfromrefuge
2f4c318276
fix: global declarations fix ( #10247 )
2023-03-23 10:55:38 -07:00
Nathan Walker
046f9314a8
chore: cleanup utils packaging
2022-11-23 22:42:43 -08:00
Dimitris-Rafail Katsampas
e2c2f1f4a6
chore: updated ui sample to work with latest ObservableArray changes ( #10065 )
2022-10-23 15:05:06 -07:00
William Sedlacek
66d8afffc1
feat(android): tab view icon rendering mode ( #9605 )
...
Co-authored-by: wSedlacek <wsedlacekc@gmail.com >
2022-03-01 12:32:39 -08:00
Igor Randjelovic
a88cacab89
chore(migrate): apps/* to webpack5 ( #9606 )
2021-12-21 09:47:33 -08:00
Sébastien JEAN
8e76bbe251
fix(android): StringIndexOutOfBoundsException with invalid drawables ( #9563 )
...
* fix(android/application): org.nativescript.widgets.Utils::getDrawable
* chore: fix spacing
* fix(android/application): do not load empty path
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
* test: Add tests for empty image sources
* chore: add a few more test cases
These make the app crash without the fix in place
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2021-09-25 09:54:34 +02:00
Nathan Walker
3aff057b99
revert: fix(android): nested dialog/fragment handling ( #9495 )
...
This reverts commit 4c547bb00c .
2021-09-08 16:07:39 -07:00
farfromrefuge
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
Nathan Walker
4c547bb00c
fix(android): nested dialog/fragment handling ( #9495 )
2021-08-03 21:57:19 -07:00
Nathan Walker
1b29d05099
chore: Nx 12 + fix ui app + TS 4.1 updates ( #9359 )
2021-04-26 19:11:19 -07:00
Igor Randjelovic
7c60735d14
chore: cleanup background handling
2021-04-06 11:18:36 -07:00
Nathan Walker
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
Nathan Walker
e62acba792
fix: move BottomNavigation and Tabs to @nativescript-community
...
Cocoapods no longer required with @nativescript/core out of the box and users are no longer taxed with MaterialTabs even if they didn't use those components.
BREAKING CHANGES
If using `BottomNavigation`, just install `@nativescript-community/ui-material-bottom-navigation` and update your imports to use it. API is exactly the same.
If using `Tabs`, just install `@nativescript-community/ui-material-tabs` and update your imports to use it. API is exactly the same.
2021-04-06 11:18:36 -07:00
Nathan Walker
733050995c
fix(core): type collisions with namespace ( #8809 )
2021-04-06 11:18:36 -07:00
Igor Randjelovic
d2f50e50bb
feat: improved css-shadow parser
2021-04-06 11:18:36 -07:00
Nathan Walker
673387cf99
chore: cleanup
2021-04-06 11:18:36 -07:00
Ben Delaney
a12c188d0f
fix(core): stack layout padding ( #9183 )
...
fixes #8810
2021-04-06 11:18:36 -07:00
Tiago Alves
a6b1bde655
feat(core): text-shadow support ( #8991 )
2021-04-06 11:18:36 -07:00
Eduardo Speroni
6cc130fa6f
feat(core): reusable views ( #9163 )
2021-04-06 11:18:36 -07:00
Dimitris - Rafail Katsampas
5fe27428e0
feat(android): FlexboxLayout support for isPassThroughParentEnabled ( #8798 )
2021-01-29 13:03:27 -08:00
Dimitris - Rafail Katsampas
b47ce0a97c
fix: android Tabs selected item color incorrectly applied ( #9040 )
...
* fix: selected-item-color gets applied to wrong TabStripItems
* chore: Added selection colors to 2 ui examples.
* chore: Removing used for testing.
2020-12-28 13:50:23 +01:00
Dimitris - Rafail Katsampas
e16bc606ef
fix: android ActivityIndicator custom color affecting other indicators on the page ( #9026 )
...
* fix(core): Setting color of an Android ActivityIndicator changed the color of the rest of ActivityIndicators in the same page.
* test: Updated ActivityIndicator sample.
* perf: Call mutate() only if color is actually changed.
2020-12-28 13:48:14 +01:00
Igor Randjelovic
9391b44996
fix(tabs): ios safeArea calculation ( #9089 )
...
* fix(tabs): ios safeArea calculation
* feat(tabs): respect iosOverflowSafeArea value
2020-12-28 13:38:28 +01:00
Dimitris - Rafail Katsampas
b113f1916d
feat(core): Repeater multiple item templates implementation ( #8981 )
2020-10-26 20:13:22 -07:00
Nathan Walker
54cce4f20c
feat(core): nativescript.config and webpack updates ( #8801 )
2020-09-01 15:53:37 -07:00