Skip to content

Releases: wakenedo/RealTimeGradient

v1.0.2 – Runtime & Type Declarations Alignment

26 Jan 03:52
4d9dc32

Choose a tag to compare

Fixed

  • Fixed an issue where runtime exports and TypeScript declarations were generated from different entry points.

  • Resolved missing or empty index.d.ts files in certain build setups.

  • Prevented runtime errors such as DynamicGradient is not defined in ESM consumers.

Improved

  • Aligned Vite library build to ensure runtime and types describe the same public API.
Improved compatibility with:
  • React (Vite)

  • Next.js (App Router / client components)

  • More predictable default and named exports for consumers.

Notes
  • No breaking API changes.

  • Existing usage continues to work as expected.

This release focuses on build correctness and developer experience.

Tested In

  • React (Vite)

  • Next.js (latest, App Router)

Fix: correct TypeScript declarations

25 Jan 22:48
06d883d

Choose a tag to compare

  • Fixed broken .d.ts output

  • Migrated entry to TypeScript

  • No breaking changes