Skip to content

Releases: KeyteqLabs/angular-mediaflow

1.1.0

Choose a tag to compare

@nervetattoo nervetattoo released this 15 Jan 13:29
  • 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

Choose a tag to compare

@nervetattoo nervetattoo released this 29 Sep 10:06

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

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

0.2.1

Choose a tag to compare

@nervetattoo nervetattoo released this 28 Aug 06:40

Use protocol relative URLs

0.2.0

Choose a tag to compare

@nervetattoo nervetattoo released this 12 Aug 13:23

Adds bower.json

0.1.0

Choose a tag to compare

@nervetattoo nervetattoo released this 12 Aug 12:11

Initial release