Skip to content
Tags
render: Stub L16 JPEG pixel format
      16-bit luminance (grayscale) images are very rare, so it's hard to
tell what the expected behavior should be.
chore: Remove more explicit clones
      
docs: Fix grammar in CONTRIBUTING.md
      
html: Handle attribute errors gracefully
      `quick-xml` returns an `Err` for invalid attributes (e.g. unquoted).
Handle such errors by ignoring the HTML completely and return an
empty string instead, as Flash does.

Fix #5789.
swf: Fix reserved gradient values handling
      * Map 3 to `GradientSpread::Pad`
* Map 2 and 3 to `GradientInterpolation::Rgb`

Fix #1505.
core: String equality should short-circuit on pointer equality
      
build(deps-dev): update webpack-dev-server requirement in /web
      Updates the requirements on [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump syn from 1.0.81 to 1.0.82
      Bumps [syn](https://github.com/dtolnay/syn) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.81...1.0.82)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
html: Ignore <p>, <li> and <br> tags in non-multiline mode
      
core: Replace WStr<'_> and WStrMut<'_> by a single DST type WStr