Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: seek-oss/seek-style-guide-webpack

v3.0.1

27 Nov 01:08
c52e596
Compare
Choose a tag to compare

3.0.1 (2018-11-27)

Bug Fixes

  • Disable removing viewBox attribute from svgs (#46) (c52e596)

v3.0.0

16 Nov 04:27
002be06
Compare
Choose a tag to compare

3.0.0 (2018-11-16)

Features

  • decorateClientConfig: Upgrade to version 4 (#45) (002be06)

BREAKING CHANGES

  • decorateClientConfig: Removed the client decorator option extractTextPlugin in favour of
    cssOutputLoader. Also upgrading from webpack 3 to 4 so any plugins/loaders would need to be
    supported by 4.

v2.2.0

04 Feb 22:36
3248fa1
Compare
Choose a tag to compare

2.2.0 (2018-02-04)

Features

  • index: Added plugin to strip flow types (#41) (3248fa1)

v2.1.5

04 Dec 23:50
cbf2232
Compare
Choose a tag to compare

2.1.5 (2017-12-04)

Bug Fixes

  • validation: Error on legacy module loaders config (#36) (cbf2232)

v2.1.4

01 Nov 02:47
8d632e1
Compare
Choose a tag to compare

2.1.4 (2017-11-01)

Bug Fixes

  • package: Add missing SVGO dependency, pinned to older version (#30) (8d632e1)

v2.1.3

01 Nov 01:09
Compare
Choose a tag to compare

2.1.3 (2017-11-01)

Bug Fixes

  • icons: Revert SVGO & svgo-loader upgrade (#29) (4538851)

v2.1.2

31 Oct 03:02
Compare
Choose a tag to compare

2.1.2 (2017-10-31)

Bug Fixes

  • package: Add missing SVGO dependency, update svgo-loader to v2.0.0 (#28) (763ca13)

v2.1.1

26 Oct 23:46
Compare
Choose a tag to compare

2.1.1 (2017-10-26)

Bug Fixes

  • decorateClientConfig: Make config object optional (#27) (c66eaf2)

v2.1.0

26 Oct 05:09
Compare
Choose a tag to compare

2.1.0 (2017-10-26)

Bug Fixes

  • browserslist: Use browserslist-config-seek (#22) (5b05e04)
  • deps: Upgrade dependencies (#16) (4937caa)
  • travis: Removed conflicting node version between .travis.yml & .nvmrc (#26) (ae9cc47)

Features

  • cssSelectorPrefix: Add cssSelectorPrefix option (#25) (cb00500)

v2.0.3

10 Oct 23:18
Compare
Choose a tag to compare

<a name"2.0.3">

2.0.3 (2017-10-10)

Bug Fixes