Skip to content

Releases: imgix/vue

v3.0.0-rc.2

10 Mar 17:53
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release

3.0.0-rc.2 (2022-03-10)

Features

  • add absolute url support (500600d)
  • create static build URL and srcset methods (0df05b2)

v3.0.0-rc.1

12 Jan 18:04
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

3.0.0-rc.1 (2022-01-12)

⚠ BREAKING CHANGES

  • Vue 2 syntax and usage no longer compatible

Miscellaneous Chores

  • remove vue-3 compat build (68784ee)

v2.9.0-rc.2

07 Jan 21:01
Compare
Choose a tag to compare
v2.9.0-rc.2 Pre-release
Pre-release

2.9.0-rc.2 (2022-01-07)

v2.9.0

08 Jul 21:43
Compare
Choose a tag to compare

2.9.0 (2021-07-08)

Features

  • create static build URL and srcset methods (3d22bb1)

v2.9.0-rc.1

08 Jul 21:26
Compare
Choose a tag to compare
v2.9.0-rc.1 Pre-release
Pre-release

2.9.0-rc.1 (2021-07-08)

Features

  • use createApp api (7b4dd29)
  • use global api to register components (eb7e1ad)
  • use vue 3 global and composition api in ix-img (0e05aa9)
  • use vue 3 global and composition api in ix-picture (3c3d626)
  • use vue 3 global and composition api in ix-source (619ed84)

Bug Fixes

  • change method name to the correct name (801b53b)
  • use attrs destrucuring to access context (83536d6)

v2.8.4

26 Apr 15:01
Compare
Choose a tag to compare

2.8.4 (2021-04-26)

v2.8.3

17 Mar 22:12
Compare
Choose a tag to compare

2.8.3 (2021-03-17)

v2.8.2

16 Mar 10:45
Compare
Choose a tag to compare

2.8.2 (2021-03-16)

v2.8.1

22 Jul 11:51
Compare
Choose a tag to compare

2.8.1 (2020-07-22)

Bug Fixes

  • picture mode by changing JSX usage in IxPicture and IxSource (97d1255)

v2.8.0

03 Jun 23:42
Compare
Choose a tag to compare

2.8.0 (2020-06-03)

Bug Fixes

  • remove extraneous parameter in ix-source requests (74c9907)
  • small syntax error in disable variable quality (6a76f8f)

Features

  • add fixed prop to specify fixed size images (bba2b0b)
  • implement disableVariableQuality (9f83aae)