Skip to content

Releases: imgix/js-core

v3.2.2

07 Dec 11:23
Compare
Choose a tag to compare

3.2.2 (2021-12-07)

Bug Fixes

  • deps: update dependency js-base64 to ~3.7.0 (967f62e)

v3.3.1-rc.1

22 Jul 17:55
Compare
Choose a tag to compare
v3.3.1-rc.1 Pre-release
Pre-release

3.3.1-rc.1 (2021-07-22)

Bug Fixes

  • add missing types to _buildSrcSet (b0806cf)

v3.3.0

08 Jul 18:59
Compare
Choose a tag to compare
v3.3.0 Pre-release
Pre-release

3.3.0 (2021-07-08)

Features

  • add srcsetModifiers and clientOptions params (b0d6685)
  • create extractUrl helper (5a5048e)
  • create static buildURL method (9027a82)
  • static buildSrcSet method (ea99366)

v3.3.0-rc.1

07 Jul 19:21
Compare
Choose a tag to compare
v3.3.0-rc.1 Pre-release
Pre-release

3.3.0-rc.1 (2021-07-07)

Features

  • add srcsetModifiers and clientOptions params (b0d6685)
  • create extractUrl helper (5a5048e)
  • create static buildURL method (9027a82)
  • static buildSrcSet method (ea99366)

v3.2.1

28 Jun 21:38
Compare
Choose a tag to compare
  • build: remove stale .d.ts file from dist (#293)

v3.2.0

22 Jun 20:58
Compare
Choose a tag to compare
  • feat: export srcset TypeScript interface (#283)
  • fix: remove "v" prefix from VERSION constant (#289)
  • fix: ensure undefined parameters not added to url (#286)

v3.1.3

25 Mar 21:35
54cde03
Compare
Choose a tag to compare
  • build: declare esm as devDep (#273)

v3.1.2

25 Mar 21:00
f1a5463
Compare
Choose a tag to compare

Changes

The changes in this release have been made in an attempt to improve the consumability of @imgix/js-core. We aim to be as flexible and accommodating as possible by supporting CommonJS, ES6, and UMD modules. If you experience any changes or issues while building with @imgix/js-core, please feel free to reach out with any comments, concerns, and/or tips & tricks.

  • fix: improve error messages for target width validator (#267)
  • build: use js extensions (#269)

v3.1.1

23 Mar 22:28
4a4fe1e
Compare
Choose a tag to compare
  • fix: validate minWidth, maxWidth, widthTolerance (#257)
  • fix: remove type and browser attributes from package.json (#260)
  • build: tell rollup we want to explicitly export default (#262)

v3.1.0

09 Mar 21:59
04d0a23
Compare
Choose a tag to compare
  • fix: typings for ImgixClient.targetWidths (47658bc)