Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump melonjs from 14.1.0 to 16.1.1 #281

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps melonjs from 14.1.0 to 16.1.1.

Release notes

Sourced from melonjs's releases.

v16.1.1

Fixed

  • Loader: fix an issue where some mobile browser (e.g. safari) would not emit the canplay event for video assets if autoplay is disabled

v16.1.0

Added

  • Loader: add support for loading/preloading of HTMLVideoElement
  • Loader: add optional autoplay and loop parameters when [pre]loading audio and video assets (false by default)
  • Sprite: HTMLVideoElement can now be passed as a source when creating Sprite object

16.0.0

Added

  • Path2d: preliminary SVG path parsing for the Path2D class (WIP)

Changed

  • Chore: update to npm 10, Node.js 20 and friends
  • loader: replaced XHR by Fetch for assets preloading (thanks @​Edwardscb)
  • Renderer: fix toBlob, toDataURL and toImageBitmap method signature to better match with the W3C API

v15.15.0

Added

  • Renderable : new parentApp getter that returns the parent application/game instance to which a renderable belongs to.

Fixed

  • ImageLayer: fix a regression when loading a level within a sub container (thanks @​rcl)

v15.14.0

Added

  • loader: prevent loading of previously loaded resources. e.g. duplicated resources across mutliple manifest (thanks @​z0mb1)
  • loader: add handling of asset load error, enabling to retry loading failed assets (thanks @​z0mb1)

Changed

  • UI: small optimization when rendering BitmapText

v15.13.0

Changed

  • UI: UITextButton backgroundColor and hoverColor properties are now deprecated in favor of hoverOffColor and hoverOnColor

Fixed

  • UI: fix duplicated text rendering in UITextButton
  • UI: fix an exception when destroying a UITextButton

v15.12.0

Added

  • Renderer: add proper width and height (getter/setter) properties and deprecate getHeight() and getWidth()

Changed

  • Audio: update howler.js to version 2.2.4

v15.11.0

... (truncated)

Changelog

Sourced from melonjs's changelog.

[16.1.1] (melonJS 2) - 2024-02-06

Fixed

  • Loader: fix an issue where some mobile browser (e.g. safari) would not emit the canplay event for video assets if autoplay is disabled

[16.1.0] (melonJS 2) - 2024-02-06

Added

  • Loader: add optional autoplay and loop parameters when [pre]loading audio and video assets (false by default)
  • Loader: add support for loading/preloading of HTMLVideoElement
  • Sprite: HTMLVideoElement can now be passed as a source when creating Sprite object

[16.0.0] (melonJS 2) - 2024-02-03

Added

  • Path2d: preliminary SVG path parsing to the Path2D class (WIP)

Changed

  • Chore: update to npm 10, Node.js 20 and friends
  • loader: replaced XHR by Fetch for assets preloading (thanks @​Edwardscb)
  • Renderer: fix toBlob, toDataURL and toImageBitmap method signature to better match with the W3C API

[15.15.0] (melonJS 2) - 2023-11-20

Added

  • Renderable : new parentApp getter that returns the parent application/game instance to which a renderable belongs to.

Fixed

  • ImageLayer: fix a regression when loading a level within a sub container (thanks @​rcl)

[15.14.0] (melonJS 2) - 2023-10-17

Added

  • loader: prevent loading of previously loaded resources. e.g. duplicated resources across mutliple manifest (thanks @​z0mb1)
  • loader: add handling of asset load error, enabling to retry loading failed assets (thanks @​z0mb1)

Changed

  • UI: small optimization when rendering BitmapText

[15.13.0] (melonJS 2) - 2023-10-07

Changed

  • UI: UITextButton backgroundColor and hoverColor properties are now deprecated in favor of hoverOffColor and hoverOnColor

Fixed

  • UI: fix duplicated text rendering in UITextButton
  • UI: fix an exception when destroying a UITextButton

[15.12.0] (melonJS 2) - 2023-09-23

... (truncated)

Commits
  • 016e6d6 16.1.1 dist files update
  • 246a265 fix an issue where some mobile browser (e.g. safari) would not emit the canpl...
  • a5e1587 version bump to 16.1.1
  • 111692f add a link to the new video demo
  • ba77158 16.1.0 dist files
  • 28b2df8 update NPM dependencies
  • 4b80c5f CHANGELOG update
  • 8a611f2 fix format detection for base64 encoded video assets
  • 2eb61a5 remove unnecessary jsdoc tags
  • 9bb1899 add a video sprite example in the documentation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [melonjs](https://github.com/melonjs/melonJS) from 14.1.0 to 16.1.1.
- [Release notes](https://github.com/melonjs/melonJS/releases)
- [Changelog](https://github.com/melonjs/melonJS/blob/master/CHANGELOG.md)
- [Commits](melonjs/melonJS@14.1.0...16.1.1)

---
updated-dependencies:
- dependency-name: melonjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #282.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/melonjs-16.1.1 branch February 12, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants