75 Commits

Author SHA1 Message Date
Cody
cbfc90f60b
Update Version To 5.2.1 and Dependencies To Latest 2024-08-13 15:36:20 -07:00
Cody
ed14f6d13f
Prepare Update v5.2.0 Package Dependencies 2024-06-10 10:35:43 -07:00
Cody
35bdd8b4ef
Prepare Update v5.2.0 Package Dependencies 2024-06-10 10:35:16 -07:00
sbwalker
5169ed494c upgrade to .NET 8.0.5 2024-05-20 16:54:11 -04:00
sbwalker
be3dd83bc7 prepare for 5.1.2 release 2024-05-20 16:42:35 -04:00
sbwalker
7cc5787779 prepare for 5.1.1 release 2024-04-11 14:27:59 -04:00
Cody
ba447d2b00
Update package references to version 8.0.3 release 2024-03-14 15:02:06 -07:00
sbwalker
8059ba7306 add IClientService support to .NET MAUI 2024-03-05 11:52:27 -05:00
sbwalker
b435f49611 fix #3889 - move JavaScript references to end of body 2024-02-26 16:39:59 -05:00
sbwalker
553bbda769 add Platform property to SiteState and populate on both Web and .NET MAUI 2024-02-26 14:12:52 -05:00
sbwalker
4402645b37 change name of form class to reflect purpose 2024-02-23 14:05:40 -05:00
sbwalker
4fad97e8b1 Pass RenderMode and Runtime to Head component 2024-02-19 18:30:01 -05:00
sbwalker
829e004ee5 bump version to 5.1.0 2024-02-15 21:26:44 -05:00
sbwalker
dcc8043cf6 load PageState in App component and pass to SiteRouter to optimize data loading 2024-02-15 21:17:23 -05:00
Shaun Walker
0fb45d4584
Merge pull request #3791 from thabaum/update-project-dependencies-802
Update project to reference latest package dependency versions released with 8.0.2 - Closes #3790
2024-02-15 07:30:34 -05:00
Shaun Walker
0008919631
Merge pull request #3792 from thabaum/maui-connectivity-issue
Oqtane.Maui - Updates To New Namespace For DynamicComponent Type Oqtane.UI.Head - Fixes #3753
2024-02-15 07:29:42 -05:00
Cody
2e3ef87c42
adds app-form-button styles to sync with Oqtane.Server App.css 2024-02-14 14:55:21 -08:00
Cody
abdd5cf19b
Updates To New Namespace For DynamicComponent Type - Fixes #3753 2024-02-14 13:30:41 -08:00
Cody
d33172df11
Update to latest project dependencies 2024-02-14 12:05:35 -08:00
Cody
403325d9dd
Updates Maui Project Package References
includes     <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" /> which will otherwise be requested as an update from 8.0.3 in package manager.
2024-02-09 15:18:09 -08:00
Cody
62b3ca2fb9
Updates Referenced Maui Packages To Latest 2024-02-09 14:19:25 -08:00
sbwalker
b7dbed5cd4 update .NET MAUI client to reflect changes 2024-02-02 10:56:24 -05:00
sbwalker
abd235f332 add RenderMode to IModuleControl 2024-02-01 09:59:28 -05:00
sbwalker
156d39490e use new contants in .NET MAUI 2024-02-01 09:47:46 -05:00
sbwalker
c66982c9bc fix .NET MAUI integration 2024-01-31 15:43:17 -05:00
sbwalker
ea04c7d5eb bump version to 5.0.3 2024-01-29 12:55:39 -05:00
sbwalker
f59f8d1937 prepare for 5.0.2 release 2024-01-23 11:06:15 -05:00
sbwalker
b8fe95b945 fix #3669 add CORS policy and use Jwt with XHR to allow file uploads to work in .NET MAUI 2024-01-23 10:34:18 -05:00
Cody
cfd9e4b256
Updates request.status to request.statusText 2024-01-16 17:29:54 -08:00
Cody
d8c34a7cdf
XRS status error update Fixes #3643
Resolved an issue with XRS status not updating correctly. This commit addresses the problem and ensures the status is now accurately reflected.

Fixes #3643
2024-01-12 13:38:15 -08:00
Cody
a9b85caeb7
Upgrade multiple NuGet packages
Upgraded the following NuGet packages:
- Microsoft.AspNetCore.Components.Authorization from v8.0.0 to v8.0.1
- Microsoft.AspNetCore.Components.WebAssembly from v8.0.0 to v8.0.1
- Microsoft.Extensions.Localization from v8.0.0 to v8.0.1
2024-01-09 13:44:47 -08:00
sbwalker
d35ef2d360 synchronize static assets with .NET MAUI project 2024-01-02 15:25:07 -05:00
sbwalker
b048d81ac0 prepare for 5.0.1 release 2023-12-19 12:51:44 -05:00
sbwalker
5ab2f6ea3a migration to official .NET 8 release 2023-11-14 14:48:12 -05:00
sbwalker
9f28ee2982 .NET 8 initial migration 2023-10-18 15:22:53 -04:00
sbwalker
c057430488 prepare for 4.0.6 release 2023-10-16 08:43:31 -04:00
sbwalker
00f1dbc3dd prepare for 4.0.5 2023-09-26 11:34:52 -04:00
sbwalker
6b9de40442 prepare for 4.0.4 release 2023-09-20 14:58:54 -04:00
sbwalker
f22e0c4384 prepare for 4.0.3 release 2023-08-28 07:58:33 -04:00
sbwalker
22cfec9276 prepare for 4.0.2 release 2023-08-06 08:33:36 -04:00
sbwalker
5be640632b improve appsettings.json in Maui client 2023-08-03 10:15:12 -04:00
sbwalker
edf955f4cd support for appsettings.json in Maui app 2023-08-02 17:23:27 -04:00
sbwalker
a72e5e02da add appicon to Maui client project 2023-08-02 17:11:33 -04:00
sbwalker
7a42646bed Fix #3068 - support microsites in .NET MAUI 2023-08-02 13:55:01 -04:00
sbwalker
122fcfd701 Fix #3068 - support microsites in .NET MAUI 2023-08-02 13:53:55 -04:00
sbwalker
59fffbd3ee prepare for 4.0.1 release 2023-07-10 16:51:03 -04:00
sbwalker
86fbdced1b cleanup and ensure site level scripts work properly 2023-06-21 15:49:00 -04:00
sbwalker
3692ec49c1 Head root component integration in .NET MAUI 2023-06-05 14:50:54 -04:00
sbwalker
7f7dff7019 added AboutAssets.txt to Maui project and changed assembly references to Oqtane 4.0.0 2023-05-15 13:21:30 -04:00
sbwalker
0c749a126c initial changes to upgrade to .NET 7 2023-05-15 12:01:29 -04:00