## 🎉 TinyDragger  – Multi-Collision Support!

### ✨ What's New

* 🔀 **Multi-collision support**
  Now supports detecting **multiple collided elements** during dragging.

  * New methods:

    * `getAllCollidedElements(x, y)`
    * `getAllCollidedElementsByRect(rect)`
  * Internal handling of multiple collisions added via:

    * `#addCollision(el)`
    * `#removeCollision()`

* 🧠 Internal helpers for precise collision logic:

  * `#getCollidedElement(...)`
  * `#getCollidedElementByRect(...)`

* 🧼 Clean handling of collision CSS class for all intersecting elements.

---

### 🛠 Improvements

* Improved method consistency and validation logic.
* Full JSDoc annotations for new methods.

---

### 📌 Note

Backward compatibility preserved. Single-element collision behavior remains by default — multi-collision is **optional**.

**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.12.0...1.12.1