Skip to content

Releases: KeyteqLabs/angular-mediaflow

1.1.0

15 Jan 13:29
Compare
Choose a tag to compare
  • Rename alias attribute to config. 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

29 Sep 10:06
Compare
Choose a tag to compare

Adds a mf-format attribute that can take the type of fileending wanted:

<mf-img mf-format="png" mf-id="123">

0.2.1

28 Aug 06:40
Compare
Choose a tag to compare

Use protocol relative URLs

0.2.0

12 Aug 13:23
Compare
Choose a tag to compare

Adds bower.json

0.1.0

12 Aug 12:11
Compare
Choose a tag to compare

Initial release