Skip to content

v1.10.2 Replaces color select with color picker, replaces video url with media selector, fixes sitemap.xml url's

Latest
Compare
Choose a tag to compare
@jeremyagabriel jeremyagabriel released this 15 Jan 06:02
· 3 commits to main since this release
82a2719

Fix:

Improvement:

  • Changes all color schema fields from a select list of theme colors to the color picker field [commit]

    • Passes in a default array of theme hex codes for quicker selection with the color picker
    • Updates HeroContent to use <style> to accommodate different text colors between mobile and desktop, as a caveat of the new color picker
    • Changes the grayscale default theme colors to neutral- for generalized semantics for different themes
  • Changes all video url text fields to use the image (i.e. media) schema field, which accepts video; Updates some video cms data [commit]

    • Adds video option to Banner section
    • Renames ImageCms type to MediaCms
    • Switches all mention/use of src with url to better follow Shopify pattern