react-imgix
react-imgix copied to clipboard
React component to display imgix images
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/imgix/react-imgix). > [!WARNING] These dependencies are deprecated: |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel)) | [`7.12.1` -> `7.19.3`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.12.1/7.19.3) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/node | docker | major | `17.9` -> `18.7` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [browser-tools](https://circleci.com/developer/orbs/orb/circleci/browser-tools) | orb | minor | `1.2.4` -> `1.4.0` | ---...
## Description this fixes https://github.com/imgix/react-imgix/issues/860 issue when HTML `source` tag does not pass the validation due to `width/height` presence in DOM ## Checklist Please use the checklist that is most...
**Is your feature request related to a problem? Please describe.** Would like a published @types/react-imgix for us typescript developers.
It’d be nice to have a prop that outputs these preload links automatically as outlined here: https://web.dev/optimize-lcp/?utm_source=lighthouse&utm_medium=unknown#preload-important-resources ``` ```
This is already resolved in #815 but is still an issue for background images. When using a background image with a space in the url, it may get stored in...
hi, in this section you refer to the HTML `Picture` tag support: https://github.com/imgix/react-imgix#picture-support However, if you use this element, the rendered HTML contains widht/height properties when you specify the width/height...