Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@responsive-image/[email protected]
Major Changes
#737
55c502c
Thanks @simonihmig! - Refactor the way to set configThe
ember
package does not read fromconfig/addons.js
anymore. Instead an explicit runtime call tosetConfig()
is needed, same as for thewc
package. Thecdn
package reads its config from thecdn
namespace.Patch Changes
92f957f
]:@responsive-image/[email protected]
Major Changes
#752
9f6c96e
Thanks @simonihmig! - Drop support for Ember < 4.12#737
55c502c
Thanks @simonihmig! - Refactor the way to set configThe
ember
package does not read fromconfig/addons.js
anymore. Instead an explicit runtime call tosetConfig()
is needed, same as for thewc
package. Thecdn
package reads its config from thecdn
namespace.Patch Changes
#744
b370ed6
Thanks @simonihmig! - Refactor BlurHash usage in EmberUse dynamic import of local blurhash module instead of public asset, to let the bundler produce more robust output (e.g. custom publicPath)
#726
92f957f
Thanks @simonihmig! - Extract BlurHash utils onto coreUpdated dependencies [
92f957f
,55c502c
]:@responsive-image/[email protected]
Major Changes
#715
fee0cb5
Thanks @simonihmig! - Introduce new@responsive-image/wc
package for Lit-based web component supportThis package exposes a browser native Web Component. It is implemented using the Lit library, but it can be used with any other framework supporting web components, or none at all.
Minor Changes
#726
da0f40c
Thanks @simonihmig! - Add BlurHash support to web component#764
8588cc6
Thanks @simonihmig! - Redispatch events, exposecomplete
property#762
486695e
Thanks @simonihmig! - Support styling with :part(img)#763
05815c0
Thanks @simonihmig! - Support customizing HTML image attributes in@responsive-image/wc
Patch Changes
92f957f
]:@responsive-image/[email protected]
Patch Changes
92f957f
]:@responsive-image/[email protected]
Patch Changes
92f957f
Thanks @simonihmig! - Extract BlurHash utils onto core@responsive-image/[email protected]
Patch Changes
#681
4b08662
Thanks @simonihmig! - Supportaspect
ratio parameter correctlyWhen
aspect
is given (via import query params), the height of the image is adjusted to match when resizing, and the image component will correctly render with the new aspect ratio, rather than that of the original image.Updated dependencies [
92f957f
]:@responsive-image/[email protected]
Patch Changes
#681
4b08662
Thanks @simonihmig! - Supportaspect
ratio parameter correctlyWhen
aspect
is given (via import query params), the height of the image is adjusted to match when resizing, and the image component will correctly render with the new aspect ratio, rather than that of the original image.Updated dependencies [
92f957f
]:[email protected]
Patch Changes
fee0cb5
,da0f40c
,8588cc6
,486695e
,92f957f
,05815c0
,55c502c
]: