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

Releases: zillow/create-react-styleguide

v8.2.1

18 Aug 01:02
Compare
Choose a tag to compare

Bug Fixes

  • dual package extensions (261950f)

v8.2.0

12 Apr 17:03
Compare
Choose a tag to compare

Features

  • add CSS files to side effects in order to tree-shake CSS imports (37c973d)

v8.1.1

25 Feb 21:31
Compare
Choose a tag to compare

Bug Fixes

  • conditional exports (bb0076b)
  • replicate across all formats (1c5e19e)

v8.1.0

03 Feb 19:32
Compare
Choose a tag to compare

Features

  • run build tasks in parallel (ddb49c8)

v8.0.0

22 Dec 19:12
Compare
Choose a tag to compare

Features

  • add prettier config support (03d4fb1)

Bug Fixes

  • do not install husky in CI pipeline (316e14f)
  • only run eslint and test during prepublish script (f0c5ac7)
  • update husky config to match v7 (387d0b8)

Build System

  • add .nvmrc with Node 14 (3c51977)
  • add rollup support, update configs, and dependencies (87d7b59)
  • drop IE11 support (3704937)
  • move bin and lib to root and remove build process for CRS itself (3ec932b)

Hello jest! Goodbye nwb!

31 Jul 22:55
Compare
Choose a tag to compare
  • Karma has been replaced with Jest as the default test runner
  • nwb has been removed as a dependency making downloads a lot faster

0.0.13

23 Jul 20:14
Compare
Choose a tag to compare

Fixed display of author meta data when author is an object.

Expose styleguide meta data

23 Jul 19:49
Compare
Choose a tag to compare
  • The following meta data from the package.json file will now be displayed in the living styleguide
    • version
    • author
    • homepage
  • You can create an optional STYLEGUIDE.md file that will be used as an overall introduction to your module's components