Skip to content

Tags: epicweb-dev/epicshop

Tags

v6.40.0

Toggle v6.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(shortcuts): Add keyboard shortcuts dialog (? key) (#382)

Co-authored-by: kentcdodds <1500684+kentcdodds@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>

v6.39.0

Toggle v6.39.0's commit message
chore: fix typescript stuff

v6.38.0

Toggle v6.38.0's commit message
feat(mermaid): enhance Mermaid component with unique ID and improved …

…rendering

- Added unique ID generation for Mermaid SVG rendering to prevent conflicts.
- Updated rendering logic to use the generated ID.
- Wrapped the SVG container in a div with a semantic class for better styling.

Closes epicweb-dev/advanced-mcp-features#19
Closes epicweb-dev/mcp-fundamentals#15
Closes epicweb-dev/mcp-fundamentals#25

v6.37.1

Toggle v6.37.1's commit message
fix: filter out browser extension errors from Sentry

Fixes EPICSHOP-5Y by ignoring errors containing __firefox__ and ethereum
globals that are injected by browser extensions and cause ReferenceErrors
in non-Firefox browsers.

v6.37.0

Toggle v6.37.0's commit message
feat(logging): add comprehensive authentication debugging logs for OA…

…uth device flow

v6.36.1

Toggle v6.36.1's commit message
fix(timing): sanitize server timing header values

Closes EPICSHOP-5S
Closes EPICSHOP-1F
Closes EPICSHOP-2D
Closes EPICSHOP-3Z
Closes EPICSHOP-27

v6.36.0

Toggle v6.36.0's commit message
feat(diff): make it easier to get to a specific diff

v6.35.3

Toggle v6.35.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(iframe): clipboard copy functionality in iframes by adding target…

…ed allow="clipboard-write" attribute (#374)

* Initial plan

* Add allow="clipboard-write" to all iframe elements to fix copy functionality

Co-authored-by: kentcdodds <1500684+kentcdodds@users.noreply.github.com>

* Remove clipboard-write from video and form iframes per feedback

Co-authored-by: kentcdodds <1500684+kentcdodds@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kentcdodds <1500684+kentcdodds@users.noreply.github.com>

v6.35.2

Toggle v6.35.2's commit message
fix(routes): update relative paths for exercise readme and GitHub edi…

…ting links

v6.35.1

Toggle v6.35.1's commit message
fix(git): streamline empty directory cleanup and enhance update check…

…s with detailed messages