Skip to content

Releases: giscus/giscus-component

@giscus/react v3.0.0

25 Feb 18:19
ad31fa6
Compare
Choose a tag to compare

Added

  • Update types with new available languages and themes.

Changed

  • Breaking: drop CommonJS support. This package is now ESM-only (#1998).

Fixed

  • Fix incompatibility with Next.js 14.1 when using the app router (#1976).

giscus v1.4.0

17 Dec 10:44
92def4d
Compare
Choose a tag to compare

Fixed

  • Removed console.log (#1919)

@giscus/vue v2.4.0

17 Dec 10:46
b61bcac
Compare
Choose a tag to compare

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

@giscus/svelte v2.4.0

17 Dec 10:46
b61bcac
Compare
Choose a tag to compare

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

@giscus/solid v2.4.0

17 Dec 10:47
b61bcac
Compare
Choose a tag to compare

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

@giscus/react v2.4.0

17 Dec 10:46
b61bcac
Compare
Choose a tag to compare

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

giscus v1.3.0

02 Jul 09:19
935ebc8
Compare
Choose a tag to compare

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/vue v2.3.0

02 Jul 09:26
615411c
Compare
Choose a tag to compare

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/svelte v2.3.0

02 Jul 09:28
615411c
Compare
Choose a tag to compare

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/solid v2.3.0

02 Jul 09:29
615411c
Compare
Choose a tag to compare

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