You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- removed the getdata call in the constructor to allow for lazyloading
the data.
- moved the getdata call into the handledata function to consolidate the
calls and make the function a little simpler.
- removed self = this to make the load function simpler
- when the lazyload prop is set it will defer loading until the get()
function is called. This will allow lazy loading to be called by what
means needed, either a button click or if the element comes into the
viewport. This will allow this component to remain simple and prefer
composition to bloat.
- fixed the tests to run async and cleared DOM after each test.
- ticked the version number to a minor update.
0 commit comments