Skip to content

Releases: theisel/yoot

@yoot/shopify@0.3.6

25 Aug 03:03
adad13e

Choose a tag to compare

Patch Changes

  • e5ae64a: Docs: Corrected the Node / NPM installation instructions to explicitly include the @yoot/yoot peer dependency, ensuring proper module resolution in Node environments.

@yoot/sanity@0.3.6

25 Aug 03:03
adad13e

Choose a tag to compare

Patch Changes

  • e5ae64a: Docs: Corrected the Node / NPM installation instructions to explicitly include the @yoot/yoot peer dependency, ensuring proper module resolution in Node environments.

@yoot/imgix@0.3.6

25 Aug 03:03
adad13e

Choose a tag to compare

Patch Changes

  • e5ae64a: Docs: Corrected the Node / NPM installation instructions to explicitly include the @yoot/yoot peer dependency, ensuring proper module resolution in Node environments.

@yoot/cloudinary@0.3.6

25 Aug 03:03
adad13e

Choose a tag to compare

Patch Changes

  • e5ae64a: Docs: Corrected the Node / NPM installation instructions to explicitly include the @yoot/yoot peer dependency, ensuring proper module resolution in Node environments.

@yoot/yoot@0.5.1

02 Jul 01:35
29fd44e

Choose a tag to compare

Patch Changes

  • d08f71f: Fixes getImgAttrs helper where the sizes attribute wasn't returned when the srcSetBuilder was provided.

@yoot/shopify@0.3.5

02 Jul 01:35
29fd44e

Choose a tag to compare

Patch Changes

  • Updated dependencies [d08f71f]
    • @yoot/yoot@0.5.1

@yoot/sanity@0.3.5

02 Jul 01:35
29fd44e

Choose a tag to compare

Patch Changes

  • Updated dependencies [d08f71f]
    • @yoot/yoot@0.5.1

@yoot/imgix@0.3.5

02 Jul 01:35
29fd44e

Choose a tag to compare

Patch Changes

  • Updated dependencies [d08f71f]
    • @yoot/yoot@0.5.1

@yoot/cloudinary@0.3.5

02 Jul 01:35
29fd44e

Choose a tag to compare

Patch Changes

  • Updated dependencies [d08f71f]
    • @yoot/yoot@0.5.1

@yoot/yoot@0.5.0

01 Jul 04:05
bc61f32

Choose a tag to compare

Minor Changes

  • 93fdbc9: Adds the toResolvedJSON method, which returns a fully resolved state object where the directives are computed and normalized.

  • 93fdbc9: BREAKING CHANGE: The behavior of the .toJSON() method has changed.

    .toJSON() now returns a raw copy of the object's state and ignores any previous normalized directives.

    Migration: Use .toResolvedJSON() to get fully resolved and normalized state.

Patch Changes

  • 93fdbc9: Aligns the YootInput type with runtime logic, which already supports null and undefined values.

  • 93fdbc9: Corrects the style attribute typing to accurately reflect its runtime transformation from an object to a string.

  • 93fdbc9: Corrects attributes returned by getSourceAttrs helper:

    • The width and height attributes now reflect the final transformed dimensions instead of the original.
    • The type attribute is no longer being set when format directive is auto.