Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 2.12 KB

File metadata and controls

43 lines (20 loc) · 2.12 KB

Changelog

0.1.5 (2026-03-25)

Bug Fixes

  • resolve TS6 build errors across packages (3644648)

0.1.4 (2026-02-13)

Features

  • make Kakao share strategy asynchronous and update the Kakao SDK URL (e0b5d3f)

0.1.3 (2026-02-01)

Features

  • react-share: add FormatTextFunction type for custom share text formatting (68d1e16)
  • react-share: update formatShareText and formatTweetText to support custom formatter (3653fca)
  • react-share: update share strategies to support formatText option (5ab989b)

Bug Fixes

  • react-share: resolve TypeScript errors for SDK types (0ac59f1)

0.1.2 (2026-01-30)

Bug Fixes

  • react-share: refactor native strategy to reduce cognitive complexity (e3c2b85)

0.1.1 (2026-01-29)

Features

  • react-share: add headless social sharing library with strategy pattern (2eacbab)