Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/slate-analytics

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/slate-analytics - npm Package Versions

23

1.0.0-beta.16

Diff

Changelog

Source

v1.0.0-beta.16 (2019-03-05)

:rocket: Enhancement
  • slate-tools
    • #953 Hide Shopify preview bar. (@huguestennier)
  • slate-sections-plugin, slate-tools
:house: Internal
Committers: 3
thomaskelly
published 1.0.0-beta.15 •

Changelog

Source

v1.0.0-beta.15 (2019-02-11)

:bug: Bug Fix
  • slate-tools
    • #967 Resolve Windows Slashes for styles and script tags snippets.. (@YourWishes)
  • slate-analytics
    • #925 Update analytics to refer to betainstead of alpha. (@t-kelly)
:memo: Documentation
:house: Internal
  • slate-tools
    • #923 Fix cli:start and start:start analytics events. (@t-kelly)
:wrench Config
  • slate-env, slate-sync
    • #968 Expose request timeout of themekit in .env. (@Liroo)
Committers: 4
thomaskelly
published 1.0.0-beta.14 •

Changelog

Source

v1.0.0-beta.14 (2018-11-22)

:bug: Bug Fix
  • slate-tools
  • slate-cssvar-loader
    • #878 Add check for hyphens in Liquid style tag for CSS custom properties. (@chrisberthe)
Committers: 2
thomaskelly
published 1.0.0-beta.13 •

Changelog

Source

v1.0.0-beta.13 (2018-11-16)

:rocket: Enhancement
:bug: Bug Fix
  • slate-tools
    • #877 Fix style-tags.liquid so it points to correct styleLiquid path. (@t-kelly)
Committers: 2
thomaskelly
published 1.0.0-beta.12 •

Changelog

Source

v1.0.0-beta.12 (2018-10-25)

:broken_heart: Breaking

All pre-exisiting logic and operations that were performed to folders inside the the src/assets directory has been removed. All contents of the assets folder are now statically copied to the dist/assets folder.

The src/assets/scripts directory has moved to src/scripts.

The src/assets/styles directory has moved to src/styles.

SVGs contained in the src/assets/svgs directory, which were copied to the dist/snippets directory and renamed to .liquid files, should now be moved into the src/snippets directory and manually renamed with a .liquid extension. This will allows these SVGs to continue to be inlined into your theme via the {% include %} tag.

Referencing assets via relative paths, e.g. <img src"{{ '../assets/images/my-image.jpg' | asset_url }} />, has been replaced by native Shopify asset references, e.g. <img src"{{ 'my-image.jpg' | asset_url }} />.

See Pull Request #850 for all the details.

:rocket: Enhancement
:bug: Bug Fix
  • html-webpack-liquid-asset-tags-plugin, slate-config, slate-liquid-asset-loader, slate-tools
  • slate-tools
Committers: 3
thomaskelly
published 1.0.0-beta.11 •

Changelog

Source

v1.0.0-beta.11 (2018-10-16)

:bug: Bug Fix
:house: Internal
Committers: 3
thomaskelly
published 1.0.0-beta.10 •

Changelog

Source

v1.0.0-beta.10 (2018-10-12)

:bug: Bug Fix
  • slate-tools
    • #808 Support customers level template bundles. (@tshamz)
    • #810 Add rule to webpack config to handle .css files. (@t-kelly)
  • slate-env, slate-sync, slate-tools
    • #812 Fix SLATE_USER_EMAIL env variable not being set for all commands. (@t-kelly)
:memo: Documentation
  • slate-env
    • #814 Clarify how the the SLATE_IGNORE_FILES env variable works. (@t-kelly)
:house: Internal
  • slate-tools
    • #815 Remove extra } character in settings-data prompt. (@t-kelly)
Committers: 2
thomaskelly
published 1.0.0-beta.9 •

Changelog

Source

v1.0.0-beta.9 (2018-09-28)

In addition to this beta release, we shipped v1 of theme-cart, a tiny library (<1kb min+gzip that facilitates requests to Shopify's Cart API and makes it easier to manage cart state. Check out the other packages in the repo while you're there too!

:rocket: Enhancement
  • slate-tools
    • #773 Add configuration to disable external testing using local IP. (@t-kelly)
:bug: Bug Fix
:house: Internal
  • Other
  • slate-tools
    • #779 Update dependencies to remove Tapable.plugin warning. (@t-kelly)
Committers: 2
thomaskelly
published 1.0.0-beta.8 •

Changelog

Source

v1.0.0-beta.8 (2018-09-14)

:broken_heart: Breaking

You will need to update your slate.config.js to the new, simplified, more powerful format. For more information see the new Slate Configuration page.

There is no longer seperate development or production configurations. A configuration can return different values for prod or dev by checking if process.env.NODE_ENV === 'production' or process.env.NODE_ENV === 'development'.

:rocket: Enhancement
  • slate-config, slate-cssvar-loader, slate-env, slate-rc, slate-sync, slate-tools
    • #725 Simplify @shopify/slate-config and refactor where it's used. (@t-kelly)
:bug: Bug Fix
  • slate-config
    • #750 Throw any errors that occur in slate.config.js. (@t-kelly)
:memo: Documentation
  • slate-config
:house: Internal
  • slate-config
    • #756 Pass computed default value to slate.config.js functions. (@t-kelly)
  • slate-tools
  • slate-analytics, slate-env, slate-tools
  • slate-config, slate-tools
  • slate-analytics, slate-tools
  • slate-config, slate-cssvar-loader, slate-tools
    • #730 Correct tests to use global.slateUserConfig. (@t-kelly)
Committers: 1
thomaskelly
published 1.0.0-beta.7 •

Changelog

Source

v1.0.0-beta.7 (2018-09-04)

:rocket: Enhancement
  • slate-tools
:bug: Bug Fix
  • slate-tools
Committers: 2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc