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)