Michael
Michael
Allows the gridster component to calculate its scroll position from the `` element. Fixes #416
When using the south handle to resize an element larger, scrolling does not work correctly if the scroll container is the `` element. To reproduce: Navigate to the demo and...
Adds a function call to update the element position, similar to resizing using the west handle. Also renames `updateElemenetPosition()` to `updateElementPosition()`, fixing a typo. Fixes #414
When using the north (top) resize handle to change the size of an item, the position does not get updated until the resize is finished. It appears that the item...
The version for Angular is currently locked to 13.1.1. This patch allows higher versions of Angular to work without needing to use the `--force` flag while installing. Fixes #411
This required fixing a few spots where the dependencies had breaking changes.