|
1d5c85ea9d
|
Added a ref callback so that if the reference property changes we will automatically populate the property with the reference to our element. This is allows resetProperties to be used without losing references to elements.
|
2020-07-29 12:24:36 -07:00 |
|
|
274e09a59b
|
Moved properties over to a object model and added a resetProperties function that will reset properties to their default values. Fixed a few bugs and cleaned up the code a little more.
|
2020-07-29 11:21:02 -07:00 |
|
|
374defdc82
|
Added a new ability to specify a slot for child elements of a IgniteElement to be placed in. Next up is a reconstruct method, which may or may not be possible, not sure.
|
2020-07-28 22:46:22 -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 |
|
|
1adb844c97
|
Added ref functionality to get a ref from any template once it's created. Next up is property callback cleanup and disconnection upon element being removed.
|
2020-07-28 09:50:26 -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 |
|