Releases: theisel/yoot
Releases · theisel/yoot
@yoot/shopify@0.3.6
Patch Changes
- e5ae64a: Docs: Corrected the
Node / NPMinstallation instructions to explicitly include the@yoot/yootpeer dependency, ensuring proper module resolution in Node environments.
@yoot/sanity@0.3.6
Patch Changes
- e5ae64a: Docs: Corrected the
Node / NPMinstallation instructions to explicitly include the@yoot/yootpeer dependency, ensuring proper module resolution in Node environments.
@yoot/imgix@0.3.6
Patch Changes
- e5ae64a: Docs: Corrected the
Node / NPMinstallation instructions to explicitly include the@yoot/yootpeer dependency, ensuring proper module resolution in Node environments.
@yoot/cloudinary@0.3.6
Patch Changes
- e5ae64a: Docs: Corrected the
Node / NPMinstallation instructions to explicitly include the@yoot/yootpeer dependency, ensuring proper module resolution in Node environments.
@yoot/yoot@0.5.1
Patch Changes
- d08f71f: Fixes
getImgAttrshelper where thesizesattribute wasn't returned when thesrcSetBuilderwas provided.
@yoot/shopify@0.3.5
Patch Changes
- Updated dependencies [d08f71f]
- @yoot/yoot@0.5.1
@yoot/sanity@0.3.5
Patch Changes
- Updated dependencies [d08f71f]
- @yoot/yoot@0.5.1
@yoot/imgix@0.3.5
Patch Changes
- Updated dependencies [d08f71f]
- @yoot/yoot@0.5.1
@yoot/cloudinary@0.3.5
Patch Changes
- Updated dependencies [d08f71f]
- @yoot/yoot@0.5.1
@yoot/yoot@0.5.0
Minor Changes
-
93fdbc9: Adds the
toResolvedJSONmethod, 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
YootInputtype with runtime logic, which already supportsnullandundefinedvalues. -
93fdbc9: Corrects the
styleattribute typing to accurately reflect its runtime transformation from an object to a string. -
93fdbc9: Corrects attributes returned by
getSourceAttrshelper:- The
widthandheightattributes now reflect the final transformed dimensions instead of the original. - The
typeattribute is no longer being set whenformatdirective isauto.
- The