Skip to content

Releases: TrueWinter/astro-obfuscate

v0.0.6

Choose a tag to compare

@TrueWinter TrueWinter released this 25 Nov 17:36

Added class and noscriptClass attributes to allow styling. These classes are added to the obfuscated-data and noscript elements, respectively.

Example:

<ObfuscatedEmail email="email@example.com" class="email-text" />

<style>
  :global(.email-text a) {
    font-style: italic;
    font-family: Helvetica;
  }
</style>

v0.0.5

Choose a tag to compare

@TrueWinter TrueWinter released this 28 Feb 15:48

No code changes in this release.

Categorized as a utility integration.

v0.0.4

Choose a tag to compare

@TrueWinter TrueWinter released this 28 Feb 15:45

Fixed custom element registration

v0.0.3

Choose a tag to compare

@TrueWinter TrueWinter released this 27 Feb 20:11
  • Use correct interpolation syntax
  • Split server-side and client-side imports
  • Custom obfuscated elements can now be registered