Skip to content

v1.59.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:45
· 48 commits to main since this release
1ac01a8

Added

  • TypewriterText accepts preset: "none" to disable the per-character animation. TypewriterTextElementProps.preset widens to EnteringPreset | "none" (zod schema accepts the literal too). Omitting preset still defaults to "FadeInDown" — "none" is the explicit opt-out.