Releases: danielhjacobs/ruffle
Releases · danielhjacobs/ruffle
Nightly 2022-06-22
build(deps): bump syn from 1.0.96 to 1.0.98 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.96 to 1.0.98. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.96...1.0.98) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Nightly 2022-05-21
nightly-2022-05-21 Adjust error message
Nightly 2022-05-20
nightly-2022-05-20 tests: `action_enumerate` can handle paths
Nightly 2022-05-02
build(deps-dev): bump mocha from 9.2.1 to 10.0.0 in /web Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.1 to 10.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.2.1...v10.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Nightly 2022-04-29
nightly-2022-04-29 demo: Add Ruffle splash anim as initial animation
Nightly 2022-04-23
avm2: Implement `flash.ui.Keyboard` Add `Keyboard` key code constants and stub out other properties.
Nightly 2022-04-11
nightly-2022-04-11 tests: Add test for division in SWFv4
Nightly 2022-04-07
build(deps-dev): bump chromedriver from 98.0.0 to 100.0.0 in /web Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 98.0.0 to 100.0.0. - [Release notes](https://github.com/giggio/node-chromedriver/releases) - [Commits](https://github.com/giggio/node-chromedriver/compare/98.0.0...100.0.0) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Nightly 2022-04-04
core: Remove morph shape preloading Remove the preload step that would pre-create the shapes for each morph shape ratio on SWF load. Instead, lazily crate the shapes when they are needed.
Nightly 2022-03-29
chore: Remove doc comments from extern blocks Doc comments are ignored here and can generate warnings, so change to regular comments.