• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/ignite-html 2022-10-24 15:39:44 +00:00
118e4367df Fixed a bug with IgniteProperty toString. Added more documentation. Ready callbacks now support regular functions or callbacks.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2022-10-19 02:39:30 +00:00
c93e138c3f Email validation now checks for extra at symbols and prevents it.
MattMo pushed to master at MontoyaTech/ignite-html 2022-09-14 04:10:47 +00:00
73bf9812dd Added IgniteProperty create method to construct properties onto any object in the same way they are done for components.
MattMo pushed to master at MontoyaTech/ignite-html-tabs 2022-08-26 15:36:44 +00:00
aeeb76b114 Removed dead import.
MattMo pushed to master at MontoyaTech/ignite-html-router 2022-08-26 15:36:25 +00:00
3a16c62b92 Upgraded to new IgniteHtml register element.
MattMo pushed to master at MontoyaTech/ignite-html-material 2022-08-26 15:35:59 +00:00
a745a63163 Upgraded to new IgniteHtml register element.
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2022-08-26 15:34:50 +00:00
1a20a575c6 Upgraded to new IgniteHtml register element.
MattMo pushed to master at MontoyaTech/ignite-html 2022-08-26 15:34:25 +00:00
fca9af5f73 Renamed IgniteRenderingContext to IgniteRendering. Added a new IgniteHtml class which contains function to register elements for rendering and a global render function to start the rendering process. Changed elements css style class name to be more meaningful.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-07-27 03:26:56 +00:00
77f13ac7ae HttpListener now returns 404 if a route isn't found instead of bad request. Added WithRedirect and WithHtml extensions. Bumped nuget version to 1.1.1
MattMo pushed to master at MontoyaTech/Zip2LatLng.js 2022-07-27 00:16:15 +00:00
c7fb971e9c If zipcode is not found, we now return null.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-07-21 17:01:43 +00:00
56a17a3c66 Changed release notes for 1.1.0
MattMo pushed to master at MontoyaTech/Rest.Net 2022-07-21 16:56:23 +00:00
3e190641a0 Upgraded project to DotNet 6, increased package version to 1.1.0
MattMo pushed to master at MontoyaTech/ignite-html 2022-06-30 16:19:31 +00:00
9af84da6a0 Improved the pull down refresh code and logic.
MattMo pushed to master at MontoyaTech/ignite-html-toast 2022-06-29 14:04:39 +00:00
706a69e5da Tweaked default toast sizing.
MattMo pushed to master at MontoyaTech/ignite-html-toast 2022-06-29 06:33:35 +00:00
5c215f7ea9 Implemented first version of this plugin.
MattMo created repository MontoyaTech/ignite-html-toast 2022-06-29 02:28:53 +00:00
MattMo pushed to master at MontoyaTech/ignite-html-input 2022-06-27 14:48:34 +00:00
dde108e712 Added new space limiter to inputLetters function. Improved documentation.
MattMo pushed to master at MontoyaTech/ignite-html 2022-06-22 05:24:31 +00:00
b981d8f7c1 InnerText now supports functions.
MattMo pushed to master at MontoyaTech/ignite-html 2022-06-14 17:38:19 +00:00
6c9ecaf37a Attribute extension now allows functions to be used for the value for more dynamic code.
MattMo pushed to master at MontoyaTech/ignite-html 2022-06-01 15:40:29 +00:00
3b497beb96 Improved pull to refresh on higher dpis.