Socket
Socket
Sign inDemoInstall

gatsby-mdx-tts

Package Overview
Dependencies
4
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

1.0.0

Diff

Changelog

Source

1.0.0

Breaking Changes

  • Add file ending to SpeechOutput component imports in your MDX files: import SpeechOutput from "gatsby-mdx-tts/SpeechOutput.js"; as MDX v2 only supports ESM imports.
  • Plugin option awsCredentials was removed. Use awsProfile or environment variables instead (see README for details).
  • Refresh Gatsby cache using npx gatsby clean as the cache mechanics have changed.

Major Changes

  • 60d6127:
    • Added support for Gatsby 5.
    • Added support for React 18.
    • Added support for MDX v2.

Minor Changes

  • 7de6f47: Display warning in Gatsby log if an empty content block was found.
  • 2d0300d: Added skipRegeneratingIfExistingInPublicFolder configuration option to allow skipping regenerating all audio files and speech marks when Gatsby cache is cleared and they already exist in the public folder.
flogy
published 0.0.12 •

Changelog

Source

v0.0.12

9 April 2020

  • Breaking change: BREAKING CHANGE: renamed plugin option speechOutputComponentName to speechOutputComponentNames to allow multiple custom component names 355b6e7
flogy
published 0.0.11 •

Changelog

Source

v0.0.11

8 April 2020

  • fixed ignoredWordSplittingCharactersRegex interfering with slashes in words e032a2b
flogy
published 0.0.10 •

Changelog

Source

v0.0.10

8 April 2020

  • allow ignoring characters that should not split up word markings 0f7a3dc
flogy
published 0.0.9 •

Changelog

Source

v0.0.9

8 April 2020

  • refactored word marking algorithm to allow slashes and diacritics in or between words 613a216
flogy
published 0.0.8 •

Changelog

Source

v0.0.8

7 April 2020

  • allow defining characters to ignore in speech output d502ce7
  • lower voice when reading headings even if they do not end with a punctuation mark 89e8b4a
flogy
published 0.0.7 •

Changelog

Source

v0.0.7

7 April 2020

  • Breaking change: BREAKING CHANGE: plugin option lexiconNames is now called defaultLexiconNames, allow adding individual speech output parameters to <SpeechOutput> components f83497a
  • updated dependencies f52148c
flogy
published 0.0.6 •

Changelog

Source

v0.0.6

6 April 2020

  • Bump acorn from 6.4.0 to 6.4.1 #9
  • added MDX logo to title image 4eeb2e5
  • allow customizing how audio is played by passing in an optional custom sound hook d2cee5c
  • aligned example code styles db95261
flogy
published 0.0.5 •

Changelog

Source

v0.0.5

1 April 2020

  • added fetch polyfill for IE 11 ab747cb
flogy
published 0.0.4 •

Changelog

Source

v0.0.4

25 March 2020

  • fixed prettierignore and reformatted everything a1643c7
  • fixed marked words getting out of sync with speech output b146c9f
  • implemented onWordMarked event listener 9c0e8cd
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc