Skip to content

Latest commit

 

History

History
450 lines (204 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

450 lines (204 loc) · 17.6 KB

2.1.1 (2020-02-12)

Bug Fixes

  • createConfig: using process.cwd() instead of __dirname (8390378)

2.1.0 (2020-02-12)

Features

  • react-native: Added configuration for react-native and expo applications (e1cc5bf)

2.0.13 (2020-01-29)

Bug Fixes

  • dependencies: upgrade all dependencies (121be6b)

2.0.12 (2020-01-29)

Bug Fixes

  • dependencies: upgrade all dependencies (464c112)

2.0.11 (2019-11-13)

Bug Fixes

  • dependencies: upgrade all dependencies (60cfb84)
  • webpackConfig: using array of 2 for pngquant.quality (9479a7b)

2.0.10 (2019-10-10)

Bug Fixes

  • terser: remove fixed terser (2c3d4af)

2.0.9 (2019-10-10)

Bug Fixes

  • terser: fix terser in dependencies (1c38633)

2.0.8 (2019-10-10)

Bug Fixes

  • terser: fixed 3.1.4 of terser (6d0b287)
  • withRedux: using constructor to initialize state (adf3836)

2.0.7 (2019-09-29)

Bug Fixes

  • lifecycle: replace componentWillMount with componentDidMount or UNSAFE_componentWillMount (3b33f3f)

2.0.6 (2019-09-26)

Bug Fixes

  • dependencies: upgrade react to 16.9.0 and many dependencies (38de73c)

2.0.5 (2019-05-20)

Bug Fixes

  • dependencies: upgrade all dependencies (277b556)

2.0.4 (2019-05-19)

Bug Fixes

  • dependencies: upgrade all dependencies (0bfcf74)

2.0.3 (2019-05-19)

Bug Fixes

  • dependencies: upgrade all dependencies (26f416c)

2.0.2 (2019-04-01)

Bug Fixes

  • dependencies: upgrade all dependencies (529fae2)

2.0.1 (2019-03-11)

Bug Fixes

  • createConfig: do not use moduleAliases directly but webpackConfig.resolve.alias (777c55d)

2.0.0 (2019-03-11)

Features

  • react-styleguidist: Upgrade react-styleguidist v8 to v9 (7491c0d)

BREAKING CHANGES

1.3.19 (2019-03-07)

Bug Fixes

  • import: Since v9.0.6 it was impossible to import $PACKAGE_NAME through webpackConfig.resolve.al (37ca04a)

1.3.18 (2019-03-07)

Bug Fixes

  • config: components now accept index.js when parrent directory is uppercase (44e8955)
  • exampleMode: expand (9d00f08)

1.3.17 (2019-03-07)

Bug Fixes

  • dependencies: updated to rsg-components 2.0.0 and react-styleguidist:9.0.1 (556af5e)
  • dependencies: updated to rsg-components 2.0.0 and react-styleguidist:9.0.1 (f78969f)
  • package.json: updated dependencies + rsg-component for the nice code Higlighting. (6286b87)

1.3.16 (2019-02-25)

Bug Fixes

1.3.15 (2019-02-25)

Bug Fixes

  • dependencies: upgrade all dependencies (cd4eed0)

1.3.14 (2019-02-19)

Bug Fixes

  • dependencies: upgrade all dependencies (5f4c08f)
  • meta: fixed in html template meta for robots (90a77cc)

1.3.13 (2019-02-03)

Bug Fixes

1.3.12 (2019-02-03)

Bug Fixes

  • dependencies: Upgrade rsg-components to v1.1.11 (ed0202a)

1.3.11 (2019-02-03)

Bug Fixes

  • dependencies: install missing loaders (e8b7c4e)

1.3.10 (2019-02-03)

Bug Fixes

  • dependencies: Upgrade rsg-components to v1.1.10 (39dd124)

1.3.9 (2019-02-03)

Bug Fixes

  • dependencies: Upgrade rsg-components and fixed terser 3.14.1 and remove file-loader and style-loader dependencies (6813d5b)

1.3.8 (2019-02-03)

Bug Fixes

  • createConfig: fixed a case when dependencies or devDependencies does not exist in package.json, the createConfig was crashing (6230ec2)

1.3.7 (2019-02-02)

Bug Fixes

  • dependencies: Upgrade all dependencies (b1e2b81)

1.3.6 (2019-01-31)

Bug Fixes

  • dependencies: Upgrade all dependencies to latest (c012ae7)
  • dependencies: Upgrade all to latest (ffd2101)

1.3.5 (2018-12-22)

Bug Fixes

  • createConfig: getComponentPathLine fix (1218ba1)

1.3.4 (2018-12-22)

Bug Fixes

  • createConfig: getComponentPathLine can handle @svgr/webpack path for SVGs (428cb81)

1.3.3 (2018-12-22)

Bug Fixes

  • dependencies: upgrade dependencies (d7f94b4)

1.3.2 (2018-12-21)

Bug Fixes

  • dependencies: uggrade all dependencies (c4091f2)
  • ga: set GA_TRACKING_ID to get analytics (11b570b)

1.3.1 (2018-12-16)

Bug Fixes

  • greenkeeper: do not execute sonar by default (1bf7464)

1.3.0 (2018-12-16)

Features

  • greenkeeper: Added greenkeeper and updated all dependencies (d84f159)

1.2.0 (2018-12-10)

Features

  • options: adding options.js for hooking options (30ce774)

1.1.0 (2018-12-10)

Features

  • themeColor: added option themeColor for adding meta theme color (5d00f35)

1.0.22 (2018-12-09)

Bug Fixes

1.0.21 (2018-12-09)

Bug Fixes

  • dependencies: Upgrade rsg-components to v1.0.14 (343529c)

1.0.20 (2018-12-09)

Bug Fixes

  • dependencies: Update rsg-components and styled-components (7aa4f02)

1.0.19 (2018-12-09)

Bug Fixes

  • createConfig: create config (d56b614)

1.0.18 (2018-12-05)

Bug Fixes

  • documentation: fixing default example having wrong import (94fe0b5)
  • documentation: update documentation (96dc6d4)
  • ribbon: added ribbon url (92a1485)

1.0.17 (2018-12-04)

Bug Fixes

1.0.16 (2018-12-03)

Bug Fixes

  • createConfig: fixing wrong import for default Wrapper and StyleGuide (feb0a32)

1.0.15 (2018-12-03)

Bug Fixes

  • createConfig: fixed default Wrapper and Layout path using __dirname instead of base for their import (6906e6c)

1.0.14 (2018-12-03)

Bug Fixes

  • createConfig: thisPkg was wrong (abd6c8d)

1.0.13 (2018-12-03)

Bug Fixes

  • jsdom: remove sed fix and using updateExample in react-styleguidist configuration (aa265eb)

1.0.12 (2018-12-03)

Bug Fixes

1.0.11 (2018-12-03)

Bug Fixes

  • dependencies: upgrade rsg-components to 1.0.10 (eb844a4)
  • dependencies: upgrade rsg-components to 1.0.10 (3b6d92f)
  • dependencies: upgrade rsg-components to 1.0.10 (89a4b5b)

1.0.10 (2018-12-03)

Bug Fixes

  • loaders: not using internals loaders in this project (95273e3)

1.0.9 (2018-12-03)

Bug Fixes

  • createConfig: added favicons options (bf288a4)
  • documentation: commit (219c9dd)

1.0.8 (2018-12-03)

Bug Fixes

1.0.7 (2018-12-03)

Bug Fixes

  • dependencies: installed dependencies url-loader and file-loader (b159ff6)

1.0.6 (2018-11-30)

Bug Fixes

  • ci: createConfig (232b216)
  • createConfig: adding logs and fix layout configuration (a176337)

1.0.5 (2018-11-30)

Bug Fixes

  • createConfig: fixing loader (8ef1257)

1.0.4 (2018-11-30)

Bug Fixes

  • loaders: fix loaders being wrongly configured (16bd68f)

1.0.3 (2018-11-30)

Bug Fixes

  • createConfig: fix createConfig (f542de8)
  • dependencies: install react react-dom and styled-components as dependencies dependencies (944b00f)
  • dependencies: install react react-dom and styled-components as dependencies dependencies, (ca63c59)

1.0.2 (2018-11-30)

Bug Fixes

  • createConfig: fix bugs on documentation layout and wrapper when auto confiuration happen (b91f8b9)

1.0.1 (2018-11-30)

Bug Fixes

  • doc: improve getting started (bde54b0)

1.0.0 (2018-11-30)

Features

  • documentation: new documentation. this package replace @yeutech-lab/rollup-umd-documentation (34e0171)