Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1018 Bytes

File metadata and controls

29 lines (24 loc) · 1018 Bytes

Changelog

All notable changes to the @changerawr/react package will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2025-05-06

Added

  • Initial release of the Changerawr React SDK
  • Core API client with comprehensive API coverage
  • React context provider for configuration
  • React hooks for all API endpoints:
    • Project management hooks
    • Changelog entry management hooks
    • Tag management hooks
    • Subscription management hooks
    • Email configuration hooks
    • Widget integration hooks
  • React components:
    • ChangerawrWidget for embedding widgets
    • ChangerawrWidgetTrigger for popup widgets
    • SubscriptionForm for newsletter subscriptions
  • Utility functions for formatting dates, versions, etc.
  • TypeScript support with comprehensive type definitions
  • Example application demonstrating SDK usage