Commit Graph

374 Commits

Author SHA1 Message Date
Nathan Walker
f038e6ba66 feat(core): add event when disposeNativeView is called 2022-03-01 12:32:39 -08:00
Dimitris - Rafail Katsampas
90ceed15d3 feat: new expression parser for xml bindings (#9729) 2022-03-01 12:32:39 -08:00
Nathan Walker
a518249958 fix: application instance creation occurs only within Application.run 2022-03-01 12:32:38 -08:00
Dimitris - Rafail Katsampas
3d03f8f06a fix: qualifier matcher did not support multiple qualifiers for a single file. (#9720) 2022-03-01 12:32:38 -08:00
Nathan Walker
98132e693b chore: 8.2.0-alpha.0 2022-03-01 12:32:38 -08:00
Eduardo Speroni
902a4c6afc fix(android): nested frames were sometimes not recreated (#9725)
BREAKING CHANGE:

AndroidFragmentCallbacks now requires onResume as well

Migration steps:
specify onResume on custom fragment implementations
2022-03-01 12:32:38 -08:00
Igor Randjelovic
61ff7e4762 feat(webpack): read nativescript.config.ts main if set before fallback to package.json (#9769)
implements #9658

BREAKING CHANGES:

Possibly breaking if a project has a main field set in the nativescript.config.ts - since after this lands, this value will be used instead of package.json main.

The impact is likely very small, the steps to migrate:

    (Option A) remove main from nativescript.config.ts if set
    (Option B) update main to the correct path in nativescript.config.ts if set incorrectly
2022-02-18 13:39:04 +01:00
Ikko Ashimine
c6bfc05bb7 chore(core): fix typo in timer readme.md (#9634) 2021-12-23 15:03:11 -08:00
Nathan Walker
9c6c84b107 chore: nx migrate latest (#9709) 2021-12-21 18:24:24 -08:00
Igor Randjelovic
a88cacab89 chore(migrate): apps/* to webpack5 (#9606) 2021-12-21 09:47:33 -08:00
Osei Fortune
e72980c85b chore: add WebView disableZoom typing 2021-12-04 22:52:51 -04:00
Adam Bird
37cc612263 types: cli and hooks types for config (#9625) 2021-11-29 19:17:43 +01:00
Juan de Dios Martínez Vallejo
483217934c fix(ios): box-shadow and border-radius (#9612)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-10-29 18:43:14 -07:00
Nathan Walker
7c75966b3b chore(release): @nativescript/core@8.1.5 2021-10-28 16:17:35 -07:00
Juan de Dios Martínez Vallejo
2ad280deb0 fix(android): version Android text-align justify (#9620) 2021-10-20 09:24:53 -07:00
farfromrefuge
8878c3bc6b fix(android): autofillType on apiLevel < 26 (#9610)
* chore: rollback unwanted change
2021-10-13 19:25:05 -07:00
Nathan Walker
98de924b7c chore(release): @nativescript/core@8.1.4 2021-10-09 09:07:17 -07:00
Nathan Walker
95e56f75dd chore: cleanup actionbar appearance handling 2021-10-09 08:55:54 -07:00
Dimitris - Rafail Katsampas
02aa0f652a fix(style): CSS variables should be case-sensitive. (#9603) 2021-10-08 11:04:04 -07:00
wenzdey
846a87c666 chore: updated invalid links (#9597)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-10-06 09:47:16 -07:00
Janos Hrubos
77d2533798 feat: android openFile dialog title (#9600)
* feat: android openFile dialog title

* types: update openFile types
2021-10-06 17:48:52 +02:00
Nathan Walker
2b2ce377e6 fix(ios): TextView respect editable binding (#9589) 2021-10-06 17:47:56 +02:00
Juan de Dios Martínez Vallejo
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
Igor Randjelovic
35fe4811bf chore: build ui-mobile-base 2021-09-25 09:55:49 +02:00
Janos Hrubos
61980fd4a8 fix: global __DEV__ variable type (#9568) 2021-09-23 13:02:42 +02:00
farfromrefuge
3e21748af4 fix: background parsing color #9559 (#9560) 2021-09-21 21:41:34 -07:00
Janos Hrubos
889f6d73cf fix: replace autofill string in textfield (#9555) 2021-09-20 23:07:27 -07:00
Jason Cassidy
183b4d4b10 fix(ios): flat property using new appearance api (#9558) 2021-09-20 11:12:08 -07:00
Nathan Walker
ee701db137 chore(release): @nativescript/core@8.1.3 2021-09-18 13:38:24 -07:00
Eduardo Speroni
90b8718138 fix(android): only attach if activity is CREATED (#9552) 2021-09-18 13:27:21 -07:00
Nathan Walker
76dacb30ee chore(release): @nativescript/core@8.1.2 2021-09-15 10:08:05 -07:00
Nathan Walker
a38e2ca3b9 fix(android): background-image 'none' (#9547)
closes https://github.com/NativeScript/NativeScript/issues/9546
2021-09-15 19:04:26 +02:00
Peter Staev
a51b628532 fix(core): Add missing required metadata filters (#9543) 2021-09-11 12:32:05 -07:00
Nathan Walker
d92c96b16d chore(release): @nativescript/core@8.1.1 2021-09-10 10:25:49 -07:00
Nathan Walker
eb0d000fe1 revert: feat: requestLayout performance improvements (#9122)
This reverts commit 4f5f0aae77.

This commit breaks back-navigation in certain cases, most prominently with Button pseudo classes. We plan to revisit this.
2021-09-10 18:59:08 +02:00
Nathan Walker
a5b1a18915 chore(release): @nativescript/core@8.1.0 2021-09-08 16:12:11 -07:00
Nathan Walker
433742177e chore: 8.1.0-rc.0 2021-09-08 16:12:11 -07:00
Igor Randjelovic
ffab4c3165 feat: Frame replacePage by entry (#9460)
* feat: Frame replacePage by entry

* 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>

* feat(webpack): use svelte-loader and fallback to svelte-loader-hot

Allows running older projects

* feat: allow overwriting replacePage transition

Co-authored-by: farfromrefuge <martin.guillon@akylas.fr>
Co-authored-by: halfnelson <dpershouse@gmail.com>
2021-09-08 16:12:11 -07:00
Nathan Walker
86ff418166 fix(ios): actionitem coloring with 15+ 2021-09-08 16:12:11 -07:00
Nathan Walker
96ddd29d92 chore: 8.1.0-alpha.8 2021-09-08 16:12:11 -07:00
Igor Randjelovic
5532903ad8 revert: clipsToBounds support
This feature needs some more work & will be included in a future version
2021-09-08 16:12:11 -07:00
Eduardo Speroni
4632aeaae8 fix(modal): persist modal through configuration changes (#9533) 2021-09-08 16:12:11 -07:00
Nathan Walker
75afa325ac chore: 8.1.0-alpha.7 2021-09-08 16:12:11 -07:00
Nathan Walker
011e869cd5 fix(ios): actionBar title to use appearance api on ios15+ (#9534)
https://github.com/NativeScript/NativeScript/pull/9530
2021-09-08 16:12:11 -07:00
Nathan Walker
bdb6554baf chore: 8.1.0-alpha.6 2021-09-08 16:12:11 -07:00
Igor Randjelovic
2bfccbbea6 fix(ios): actionBar to use appearance api on ios13+ (#9530) 2021-09-08 16:12:11 -07:00
Nathan Walker
e4c0ed32c9 chore: 8.1.0-alpha.5 2021-09-08 16:12:11 -07:00
Nathan Walker
6fc239dc56 fix(ios): resiliency to frame controller viewDidDisappear 2021-09-08 16:11:49 -07:00
Martin Guillon
5452b89735 chore: color refactoring 2021-09-08 16:07:39 -07:00
Martin Guillon
61c3a0a667 fix: Color.darken fix 2021-09-08 16:07:39 -07:00