• Joined on 2022-01-01
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.
MattMo pushed to master at MontoyaTech/ignite-html-router 2023-10-19 00:44:09 +00:00
c8c8ba67c5 Added code to reset the element on route change so that if there is a scroll bar it also gets reset.
MattMo pushed to master at MontoyaTech/ignite-html 2023-10-17 22:32:26 +00:00
a584eb68a7 Fixed a minor issue with attachOnDisconnect for the list template.
MattMo pushed to master at MontoyaTech/ignite-html 2023-10-12 01:01:39 +00:00
f4e314c7be Added iframe element template.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-09-25 02:49:27 +00:00
9633e211a1 Fixed an accidental bug introduced to the client generation. Bumped package version to 1.7.4
MattMo pushed to master at MontoyaTech/Rest.Net 2023-09-25 02:34:32 +00:00
b9260dbdb1 Fixed a bug where a double empty constructor could be generated for a C# client if there is no fields/properties. Bumped package version to 1.7.3
MattMo pushed to master at MontoyaTech/ignite-html-tabs 2023-09-18 00:41:57 +00:00
4a00f20935 Added ability to specify multiple tab names and updated documentation.
MattMo pushed to main at MontoyaTech/MariCam 2023-09-05 16:22:45 +00:00
84bee44bf6 Upgraded to support latest SDK