Skip to content

Bump tiny-essentials from 1.24.2 to 1.25.1#153

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tiny-essentials-1.25.1
Open

Bump tiny-essentials from 1.24.2 to 1.25.1#153
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tiny-essentials-1.25.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps tiny-essentials from 1.24.2 to 1.25.1.

Release notes

Sourced from tiny-essentials's releases.

1.25.1

📦 What's New?

📝 TinyTextDiffer

A sophisticated character-level text comparison tool. Whether you are building a code editor, a versioning system, or just need to track changes between strings, TinyTextDiffer has you covered.

  • LCS Algorithm: Uses the Longest Common Subsequence logic for maximum accuracy.
  • History Management: Easily track multiple versions and compare any two indices.
  • Parseable Output: Returns a clean array of objects (normal, added, deleted) ready for UI rendering.

🕒 TinyAnalogClock

A lightweight analog clock engine for managing time-based rotations, supporting custom offsets, smooth transitions, and easy binding to CSS variables rendering.

  • Rotation Logic: Automatically calculates degrees for hours, minutes, and seconds.
  • Flexible Binding: Perfect for syncing with CSS variables.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.25.0...1.25.1

1.25.0

✨ New Features

  • Download Progress Tracking: Added the trackFetchProgress utility!

  • You can now easily monitor download progress (bytes loaded vs. total) via the onProgress callback in all the new fetch functions.

  • loadImage Updates: The loadImage function has been added to load image data.

📚 Documentation & Improvements

  • TinyRateLimiter JSDocs: Polished and improved the JSDoc for TinyRateLimiter, ensuring clearer type definitions and better developer guidance.

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.24.5...1.25.0

1.24.5

🚀 Release Note – TinyHtmlElems Update ✨

This update addresses missing element mappings within the TinyHtmlElems class. The following input element classes, which were previously implemented but not exposed through the static interface, have now been properly added:

✅ Newly Added Static Element Bindings

  • static CheckboxInput = TinyHtmlCheckboxInput; 🟩
  • static RadioInput = TinyHtmlRadioInput; 🔘

📅 Additional Date & Time Input Types

  • static DateInput = TinyHtmlDateInput; 📆
  • static DateTimeInput = TinyHtmlDateTimeInput; 🕘
  • static MonthInput = TinyHtmlMonthInput; 🗓️

... (truncated)

Commits
  • 4bf29a7 TinyAnalogClock --> clock updater added.
  • 04eea57 docs list updated.
  • 1805adf readme updated.
  • 5213228 TinyTextDiffer doc added.
  • c762b0a TinyTextDiffer added into index.
  • a280853 TinyTextDiffer.html test added. / Tiny code fix.
  • 6ae3f47 TinyTextDiffer --> compare script updated.
  • b6f5b8e TinyTextDiffer added.
  • ea05d50 TinyAnalogClock added into index.
  • 5b799a0 TinyAnalogClock docs added.
  • 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 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/Tiny-Essentials/Tiny-Essentials) from 1.24.2 to 1.25.1.
- [Release notes](https://github.com/Tiny-Essentials/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.24.2...1.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 3, 2026
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.

0 participants