Modify the app assignment so that it plays nice with peer addons.
Update ember-cli
to 2.3.0
.
Add the ability to pass an md5 hash to the component.
- Correctly install
blueimp-md5
- Upgrade to the latest version of the
ember-cli
- Use
blueimp-md5
instead ofJavaScript-MD5
Add documentation for the retina
attribute.
Add support for retina gravatars.
Add tmp/
to npmignore.
Update documentation.
- Changes the
default
property todefaultImage
. - Defaults to
https
and now requiressecure=false
to be passed forhttp
.
Wrap the default
property in quotes to stop some browsers from complaining.
Update the installation instructions for the latest ember-cli version.
Add support for the secure
option to specify a protocol for the url.
Add ember observer badge.
Upgrade ember-cli version.
- Use a shim for
md5
- Remove need for .jshintrc config
- Don't alias
alt
asemail
.
If you're using the default alias before, you can still get the same resulting markup with:
- Don't use class in
attributeNameBindings
, useclassNames
instead with the default ofgravatar-image
.
- Documentation additions
- Added example site, more tests.
- Changed
tagName
toimg
. - Changed
imgClass
binding toclass
.