# next-themes v0.2.0 - Product: next-themes (https://whatsnew.fyi/product/next-themes) - Vendor: Paco Coursey - Date: 2022-05-05 - Version: v0.2.0 - Original notes: https://github.com/pacocoursey/next-themes/releases/tag/v0.2.0 - Permalink: https://whatsnew.fyi/product/next-themes/releases/v0.2.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- ###### Mildly Breaking Changes These changes shouldn't affect 99% of usage of this library, but they're good to be aware of. - Switches from `next/script` to a regular `script` tag inserted at the top of the `` - Replaces the base64 encoded script contents with a regular string again ###### Fixes - Fixes a bug with undefined references in the injected script - Supports CSP `nonce` again because the injected script is no longer base64 encdoed - Types are once again bundled in the published version - Fixes #107 - Fixes #106 - Fixes #99 - Fixes #94 - Fixes #90