imgix / imgix-java

A Java client library for generating URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

fix: create dpr srcset when only h passed in as param #62

Closed luqven closed 3 years ago

luqven commented 3 years ago

Description

This PR ensures a DPR-based SrcSet is generated when a fixed height is the only parameter value.

Up for discussion

This PR also introduces some build changes that were necessary to bring the Java comparability up to speed with MacOs BigSur development.

commit-lint[bot] commented 3 years ago

Bug Fixes

Tests

Chore

Contributors

luqven

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR