Skip to content

Releases: giscus/giscus-component

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

@giscus/react v2.3.0

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

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.2.0

30 Jul 10:28
637c170
Compare
Choose a tag to compare

Added

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

@giscus/vue v2.2.0

30 Jul 10:28
2f21b6c
Compare
Choose a tag to compare

Added

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

@giscus/svelte v2.2.0

30 Jul 10:29
2f21b6c
Compare
Choose a tag to compare

Added

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

@giscus/react v2.2.0

30 Jul 10:28
2f21b6c
Compare
Choose a tag to compare

Added

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

giscus v1.1.1

23 Jul 13:56
1a39bdc
Compare
Choose a tag to compare

Added

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

Note
If you have downloaded v1.1.0, it's broken. Please update to v1.1.1.