Rename classes based on their file name or imported name. (i.e. layouts are no longer all called Layout inside their file)
Files centered around a single class now have the same name as that class. (except VirtualScrollerElement in virtual-scroller.js)
Remove use of default exports.
Mixins that were only used through classes made by mixing them on top of an empty class are now just classes.
Notably, this doesn't change any of the demo implementation that uses the built-in std:virtual-scroller copy, even though that demo would need to change if this were to replace it. I'll have to ask more about the expected workflow around that in the next meeting.
/src/
.Layout
inside their file)VirtualScrollerElement
invirtual-scroller.js
)Notably, this doesn't change any of the demo implementation that uses the built-in
std:virtual-scroller
copy, even though that demo would need to change if this were to replace it. I'll have to ask more about the expected workflow around that in the next meeting.