Giscus Component Versions Save

Component library for giscus, a comment system powered by GitHub Discussions.

@giscus/solid-v2.3.0

11 months ago

See the release notes for the v1.3.0 release of the web component for more details

@giscus/svelte-v2.3.0

11 months ago

Added

  • Add Svelte 4 support (#1626)

Fixed

  • Enable prettier-plugin-svelte strict mode and reformat code (#1626)
  • Fix incorrect types path (#1626)

See the release notes for the v1.3.0 release of the web component for more details

@giscus/vue-v2.3.0

11 months ago

Fixed

  • Build ES modules with .mjs extension (#573)

See the release notes for the v1.3.0 release of the web component for more details

@giscus/react-v2.3.0

11 months ago

Fixed

  • Build ES modules with .mjs extension (#573)
  • Fix build with next/webpack + react@<18.0.0 (#810)
  • Fix types output (#912)

See the release notes for the v1.3.0 release of the web component for more details

giscus-v1.3.0

11 months ago

Added

  • Update TypeScript types with new languages and themes #1626

Fixed

  • Ensure host is never empty when accessed (#1626)
  • Ensure custom element is only registered once (#1626)

I didn't create GitHub releases for the previous v1.2.x versions (but I did release them on NPM), so here's the changelog since then:

Fixed

  • Fix copy button permission (#754)
  • Make sure host is never empty (#754)
  • Fix iframe transpacency (#779)
  • Clear session if state has expired (#911)
  • Remove hash from URL before appending it with the container id (#1153)
  • Handle signOut message (#1153)
  • Check host before postMessage() and set config on initial load (#1153)
  • Prevent postMessage before iframe is loaded (#1154)

@giscus/svelte-v2.2.0

1 year ago

Added

  • Support for custom backlink (#439) (docs)

@giscus/vue-v2.2.0

1 year ago

Added

  • Support for custom backlink (#439) (docs)

@giscus/react-v2.2.0

1 year ago

Added

  • Support for custom backlink (#439) (docs)

giscus-v1.2.0

1 year ago

Added

  • Support for custom backlink (#439) (docs)

@giscus/svelte-v2.1.1

1 year ago

Added

  • Support for self-hosted giscus instances using the host attribute/prop (#417)
  • Support for strict title matching (#417)

Note The actual published version on NPM is 2.1.2 because I messed up the 2.1.1 release.