• Joined on 2022-01-01
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.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2022-05-04 16:23:06 +00:00
709cfb8b95 Fixed typo in password validation message.
MattMo pushed to master at MontoyaTech/ignite-html-router 2022-05-04 16:03:51 +00:00
ce6f5efc38 Added removeParameter function that can remove a query parameter from the route.
MattMo pushed to master at MontoyaTech/ignite-html 2022-05-04 16:03:05 +00:00
fea4a2684d Fixed missing doc on onPaste.
MattMo pushed to master at MontoyaTech/ignite-html-router 2022-04-22 07:43:40 +00:00
41815a680d Added keepQuery option to router navigate.
MattMo pushed to master at MontoyaTech/ignite-html-material 2022-04-05 05:55:21 +00:00
2f406016b5 Added code so that if circular-progress is not center then it centers the progress bar.
MattMo pushed to master at MontoyaTech/ignite-html 2022-04-05 05:54:37 +00:00
52bd743b45 Removed await from ready.
MattMo pushed to master at MontoyaTech/ignite-html 2022-03-26 09:11:30 +00:00
5a1be0a368 Adding extra code to ensure more than one ready timer runs at a time. Exposed IgniteCallback to window.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-20 19:44:33 +00:00
98eaa87df6 Added code to see if the current thread is trying to abort and if so stops blocking.
MattMo pushed to master at MontoyaTech/Rest.Net 2022-03-16 07:24:43 +00:00
6c64bbe4be Fixed bugs and added a few helper functions.
MattMo pushed to master at MontoyaTech/ignite-html 2022-03-07 06:57:32 +00:00
e36ee1d42c Fixed a type in the visible function naming.