Skip to content

Releases: crystal-ball/svg-symbol-sprite-loader

v5.0.0

19 Apr 03:43
Compare
Choose a tag to compare

💥 Breaking Changes!

  • Version 4 of html-webpack-plugin is required if using injectSpriteId

v4.0.0

26 Dec 17:49
Compare
Choose a tag to compare

4.0.0 (2019-12-26)

💥 Breaking Changes!

  • Cheerio used jQuery like selectors, and it's possible the new AST parsing may be
    missing edge case handling

✨ Update

Chore

v3.3.0

19 Nov 03:06
Compare
Choose a tag to compare

3.3.0 (2019-11-19)

✨ Update

  • Package dependencies to v16.12.0 🆙 (#47)(5656aa5), closes #47

Docs, Upgrade, Chore

v3.2.0

28 Jul 15:03
Compare
Choose a tag to compare

3.2.0 (2019-07-28)

✨ Update

chore

v3.1.0

22 Jan 00:25
5d7051a
Compare
Choose a tag to compare

3.1.0 (2019-01-22)

Features

v3.0.0

12 Dec 01:16
657afcc
Compare
Choose a tag to compare

3.0.0 (2018-12-11)

Release updates the loader and plugin to align more closely with webpack community standards by not including a content hash in output filenames by default. A useCache flag has been added to the browser icon sprite loader and file hashing is now opt-in for production envs.

BREAKING CHANGE:

The sprite filename is no longer hashed by default and must be opted in to

v2.1.0

17 Jun 04:30
Compare
Choose a tag to compare

2.1.0 (2018-06-17)

Features

  • include options default object (8789708)

v2.0.0

14 Jun 02:45
9bb07b8
Compare
Choose a tag to compare

2.0.0 (2018-06-14)

Features

  • loader: updated icon-sprite-loader to allow for fetch options to be configured (d10c12b)

  • Merge pull request #14 from Swagetha/fetch-options (9bb07b8), closes #14

BREAKING CHANGES

  • The iconSpriteLoader function signature has been changed and accepts a single object parameter.
  • loader: iconSpriteLoader now accepts a single parameter that is an object of options. The parameter
    customSpriteId has been moved into the options parameter.

v1.1.0

24 May 14:20
Compare
Choose a tag to compare

1.1.0 (2018-05-24)

Bug Fixes

  • plugin: include public path if specified in webpack output configs 👍 (04d64f6)

Features

  • update package dependencies ⬆️ (#10) (d2ebacd)

V1 - Stable feature support

22 Apr 00:29
Compare
Choose a tag to compare

The library features and APIs are now stabilized and any updates will follow strict semver 🎉

If you were using v0.4.0, the following updates were made:

  • The main package entry now exports the loader with the plugin as a property, this allows easy use of the plugin without an import file path (see README).
  • A browser package entry was added that points to the local storage cacher/loader module, this allows easy import of the icon sprite cacher/loader module into an app.
  • The plugin default injects ICON_SPRITE_ID to the window using HTML webpack plugin, this is
    automatically picked up by localstorage loader, but can be overridden.
  • Experimental extract ids loader capability removed, it was too buggy.
  • The loader accepts a loaderTemplate config option for template return values.
  • The plugin defaults to appending a sprite content hash to the filename and injecting to head using HTML webpack plugin.