Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps tiny-essentials from 1.20.0 to 1.20.3.

Release notes

Sourced from tiny-essentials's releases.

1.20.3

✨ New: TinyTextarea

Say hello to TinyTextarea — a lightweight utility class that turns your boring <textarea> into a smooth, self-resizing input box.

Key features:

  • 🪄 Auto-resizes as the user types, up to a maximum number of rows
  • 🔒 Prevents scrollbars until absolutely necessary
  • ➕ Supports extra height padding
  • 📢 Emits onResize and onInput events in real-time
  • 🧼 Includes full lifecycle management (refresh + destroy)
  • 🔎 Exposes computed properties like line height, max rows, current size, and more

🛑 Deprecations: TinySmartScroller status methods

The following status-checking methods in TinySmartScroller are now deprecated:

Deprecated aliases:

  • isUserAtCustomBottom() → use isAtCustomBottom()
  • isUserAtCustomTop() → use isAtCustomTop()
  • isUserAtBottom() → use isAtBottom()
  • isUserAtTop() → use isAtTop()

We’re consolidating method names to reduce redundancy and promote a cleaner API. The following internal flags will remain accessible via the non-deprecated equivalents:

  • isAtTop()
  • isAtBottom()
  • isAtCustomTop()
  • isAtCustomBottom()
  • isPastAtTop()
  • isPastAtBottom()
  • isPastAtCustomTop()
  • isPastAtCustomBottom()

Full Changelog: Tiny-Essentials/Tiny-Essentials@1.20.2...1.20.3

1.20.2

✨ What's New in TinyHtml?

🔄 Bi-directional HTML ↔️ JSON conversion

  • htmlToJson(htmlString) – Parses raw HTML into structured JSON.
  • jsonToNodes(json) – Converts structured JSON back into real DOM nodes.
  • jsonToTinyElems(json) – Creates TinyHtml instances directly from JSON.

... (truncated)

Commits
  • 7b1c479 TinyTextarea --> getters added.
  • 7d5b738 TinyTextarea --> throws added.
  • 5e566a0 TinyTextarea added into docs menu.
  • 50650d6 TinyTextarea --> docs added.
  • ffafd65 TinyTextarea --> jsdocs updated.
  • 45ac61f TinyTextarea --> rows counter.
  • ac3a87d TinyTextarea --> calculateBaseHeight removed.
  • 02e9b7e TinyTextarea --> issues fixed and new test zone to fix next issues about calc...
  • 83f88b0 TinyTextarea --> #resize margin removed.
  • 50849b3 TinyTextarea --> extraHeight issues fix.
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2025
Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.20.0 to 1.20.3.
- [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases)
- [Commits](Tiny-Essentials/Tiny-Essentials@1.20.0...1.20.3)

---
updated-dependencies:
- dependency-name: tiny-essentials
  dependency-version: 1.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tiny-essentials-1.20.3 branch from ac7defa to 797eecf Compare August 22, 2025 00:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2025

Superseded by #73.

@dependabot dependabot bot closed this Sep 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiny-essentials-1.20.3 branch September 2, 2025 23:17
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