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:
@@ -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)
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user