Skip to content

1.1.0

Latest

Choose a tag to compare

@nervetattoo nervetattoo released this 15 Jan 13:29
· 1 commit to master since this release
  • 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