Skip to content

Latest commit

 

History

History
193 lines (87 loc) · 8.91 KB

CHANGELOG.md

File metadata and controls

193 lines (87 loc) · 8.91 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0-beta.2 (2021-03-16)

Bug Fixes

  • add svgo plugin to siroc externals (0ee7e7b)

1.0.0-beta.1 (2021-03-16)

Features

0.5.2 (2020-12-02)

Bug Fixes

0.5.1 (2020-10-30)

Bug Fixes

  • always keep modulee alias to prevent storybook error (#207) (ca93aa4)

0.5.0 (2020-10-08)

Features

  • storybook: improve list page & support storybook (db3e719)

Bug Fixes

0.4.12 (2020-09-02)

Bug Fixes

  • icons-page: prevent file not found error (#184) (f43811c)

0.4.11 (2020-06-24)

Bug Fixes

  • Avoid using non-primitive value as key (2cd503c)

0.4.10 (2020-03-11)

Bug Fixes

  • ensure to find correct path of sprites (462b8a4)

0.4.9 (2020-02-08)

Features

  • iconsPath: disable icons list page if path does not provided (c4cc120)

Bug Fixes

0.4.8 (2020-02-06)

Bug Fixes

  • icons-list: drop default namespace in icons list (62d8572)

0.4.7 (2019-12-13)

Bug Fixes

0.4.6 (2019-12-06)

Bug Fixes

  • list-page: support custom output path (7e9d089)

0.4.5 (2019-11-16)

0.4.4 (2019-11-16)

Features

  • icons-list: list all icons in a single page on dev mode (10238c5)
  • icons-list: list all icons in a single page on dev mode (#108) (4425e7c)

0.4.3 (2019-10-18)

Features

  • expose file-loader publicPath (88ee0e3)
  • expose file-loader publicPath (#93) (a28f795)

0.4.2 (2019-09-29)

Features

  • publicPath: configurable publicPath for svg icons (2e24d2b)

0.4.1 (2019-09-26)

Bug Fixes

  • Do not register hooks on start-mode (03ec139)

Features

  • Introduce svgConfig option (8016593)

0.4.0 (2019-09-04)

Features

  • Inline definitions, prevent id conflict (2cfdd21)
  • use functional component (d0fdb25)

0.3.1 (2019-09-02)

Bug Fixes

0.3.0 (2019-08-31)

Bug Fixes

  • remove url-loader && exclude output folder from svg loaders (30ff18a)

Features

  • add viewBox prop to plugin (#27) (5210218)
  • added viewBox prop to module (7706e38)
  • define global and sprite specific class (c1c1711)

0.2.1 (2019-05-26)

Bug Fixes

  • support svg 2 href attribute (f6c1e34), closes #17
  • use PascalCase for component registration name (f0bc974)
  • module: move module initialize to build:before hook (4bb045a), closes #24
  • srcDir: fixes the icon regeneration bug (6931525)
  • styles: inline all styles on optimization phase (569821c), closes #19
  • windows-support: moves the replace function (80c0e33)

0.2.0 (2019-02-16)

Bug Fixes

  • defs: Extract defs from symbols (7af91e5), closes #4
  • svg-rule: reduce url-loader byte limit [#8] (3b221fb)

Features

  • accessibility: support for title and description in svg-icon[#10] (0119fae)