|
c172cb5599
|
Added pagination template and population template to help create pagination components. Allowed the use of non properties in property arrays for class, style ect.
|
2020-10-20 13:18:26 -07:00 |
|
|
08f4f9006f
|
Multiple bug fixes and improvements. Shift, Unshift, and Splice are now supported to do inline array modifications without losing the original array reference across elements.
|
2020-10-07 08:30:03 -07:00 |
|
|
a05ce20610
|
Fixed a few bugs and cleaned up code. Select elements now can have their value set correctly when using the value function.
|
2020-09-28 09:02:57 -07:00 |
|
|
2d01b8fafb
|
Many updates and improvements. For styles you can now combine two properties with a converter to get more custom styling updates. Cleaned up code and made a few things easier to use, also fixed a few bugs.
|
2020-09-25 09:36:39 -07:00 |
|
|
0fcb908941
|
Implemented a ready function that is only invoked once all ignite elements on a page are ready.
|
2020-09-11 07:57:37 -07:00 |
|
|
9346e01bec
|
Cleaned up code, added a new auto doc generator and documented code extensively.
|
2020-08-30 21:55:21 -07:00 |
|
|
f4ac568976
|
Cleaned up code and fixed an issue with the gulp file where dev was still minifying js. Added reflected properties support and fixed a few other issues.
|
2020-08-23 11:50:31 -07:00 |
|
|
d4df41e427
|
Simplified callbacks into a single class with a detach function option so we can use them generically. Patached arrays can have multiple on push/on pop callbacks and moved over to this new model. Needs more testing and cleanup.
|
2020-08-22 18:11:37 -07:00 |
|
|
56530fc966
|
Ignite properties now patch lists to capture push/pop events so that when used in a list template the whole list doesn't have to be rerendered. Also cleaned up some code and moved things around.
|
2020-08-22 16:15:45 -07:00 |
|
|
b0b9a83cc6
|
Added a rendering context which replaces the rendered flag on ignite elements so that properties won't return their value if we are rendering. This fixes an issue where lists would get messed up since they reconstruct whenever the list changes.
|
2020-08-21 21:42:10 -07:00 |
|
|
43962757f0
|
Added deconstruct functionality and cleanup code so that everything gets correctly cleaned up once a element is removed from the DOM. Added a new property template that allows properties to be used as content or html anywhere within a template's children. Next up is slot support.
|
2020-07-28 22:23:49 -07:00 |
|
|
b591a42370
|
Cleaned up code, added support for lists, classes, attributes, and more. Added more test code, everything appears to be working. More cleanup and testing is needed.
|
2020-07-28 09:04:04 -07:00 |
|