Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps tiny-essentials from 1.13.0 to 1.15.0.

Release notes

Sourced from tiny-essentials's releases.

1.15.0

🚀 Highlights

🆕 New Features

  • 📍 Viewport Utilities:

    • isInViewport and isScrolledIntoView have been introduced, allowing developers to easily check if an element is visible or has been scrolled into view.
  • 🧱 Advanced Collision System (Major Update):

    • Brand new collision detection utilities added, replacing older logic with more powerful, accurate, and structured alternatives.

✨ Improvements

  • 📚 JSdoc Enhancements:

    • All collision utilities were documented with fully descriptive and consistent JSDoc blocks.
    • New typedefs added: Dirs, CollDirs, NegCollDirs, CollData, CollCenter, ObjRect.

📖 Documentation

  • 📄 New Documentation File:

    • A dedicated collision.md file was created under the basics/ directory.
    • It includes a full breakdown of the new collision API with emoji-powered sectioning, examples, and explanation of return structures.

✅ Summary

This update introduces a major upgrade to collision detection and viewport logic, making tiny-essentials more powerful and developer-friendly for UI interactions, animations, and layout-aware behavior.

💬 If you're using any geometry, layout, or scroll-based logic — this release is especially for you!

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.14.0...1.15.0

1.14.0

📦 Tiny updates time!

Tiny big upgrade incoming! This release brings new utilities!

✨ New Features

  • 🔔 TinyNotifications A utility class to manage browser notifications with sound, custom icons, text truncation, and click behavior.

... (truncated)

Commits
  • 98dc786 version
  • a2f5aa2 collision docs added.
  • 3aee3f0 Collisions --> ObjRect added
  • 5d1fe88 collision script --> better jsdocs.
  • e3813d6 getElsCollDetails --> center support added.
  • 500bc49 getElsCollDetails --> data script upgrade.
  • f3963b9 dirs value changed in colision stuff.
  • 515dd6b getElsCollDetails --> values tiny fix
  • c595636 Collision scripts updated.
  • e45f3ed getElsCollDirAndDepth updated.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.13.0...1.15.0)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 8, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 15, 2025

Superseded by #50.

@dependabot dependabot bot closed this Jul 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiny-essentials-1.15.0 branch July 15, 2025 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant