Releases: wakenedo/RealTimeGradient
Releases · wakenedo/RealTimeGradient
v1.0.2 – Runtime & Type Declarations Alignment
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
-
Fixed broken .d.ts output
-
Migrated entry to TypeScript
-
No breaking changes