- Breaking: Images with a height of 1 (i.e. 1 x image height) were being rendered as 1px high images. Oops. Now it no longer does that. (#27)
- Bump version to 3.0.0
- Merge pull request #24 from imgix/23-aggressiveLoad-typo
- Rename
aggresiveLoad
toaggressiveLoad
. - Merge pull request #20 from imgix/url-and-base64-encoding
- Ensure all query keys + B64 variants are encoded.
- Make version links work in changelog
- Add Changelog
- Feature:
forceLayout
api, accessed byrefs.imgix.forceLayout()
(#15)
- 2.2.0
- Merge pull request #15 from theolampert/master
- exposes forceLayout method to parent component
- Update to Babel 6 (#10)
- Change child props behaviour to only pass down props not used, not every prop (#9)
- Bump version to 2.1.2
- Merge pull request #9 from imgix/better-child-props
- Change child props behaviour to only pass down props not used, not every prop
- Merge pull request #10 from imgix/babel-6
- Add
transform-object-assign
Babel plugin. - Change test commands
- Update code to pass new class spec
- Add babel 6 presets
- Update tests to babel 6
- Upgrade deps to babel 6
- Change urls in package.json to imgix repo
- Add code climate badge to readme
- Feature:
generateSrcSet
prop to generate asrcSet
attribute for images, only when inimg
mode. Enabled by default. See here for more (#4)
- 2.1.1
- Add generateSrcSet prop to Readme
- Bump to 2.1.0
- Merge pull request #4 from ekosz/patch-1
- Automatically set srcSet attributes
- Merge pull request #3 from ekosz/patch-1
- Document customParams in README
- Update README.md
-
Breaking: React 0.13 no longer supported. React 0.13 users should use
v1.x
-
Breaking: Sets
background-size: cover
on the element when thebg
prop is passed -
react
andreact-dom
added as peer dependencies -
No longer imports the entire imgix.js library. Instead we just build the url ourselves.
-
Feature: Added
entropy
prop to support Point of Interest Cropping -
2.0.0
-
Add entropy to propTypes
-
And point of interest cropping as 'entropy' prop
-
Merge pull request #1 from imgix/feature/remove-imgixjs
-
Remove imgix.js from component
-
Remove imgix.js depenency
-
Use local uri builder than than imgix.js
-
🎨
-
Copy support.js from coursera/react-imgix, rather than importing the whole imgix.js library
-
Upgrade api to React 0.14, introduces breaking change as we no longer support React 0.13
-
Add react to peer dependencies
-
Move from chai to mjackson/expect for tests
-
Use a react version matrix for Travis
-
Change other urls due to repo transfer
-
Change Travis url due to transfer of repo
-
Add code style badge
-
Ignore npm-debug.log
-
Running the tests didn't actually make it into the test commit -.-
-
Don't support old versions of node
-
Add badges to README
-
Add .travis.yml
-
Add some initial tests with mocha
-
Set backgroundSize: cover on component when it's in background mode
-
Add license
- 1.0.4
- Don't mutate props (oops)
- Update README.md
- 1.0.3
- Fix typo in Readme, add import usage
- 1.0.2
- Add installation instructions to README
- 1.0.1
- Add readme
- Remove unused resize prop
- 1.0.0
- No tests are fine
- Add npm_debug.log to .gitignore and .npmignore
- Change to babel stage 0
- Add ReactImgix component
- Initial Commit