• Joined on 2022-01-01
MattMo created repository MontoyaTech/MySqlPlus 2023-01-27 18:53:43 +00:00
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 20:01:41 +00:00
7dcc28d5e0 Upgrading to latest version of Newtonsoft.Json
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 19:51:04 +00:00
9f8d6639c0 Improved package description.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 19:48:59 +00:00
9b849f5ec1 Simplified some class names and structure. New nuget version 1.1.4
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 18:21:27 +00:00
6db21454c9 Added nuget package icon and bumped version to 1.1.3
MattMo pushed to master at MontoyaTech/Rest.Net 2023-01-26 18:09:01 +00:00
b4414f4da2 Added new route exception event handler. Renamed events. Added better example code. Bumped nuget version to 1.1.2.
MattMo pushed to master at MontoyaTech/ignite-html-router 2022-12-17 18:14:10 +00:00
6fed40f37b Added a new disabled property for RouterLinks to override their functionality if needed.
MattMo pushed to master at MontoyaTech/ignite-html-material 2022-12-17 17:29:50 +00:00
5f909f08e9 Read more now resets to collapsed when the value is changed.
MattMo pushed to master at MontoyaTech/ignite-html-material 2022-12-14 19:44:11 +00:00
1e0200facb Deleted old code. Added new readmore component.
MattMo pushed to master at MontoyaTech/ignite-html-select 2022-12-14 19:43:39 +00:00
fe18c50bdc Fixed bugs with state extension.
MattMo pushed to master at MontoyaTech/ignite-html 2022-12-14 15:33:10 +00:00
edfac3782f Added readonly extension for input elements.
MattMo pushed to master at MontoyaTech/ignite-html 2022-12-13 05:10:58 +00:00
eb3ed065a2 Added code to select the first option in a select element if the new value is null or empty.
MattMo pushed to master at MontoyaTech/ignite-html-select 2022-12-12 04:52:47 +00:00
5cd7736afa Added code to generate US States and Countries.
MattMo pushed to master at MontoyaTech/ignite-html 2022-10-28 15:06:53 +00:00
84464863c7 Removed old list refresh code.
MattMo pushed to master at MontoyaTech/ignite-html 2022-10-28 15:02:40 +00:00
58f1ceb512 Renamed variable.
MattMo pushed to master at MontoyaTech/ignite-html-refresh 2022-10-28 14:59:36 +00:00
b41f6a6723 Pushing up initial version of this plugin.
MattMo pushed to master at MontoyaTech/ignite-html-refresh 2022-10-28 14:58:15 +00:00
55823ecee7 Update 'README.md'
MattMo created repository MontoyaTech/ignite-html-refresh 2022-10-28 14:57:51 +00:00
MattMo pushed to master at MontoyaTech/ignite-html-router 2022-10-27 15:30:28 +00:00
6a21111c3d Route now is hidden by default so it doesn't open/close on render.
MattMo pushed to master at MontoyaTech/ignite-html-router 2022-10-24 15:40:31 +00:00
02e728de0e Instead of calling update during the ignite template construction, it will be called during ready so that we are not in a rendering context when it is invoked.