1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-22 13:43:06 +02:00

add dataset polyfill, update changelog

This commit is contained in:
Morris Brodersen
2020-10-29 12:21:05 +01:00
parent c9484654ad
commit 4c41a88bd9
2 changed files with 3 additions and 1 deletions

View File

@@ -795,6 +795,8 @@ Projects I've inspected for drag & drop architecture:
### 10/2020
- Refactored for `dataset` [#2](https://github.com/morris/vanilla-todo/issues/2) —
[@opethrocks](https://github.com/opethrocks)
- Fixed [#3](https://github.com/morris/vanilla-todo/issues/3) (navigation bug) —
[@anchepiece](https://github.com/anchepiece),
[@jcoussard](https://github.com/jcoussard)

View File

@@ -26,7 +26,7 @@
<script
nomodule
src="https://polyfill.io/v3/polyfill.min.js?features=Set%2CMap%2CObject.assign%2Cfetch%2CrequestAnimationFrame%2CNodeList.prototype.forEach%2CElement.prototype.classList%2Cperformance.now%2cNode.prototype.contains"
src="https://polyfill.io/v3/polyfill.min.js?features=Set%2CMap%2CObject.assign%2Cfetch%2CrequestAnimationFrame%2CNodeList.prototype.forEach%2CElement.prototype.classList%2Cperformance.now%2CNode.prototype.contains%2CElement.prototype.dataset"
></script>
<script src="scripts/AppCollapsible.js"></script>
<script src="scripts/AppDraggable.js"></script>