This website requires JavaScript.
Explore
Help
Sign In
MontoyaTech
/
ignite-html
Watch
1
Star
0
Fork
0
You've already forked ignite-html
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
19
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
Matt Mo
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
Matt Mo
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
Matt Mo
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