Releases: giscus/giscus-component
Releases · giscus/giscus-component
giscus v1.3.0
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
beforepostMessage()
and set config on initial load (#1153) - Prevent
postMessage
before iframe is loaded (#1154)
@giscus/vue v2.3.0
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
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
See the release notes for the v1.3.0 release of the web component for more details
@giscus/react v2.3.0
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