Skip to content

Latest commit

 

History

History
844 lines (422 loc) · 37.7 KB

CHANGELOG.md

File metadata and controls

844 lines (422 loc) · 37.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.4.2 (2018-08-01)

Note: Version bump only for package @rexlabs/plz-cli

2.4.1 (2018-07-02)

Bug Fixes

  • plz-cli: Fix false negative issue when forcing a specific port (f4d3197)
  • plz-cli: Remove "Heidi" from component readme template (4bcad21)

2.4.0 (2018-01-29)

Note: Version bump only for package @rexlabs/plz-cli

2.3.6 (2018-01-15)

Bug Fixes

  • plz-cli: Fix global scope issue with bluebird promise setup in react-app template. (afca7f6)

2.3.5 (2017-11-28)

Bug Fixes

  • plz-cli: Blacklist node_modules in babel-jest when runtime compilation is disabled (fefe08e)

2.3.4 (2017-11-28)

Bug Fixes

  • plz-cli: Correct module system (8e3a378)

2.3.3 (2017-11-28)

Bug Fixes

  • plz-cli: Amend runtime compilation checks in Jest (ad3fe9a)

2.3.2 (2017-11-27)

Bug Fixes

  • plz-cli: Remove prod flag for storybook sessions (a8bb9d2)

2.3.1 (2017-11-13)

Bug Fixes

  • plz-cli: Update to jest@^21.2.1 (32e8b22)

2.3.0 (2017-11-07)

Features

  • plz-cli: Add opt-in support for CSS Modules (4ce3fec)

2.2.0 (2017-10-30)

Bug Fixes

  • plz-cli: Re-enable port redirection for serve (b2805ce)

Features

  • plz-cli: Implement sane polyfill & minification minimums (36a059d)

2.1.0 (2017-10-23)

Features

  • plz-cli: Add proxy config to server command (8607502)

2.0.3 (2017-10-20)

Bug Fixes

  • Remove reference to Heidi in project templates (7146e34)

2.0.2 (2017-10-13)

Note: Version bump only for package @rexlabs/plz-cli

2.0.1 (2017-10-12)

Bug Fixes

  • plz-cli: Fix plz create command's handling of project-type (8c005ec)
  • plz-cli: Update module templates with relevant files field (e01fa24)

2.0.0 (2017-10-12)

Features

  • plz-cli: Improve dx with configurability (5ea9f22)

BREAKING CHANGES

  • plz-cli: The "type" config option was changed to "projectType"
  • plz-cli: The "--output-path" option for stories has changed to "--output-dir"
  • plz-cli: Can no longer use nwb.config.js to customise config

1.33.0 (2017-09-26)

Bug Fixes

  • Amend script hooks (62767bc)
  • plz-cli: Update react peer deps to caret range (49b4859)

Features

  • plz-cli: Add --output-path arg to stories (0e093bc)
  • plz-cli: Add --root-path option to stories subcommand (73176c5)
  • plz-cli: Update the react-app template (7d11b6c)

1.32.0 (2017-09-26)

Bug Fixes

  • Amend script hooks (62767bc)
  • plz-cli: Update react peer deps to caret range (49b4859)

Features

  • plz-cli: Add --root-path option to stories subcommand (73176c5)
  • plz-cli: Update the react-app template (7d11b6c)

1.31.0 (2017-09-22)

Bug Fixes

Features

  • plz-cli: Add --root-path option to stories subcommand (73176c5)
  • plz-cli: Update the react-app template (7d11b6c)

1.30.0 (2017-09-13)

Bug Fixes

Features

  • plz-cli: Add --root-path option to stories subcommand (73176c5)

1.27.0 (2017-09-06)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Add tests for all project type paths (7e3846c)
  • plz-cli: Amend order of uglify config for prod mode (e6bc10a)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Compile node_module packages for React Apps (dbb4d12)
  • plz-cli: Customise uglify settings for element-styles compat (90de692)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: fix webpack plugin and source map config + explicitly set node env (7bc44f8)
  • plz-cli: Only include node_modules for babel compilation in prod mode (435e4d9)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)
  • plz-cli: Update minor dependencies (a495fc9)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.26.0 (2017-09-06)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Add tests for all project type paths (7e3846c)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Compile node_module packages for React Apps (dbb4d12)
  • plz-cli: Customise uglify settings for element-styles compat (90de692)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: fix webpack plugin and source map config + explicitly set node env (7bc44f8)
  • plz-cli: Only include node_modules for babel compilation in prod mode (435e4d9)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)
  • plz-cli: Update minor dependencies (a495fc9)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.25.0 (2017-09-06)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Add tests for all project type paths (7e3846c)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Compile node_module packages for React Apps (dbb4d12)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: fix webpack plugin and source map config + explicitly set node env (7bc44f8)
  • plz-cli: Only include node_modules for babel compilation in prod mode (435e4d9)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)
  • plz-cli: Update minor dependencies (a495fc9)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.24.0 (2017-09-06)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Add tests for all project type paths (7e3846c)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Compile node_module packages for React Apps (dbb4d12)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: fix webpack plugin and source map config + explicitly set node env (7bc44f8)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)
  • plz-cli: Update minor dependencies (a495fc9)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.23.0 (2017-08-08)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Add tests for all project type paths (7e3846c)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: fix webpack plugin and source map config + explicitly set node env (7bc44f8)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)
  • plz-cli: Update minor dependencies (a495fc9)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.22.0 (2017-08-01)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Add tests for all project type paths (7e3846c)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: fix webpack plugin and source map config + explicitly set node env (7bc44f8)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.21.0 (2017-07-25)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Add tests for all project type paths (7e3846c)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.20.0 (2017-07-25)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)
  • plz-cli: Replace wrong existence check for Jest runtime compile (bb6a12f)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.19.0 (2017-07-25)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Bump nwb rule config out of raw webpack config (4a6a864)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.18.0 (2017-07-25)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)
  • plz-cli: Ensure webpack doesn't try absolute paths for svgs (d9cdd19)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.17.0 (2017-07-25)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)

Features

  • Build (plz managed) transitive dependencies at runtime (900d132)
  • plz-cli: Add 'svg-react-loader' (a575177)
  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.16.0 (2017-07-23)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)
  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)
  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)

Features

  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)
  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)
  • plz-cli: Add grid background w/ alignStories decorator (be1b269)
  • Build (plz managed) transitive dependencies at runtime (900d132)

1.15.0 (2017-07-21)

Features

  • plz-cli: Add isCentered option to alignStories(options) (cf23f95)

1.14.0 (2017-07-20)

Bug Fixes

  • plz-cli: Dynamic fetching of scaffold metada (6cb7ef6)

1.13.0 (2017-07-20)

Bug Fixes

  • plz-cli: Check for aliases before mapping (56a7bf1)
  • plz-cli: Disable myer reset in stories (2e0c092)

1.12.0 (2017-07-19)

Features

  • plz-cli: add alias translation for jest config to have them available for tests + storyshots (1832487)

1.11.0 (2017-07-19)

Bug Fixes

  • plz-cli: Add css reset to stories (615bc20)

1.10.0 (2017-07-19)

Features

  • plz-cli: Add grid background w/ alignStories decorator (be1b269)

1.9.0 (2017-07-18)

Features

  • plz-cli: Add .alignStories() to storybook api (b439714)

1.8.0 (2017-07-18)

Features

  • plz-cli: Add action addon to storybook (e99d1ab)
  • plz-cli: Optionally source storybook config from packages (1ae3db9)

1.7.2 (2017-07-13)

Bug Fixes

  • form: Add docs, make form more extensible, fix minor issues. (bbda495)
  • heidi-cli,plz-cli: Tighten semver output from cli's (7dae3ab)
  • plz-cli: plz test now handles it's own ungraceful exits (f7702b6)
  • Fix preinstall script for all packages (303c2f5)
  • plz-cli: Consume environment when start commands (f58cb0e)
  • plz-cli: Errors from masked commands now captured (3b007b9)
  • plz-cli: Fix new storybook addons for storyshots (9a4bf41)
  • plz-cli: Fix themed-components props API in template (3dcf409)
  • plz-cli: Fix unintended usage of npm pack rules (b81ee6d)
  • plz-cli: Jest & Storybook configured for loading styles (e038fcd)
  • plz-cli: Remove a circular dependency that broke yarn install (aa39afb)
  • plz-cli: Remove errant first-pass global storybook code (11c2109)
  • plz-cli: Remove harness from newly created component packages (9399231)

Features

  • plz-cli: Add 'type' to 'plz create' (796ca6e)
  • plz-cli: Add plz create --type=react-app (e61f91d)
  • plz-cli: Improve plz stories (1236e5a)
  • plz-cli: Improve writing component stories (6b23c7b)

1.7.1 (2017-07-13)

Bug Fixes

  • plz-cli: plz test now handles it's own ungraceful exits (f7702b6)

1.7.0 (2017-07-11)

Features

  • plz-cli: Add plz create --type=react-app (e61f91d)

1.6.3 (2017-07-07)

Bug Fixes

  • plz-cli: Consume environment when start commands (f58cb0e)

1.6.2 (2017-07-06)

Bug Fixes

  • form: Add docs, make form more extensible, fix minor issues. (bbda495)
  • plz-cli: Errors from masked commands now captured (3b007b9)
  • plz-cli: Jest & Storybook configured for loading styles (e038fcd)

1.6.1 (2017-07-04)

Bug Fixes

  • plz-cli: Fix new storybook addons for storyshots (9a4bf41)

1.6.0 (2017-07-03)

Bug Fixes

  • plz-cli: Remove errant first-pass global storybook code (11c2109)
  • plz-cli: Remove harness from newly created component packages (9399231)

Features

  • plz-cli: Improve writing component stories (6b23c7b)

1.5.0 (2017-06-28)

Features

  • plz-cli: Improve plz stories (1236e5a)

1.4.2 (2017-06-28)

Bug Fixes

  • Fix preinstall script for all packages (303c2f5)
  • plz-cli: Remove a circular dependency that broke yarn install (aa39afb)

1.4.1 (2017-06-20)

Bug Fixes

  • plz-cli: Fix themed-components props API in template (3dcf409)

1.4.0 (2017-06-19)

Bug Fixes

  • heidi-cli,plz-cli: Tighten semver output from cli's (7dae3ab)
  • plz-cli: Fix unintended usage of npm pack rules (b81ee6d)

Features

  • plz-cli: Add 'type' to 'plz create' (796ca6e)

1.3.0 (2017-06-15)

Bug Fixes

  • heidi-cli,plz-cli: Tighten semver output from cli's (7dae3ab)

Features

  • plz-cli: Add 'type' to 'plz create' (796ca6e)