• Joined on 2022-01-01
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.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-04 03:43:52 +00:00
def9a0c837 Added new type ahead feature, documented it and tested it.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-01 15:25:17 +00:00
7c8ce52537 Updated more documentation.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-01 15:12:18 +00:00
ab7209f5bf Updated style docs to include the use of an array of ignite properties.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-11-01 06:26:18 +00:00
ee1b5c5ca9 Added code to call hideCallback on a route if it was already visible but being renavigated to the hide callback is ran.
MattMo pushed to master at MontoyaTech/ignite-html 2023-11-01 05:45:10 +00:00
7e1e2b96ff Fixed a minor bug where list splice wouldn't insert the item in the DOM at the correct position in the list.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-10-30 22:31:22 +00:00
1c6a33cd0f Renamed search max height to results max height.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-10-25 20:42:39 +00:00
7a950f307d Added ability to limit the results if wanted. Added a on enter callback and prevented enter from adding new lines.
MattMo pushed to master at MontoyaTech/ignite-html-material 2023-10-25 01:04:42 +00:00
18901d2115 Fixed a few issues with the search select component.