• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Rest.Net 2024-02-19 16:05:58 +00:00
8747b5fb3e Modifying client generator to allow modifying requests before they are sent.
MattMo pushed to master at MontoyaTech/ignite-html-router 2024-01-15 17:54:47 +00:00
81a44ec7ea Added parameter to route on shown that specifies whether or not the route was shown because we navigated back to it.
MattMo pushed to master at MontoyaTech/ignite-html-router 2024-01-15 16:41:04 +00:00
28e85092c9 Removed the code that tries to reset the scroll position of the route.
MattMo pushed to master at MontoyaTech/Rest.Net 2024-01-13 18:53:48 +00:00
50861d5381 Bumped package version to 1.8.0. Added support for automatic gzip decompression in HttpListenerRequestExtensions. Added a new compress parameter for json requests in client generated code that auto compresses the json if set. Fixed a few bugs and cleaned up code.
MattMo pushed to master at MontoyaTech/ignite-html-select 2024-01-10 15:07:05 +00:00
e924b55135 Added placeholderValue to numbers function to control the value of the placeholder.
MattMo pushed to master at MontoyaTech/ignite-html 2023-12-24 23:21:47 +00:00
9040bb8d45 Added ability to use arrays of properties for the property function.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-12-24 23:21:22 +00:00
30b7d9fa1c Fixed an issue where readmore would show undefined if the value was null, not it shows nothing if there is no value.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-12-24 17:51:57 +00:00
f9a8ac4317 Improved read more design.
MattMo pushed to master at MontoyaTech/ignite-html 2023-12-24 17:51:41 +00:00
82834320f6 Added ol template.
MattMo pushed to main at MontoyaTech/MariCam 2023-12-21 20:51:36 +00:00
3ccc0da6e6 Improved coloring and output by taking into consideration the amplitude.
MattMo pushed to main at MontoyaTech/MariCam 2023-12-20 21:23:37 +00:00
534a708048 Changed over to new colorizer.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-12-14 19:33:46 +00:00
5f83b30cb2 Added ability to specify a RouteResponse and RouteRequest as a dynamic. Improved documentation and fixed some null checks that were missing with this change. Bumped package version to 1.7.6
MattMo pushed to master at MontoyaTech/Rest.Net 2023-12-14 19:14:33 +00:00
38ef135b8a Fixed a stackoverflow bug when generating a Rest Client and the object has it's type as a sub type. Bumped package versino to 1.7.5
MattMo pushed to master at MontoyaTech/ignite-html 2023-12-12 00:58:20 +00:00
4e0bb96747 Fixed an issue where the converter wasn't running on the first construct.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-29 03:16:27 +00:00
23f8fa5b72 Moved option construction before setting element value.
MattMo pushed to master at MontoyaTech/ignite-html-select 2023-11-10 20:11:51 +00:00
83ef4cae9e Removed the options extension because a more powerful version is now baked into Ignite Html directly.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-10 20:10:22 +00:00
7f2b6465c2 Added new options function that can generate a set of options from an input and allow them to be converted. Modified the converter template to support an array of ignite properties as the input. The converter now supports the value converter returning an array of ignite templates. This allows for more complex conversions.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-07 17:25:56 +00:00
2d41cb26a0 Fixed an issue where the source element wouldn't load the video when the src attribute is changed.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-07 16:26:01 +00:00
3eadebec0c Fixed some major issues with list splice construction and other templates incorrectly constructing an element after a specified sibling. Improved documentation as well.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-07 00:35:08 +00:00
f1b1ae5c13 Added video template and source template. Added code so that if the src attribute is changed on a source element it automatically pauses the video and resets the position to 0.