• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/ignite-html 2025-10-19 21:47:06 +00:00
d6329bfc4c Updated documentation and added the ability to specify if properties should be reflected or not when using the properties function.
MattMo pushed to master at MontoyaTech/Rest.Net 2025-10-19 16:17:31 +00:00
ab96e86a0e Modified JavascriptClientGenerator to handle nullable types and indicate them by ?type instead of Nullable<>. Bumped package version to 1.9.4
MattMo pushed to master at MontoyaTech/Rest.Net 2025-10-17 23:02:57 +00:00
54de2def1f Fixed bugs and improved named parameter documentation for the javascript client generator. Package version is now 1.9.3
MattMo pushed to master at MontoyaTech/Rest.Net 2025-10-13 02:15:20 +00:00
49c24ca39f Bumped package version to 1.9.2. Added default value documentation to function parameters for Javascript to help fix VSCode not displaying them when hovering.
MattMo pushed to master at MontoyaTech/Rest.Net 2025-10-13 01:45:34 +00:00
528c841828 Improved named parameter generating support. Added the ability to specify the min amount of parameters before converting to named parameters. Made the feature work across all functions of the client code. Bumped package to 1.9.1
MattMo pushed to master at MontoyaTech/Rest.Net 2025-10-12 20:40:08 +00:00
f6b01af770 Cleaned up documentation. Implemented named parameters option for Javascript generator. Bumped package version to 1.9.0
MattMo pushed to master at MontoyaTech/Rest.Net 2025-10-12 01:44:24 +00:00
e8e8efc00d Cleaning up code and added more documentation.
MattMo pushed to master at MontoyaTech/ignite-html-select 2025-10-08 14:00:41 +00:00
1ab342fc20 Added a formatter option to the numbers generator.
MattMo pushed to master at MontoyaTech/ignite-html-input 2025-10-03 15:25:56 +00:00
c24ace7ea4 Added code to only allow one period when using inputNumber.
MattMo pushed to master at MontoyaTech/ignite-html-validate 2025-09-29 14:30:26 +00:00
966209a7a0 Made it so the notification centers itself on the screen instead of scrolling the target element into view. Otherwise the notification gets cut off.
MattMo pushed to master at MontoyaTech/ignite-html-material 2025-09-26 15:35:19 +00:00
47c1953b23 Cleaned up chip list code further and simplified a few things.
MattMo pushed to master at MontoyaTech/ignite-html-material 2025-09-25 21:23:22 +00:00
eac3a3cc22 Cleaned up chip list control further.
MattMo pushed to master at MontoyaTech/ignite-html-material 2025-09-25 00:24:56 +00:00
061bd5a3b6 Cleaned up chip list further and simplified it.
MattMo pushed to master at MontoyaTech/ignite-html-material 2025-09-24 21:31:16 +00:00
449a5eb896 Cleaning up code and improving chip list.
MattMo pushed to master at MontoyaTech/ignite-html-router 2025-09-17 18:15:02 +00:00
d5f082843b Fixed a null ref issue when trying to route an element that hasn't been constructed yet.
MattMo pushed to master at MontoyaTech/ignite-html 2025-07-20 22:44:26 +00:00
f1bff47ae7 Fixed a bug with the onClassChanged and the Disabled template code.
MattMo pushed to master at MontoyaTech/ignite-html 2025-07-13 16:36:57 +00:00
93dde5893f Improved Disabled template function to make it work with more complex conditions.
MattMo pushed to main at MontoyaTech/MySqlPlus 2025-06-27 20:09:37 +00:00
119ac93394 Added try catch for Unix to DateTime to catch invalid inputs. Bumped package version to 1.1.9
MattMo pushed to master at MontoyaTech/ignite-html-bootstrap 2025-06-23 17:11:01 +00:00
07d236c507 Exposed loading spinner class via a property for the data table.
MattMo pushed to master at MontoyaTech/ignite-html 2025-06-23 03:09:51 +00:00
1733df832a Fixed a bug where the pager was not constructing elements in the right positions.