Releases: KeyteqLabs/angular-mediaflow
Releases · KeyteqLabs/angular-mediaflow
1.1.0
-
Rename
alias
attribute toconfig
.alias
will be supported until 2.0.0 as an alias -
The
config
property takes raw arrays<mf-img config='[100,100]'>
-
Support specifying
original
both in named aliases and raw<mf-img config='[100,100,"original:1"]'>
mediaflowProvider.alias({ default: { width: 100, height: 100, original: 1 } })
-
Support vanilla foundation in the
mf-interchange
directive
1.0.0
Adds a mf-format
attribute that can take the type of fileending wanted:
<mf-img mf-format="png" mf-id="123">
0.2.1
Use protocol relative URLs
0.2.0
Adds bower.json
0.1.0
Initial release