• Joined on 2022-01-01
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.
MattMo pushed to master at MontoyaTech/ignite-html 2022-06-01 14:59:02 +00:00
133b888764 Improving the feel of the swipe to refresh.
MattMo pushed to master at MontoyaTech/ignite-html 2022-05-25 15:20:56 +00:00
61f8628f9d Made it so that custom elements for the refresh placeholder and prepended to the parent.
MattMo pushed to master at MontoyaTech/ignite-html 2022-05-24 15:01:31 +00:00
9a8705b715 Fixed a bug where the list refresh was being activated when the scroll top wasn't 0.
MattMo pushed to master at MontoyaTech/ignite-html 2022-05-23 16:12:27 +00:00
b805dc4bca Added more documentation. Added new refresh mechanism to lists.
MattMo pushed to master at MontoyaTech/ignite-html 2022-05-16 17:19:32 +00:00
6cc18174f1 Added role attribute helper.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2022-05-12 17:29:37 +00:00
d8b4251cea Fixed validateMax bug.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-05-05 17:18:31 +00:00
37356667d9 Cleaning up project structure and simplifying things.