- Tiles/Children of the grid are now grabbed dynamically thanks to MutationObserver. It means that children can be added either trough
<template>
generated elements or appended in the code, events will always be properly attached and detached. - State of the grid (tiles positions and sizes) can now be serialized into JSON with the method
#serialize()