Skip to content

Commit

Permalink
fix: fix passing a custom canvas element not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Feb 24, 2024
1 parent 6fce99c commit 647ba34
Show file tree
Hide file tree
Showing 5 changed files with 509 additions and 450 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1](https://github.com/arianrhodsandlot/nostalgist/compare/v0.8.0...v0.8.1) - 2024-02-24

### Fixed

- fix passing a custom canvas element not working properly

## [0.8.0](https://github.com/arianrhodsandlot/nostalgist/compare/v0.7.0...v0.8.0) - 2024-02-07
### Changed
- update default retroarch-emscripten-build version to v1.17.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.8.5",
"@astrojs/starlight": "0.17.2",
"@astrojs/starlight": "0.18.1",
"@playwright/test": "1.41.2",
"@types/emscripten": "1.39.10",
"@types/ini": "4.1.0",
"@types/is-ci": "3.0.4",
"@types/wicg-file-system-access": "2023.10.4",
"astro": "4.3.2",
"astro": "4.4.0",
"browserfs": "1.4.3",
"eslint": "8.56.0",
"happy-dom": "13.3.8",
"ini": "4.1.1",
"is-ci": "3.0.1",
"serve": "14.2.1",
"sharp": "0.33.2",
"tsx": "4.7.0",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.3",
"vitest": "1.2.2"
}
}
Loading

0 comments on commit 647ba34

Please sign in to comment.