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
ignite-html
/
src
History
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
..
framework.js
Start of the ignite html project.
2020-07-26 15:10:12 -07:00
ignite-element.js
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
ignite-html.js
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
ignite-template.js
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
index.html
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
main-app.js
Added static css styling for templates via a styles property.
2020-08-11 13:45:54 -07:00
sheet.js
Added static css styling for templates via a styles property.
2020-08-11 13:45:54 -07:00
WebComponentsPolyfill.js
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