🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-text-to-speech

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-text-to-speech - npm Package Versions

1245
14

1.1.0

Diff
sahilaggarwal
published 1.1.0 •

Changelog

Source

1.1.0 (28-12-2024)

  • feat: showOnlyHighlightedText and highlightMode props in useSpeech hook and <Speech> component.
sahilaggarwal
published 1.0.3 •

Changelog

Source

1.0.3 (25-12-2024)

  • perf: Improved performance with memoization.
sahilaggarwal
published 1.0.2 •

Changelog

Source

1.0.2 (23-12-2024)

  • perf: Improved performance with memoization.
  • docs: Replaced react-markdown with react-remarkify in Usage with Markdown section.
sahilaggarwal
published 1.0.1 •
sahilaggarwal
published 1.0.0 •

Changelog

Source

1.0.0 (06-12-2024)

  • feat: Support for React.js v19 to ensure compatibility with the latest features.
  • feat: A logo to enhance branding and visual identity.
sahilaggarwal
published 0.19.5 •
sahilaggarwal
published 0.19.4 •
sahilaggarwal
published 0.19.3 •
sahilaggarwal
published 0.19.2 •

Changelog

Source

0.19.2 (16-09-2024)

  • fix: Resolved text highlight issues in Firefox caused by > and < symbols by replacing the special symbol \u200E with \u00A0.
sahilaggarwal
published 0.19.1 •

Changelog

Source

0.19.1 (16-09-2024)

  • feat: Speech utterance now starts when autoPlay is set to true and stops when autoPlay is set to false, based on the React state.
  • fix: Incorrect queue details (stale data).
  • refactor: Code refactor.