Skip to content

Releases: imgix/js-core

2.1.1

04 Sep 00:48
Compare
Choose a tag to compare
  • fix: include dpr parameter when generating fixed-width srcset (#59)

2.1.0

29 Jul 01:48
Compare
Choose a tag to compare
  • feat: add srcset generation (#53)

2.0.0

06 Jun 22:26
Compare
Choose a tag to compare
  • fix: remove deprecated domain sharding functionality (#42)
  • fix: remove deprecated settings.host (#45)

1.4.1

17 Jun 22:59
Compare
Choose a tag to compare
  • fix: allow ImgixClient to be initialized by using the deprecated host argument (#49)

1.4.0

05 Jun 23:34
Compare
Choose a tag to compare
  • docs: deprecate settings.domains (#43)
  • feat: add settings.domain argument (#44)

1.3.0

07 May 22:42
Compare
Choose a tag to compare
  • deprecate domain sharding (#39)

1.2.1

09 Mar 01:29
Compare
Choose a tag to compare
  • fix: add domain validation during ImgixClient initialization (#37)

1.2.0

09 Aug 00:13
Compare
Choose a tag to compare
  • Added support for domain sharding

1.1.1

01 Nov 14:39
Compare
Choose a tag to compare
  • Fixed an issue with the Base64 dependency when ImgixClient is initialized from the first case (see PR #30)

1.1.0

28 Aug 15:23
Compare
Choose a tag to compare
  • Updated the path-handling code to more closely adhere to the documented behavior. Previously, the library would attempt to detect whether a given path was pre-encoded or not and handle it accordingly. This undocumented behavior led to inconsistencies in outputs and has been removed.
  • Fixed a bug where spaces in relative path names were not being properly encoded.