Skip to content

chore(release): version packages - #6

Merged
codeit-ninja merged 1 commit into
masterfrom
changeset-release/master
Sep 16, 2026
Merged

codeit-ninja merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

js-vtt@3.0.0

Major Changes

  • 191a40b: Harden parsing and public API:
    • VTT.fromString throws InvalidHeaderError for bad headers and InvalidVttError for unrecognized blocks (no silent drops)
    • VTT.fromSRT throws SrtValidationError for missing timing lines
    • VTT.fromURL rejects non-OK HTTP responses and rethrows typed parse errors
    • segments returns a shallow copy; merge deep-clones segments
    • Cue valid rejects non-finite timings; rescale/syncFps throw on invalid divisors
    • Rename SegementTypeSegmentType; remove unused CalledItWrongError
    • attachToVideo copies cue id and settings onto VTTCue; regionId mirrors settings.region

Patch Changes

  • 191a40b: Allow cues with an empty text payload (timing-only cues no longer throw InvalidCueError)

@codeit-ninja
codeit-ninja merged commit aaf6c6c into master Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant