Skip to content

Releases: clippingkk/web-widget

v0.0.9

31 May 09:04
b4f1421

Choose a tag to compare

0.0.9 (2025-05-31)

Bug Fixes

  • update logo URL to use new asset path (e5809d3)

v0.0.8

31 May 08:55
f699ade

Choose a tag to compare

0.0.8 (2025-05-31)

Bug Fixes

  • widget: rename widget props to match HTML attribute naming conventions (0b96687)

v0.0.7

31 May 08:48
fa55916

Choose a tag to compare

0.0.7 (2025-05-31)

Bug Fixes

  • pkg: export widget registration types and functions for external use (f3ac9f5)

v0.0.6

31 May 08:36
4485c9c

Choose a tag to compare

0.0.6 (2025-05-31)

Bug Fixes

  • clipping: add clipping data prop and update widget styling with new gradient background (5ea2134)
  • widget: expose widget registration function and improve type documentation (bdc3bea)

v0.0.5

30 May 17:21
af67746

Choose a tag to compare

0.0.5 (2025-05-30)

Bug Fixes

  • type: update React import (55ae405)

v0.0.4

30 May 17:04
17d25bf

Choose a tag to compare

0.0.4 (2025-05-30)

Bug Fixes

  • pkg: update types path and add React import to type definitions (c6ed1ad)

v0.0.3

30 May 16:57
bd4a11b

Choose a tag to compare

0.0.3 (2025-05-30)

Bug Fixes

  • types: update type declaration from react module to global namespace (b04a6d4)

v0.0.2

30 May 16:42
c68ee7c

Choose a tag to compare

0.0.2 (2025-05-30)

Bug Fixes

  • widget: add configurable endpoint and React type definitions for web widget component (137b3f0)

v0.0.1

30 May 16:07
28193b5

Choose a tag to compare

0.0.1 (2025-05-30)

Features

  • add ESLint configuration and remove semicolons from TypeScript files (6311d4c)
  • add MSW for mocking API responses in Storybook and update deployment configs (ec1ce80)
  • add Storybook stories for ClippingkkWebWidget component with theme variants (7f167a6)
  • add Storybook with Vitest integration and a11y testing support (888a53d)
  • implement clickable widget card with creator profile and styling improvements (7373f9b)
  • initialize web component for displaying Kindle clippings with dark/light theme support (2e4bc4d)

Bug Fixes

  • ci: add issues write permission to GitHub workflow (7b80add)
  • ci: add playwright installation step before running test coverage (d1422f6)
  • ci: add required GitHub Actions permissions for content, PR, and token access (d998a55)
  • ci: add test coverage script and ignore coverage directory (605f0e5)
  • ci: move permissions config from workflow to job level (cafa392)

Miscellaneous Chores