From 1986eca25d4f2c94b18f2779951949c34f751a82 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Mon, 19 Feb 2018 22:45:36 +0200 Subject: [PATCH] chore(release): 3.0.1 --- CHANGELOG.md | 156 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 158 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724c1055..7a18025a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,162 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.0.1](https://github.com/Metnew/suicrux/compare/v1.3.3...v3.0.1) (2018-02-19) + + +### Bug Fixes + +* **actions:** fix awral config ([e729bee](https://github.com/Metnew/suicrux/commit/e729bee)) +* **actions:** fix Awral configuration ([7344e04](https://github.com/Metnew/suicrux/commit/7344e04)) +* **actions:** in awral fix this.fail ([af4ae75](https://github.com/Metnew/suicrux/commit/af4ae75)) +* **actions:** insert awral directly in project ([1a79238](https://github.com/Metnew/suicrux/commit/1a79238)) +* **actions:** no pending for Login Auth ([84f8aa8](https://github.com/Metnew/suicrux/commit/84f8aa8)) +* **actions-common:** remove flowtypes ([7911160](https://github.com/Metnew/suicrux/commit/7911160)) +* **actions-layout:** remove flow types, update test, open -> toggle ([bad63f8](https://github.com/Metnew/suicrux/commit/bad63f8)) +* **actions-links:** don't handle REJECTED action, update tests ([5a7d262](https://github.com/Metnew/suicrux/commit/5a7d262)) +* **actions/links:** fix flow types ([f471a58](https://github.com/Metnew/suicrux/commit/f471a58)) +* **actoins:** fix tests ([ad3fcf6](https://github.com/Metnew/suicrux/commit/ad3fcf6)) +* **api:** commented checkStatus func ([dd3110b](https://github.com/Metnew/suicrux/commit/dd3110b)) +* **api-links:** update links ([4921e7e](https://github.com/Metnew/suicrux/commit/4921e7e)) +* **api-utils:** simplified json parsing for request ([b88f800](https://github.com/Metnew/suicrux/commit/b88f800)) +* **api/utils:** fix FormData reqs, add fetch `mode` ([0ce99be](https://github.com/Metnew/suicrux/commit/0ce99be)) +* **app:** add scss import as an example ([acc1db6](https://github.com/Metnew/suicrux/commit/acc1db6)) +* **app:** remove routes from configure_* funcs ([8bf5a0f](https://github.com/Metnew/suicrux/commit/8bf5a0f)) +* **app-container:** fix react warning about no "key" in aStyledDimmer ([94d10ae](https://github.com/Metnew/suicrux/commit/94d10ae)) +* **babel:** add ie10 as target ([ec2cff2](https://github.com/Metnew/suicrux/commit/ec2cff2)) +* **babel:** use stage-0 ([22e28bc](https://github.com/Metnew/suicrux/commit/22e28bc)) +* **client:** disable react-hot-loader warnings ([46fb13e](https://github.com/Metnew/suicrux/commit/46fb13e)) +* **client:** log initial state ([50ba267](https://github.com/Metnew/suicrux/commit/50ba267)) +* **client-entry:** remove flowtypes ([bffb163](https://github.com/Metnew/suicrux/commit/bffb163)) +* **components:** fix rendering of Redirects in RoutingWrapper ([4b72701](https://github.com/Metnew/suicrux/commit/4b72701)) +* **components:** in Root don't pass store to RoutingWrapper ([4c15942](https://github.com/Metnew/suicrux/commit/4c15942)) +* **components:** in Sidebar use getLayoutMobileStatuses ([dfb6eb0](https://github.com/Metnew/suicrux/commit/dfb6eb0)) +* **components:** remove components tests ([91fa196](https://github.com/Metnew/suicrux/commit/91fa196)) +* **components:** RoutingWrapper -> container, render only allowed routes ([d6b3a05](https://github.com/Metnew/suicrux/commit/d6b3a05)) +* **componets:** in Sidebar don't pass routing as props ([d35af3b](https://github.com/Metnew/suicrux/commit/d35af3b)) +* **containers:** add "id" property to Login inputs ([d6c3beb](https://github.com/Metnew/suicrux/commit/d6c3beb)) +* **containers:** fix sticky footer on FF ([77f37ca](https://github.com/Metnew/suicrux/commit/77f37ca)) +* **containers:** in App use getLayoutMobileStatuses selector ([70bbf9d](https://github.com/Metnew/suicrux/commit/70bbf9d)) +* **containers:** make Dashboard simpler ([2384c6b](https://github.com/Metnew/suicrux/commit/2384c6b)) +* **containers:** remove LinksComponent ([0e97e37](https://github.com/Metnew/suicrux/commit/0e97e37)) +* **containers:** remove unused LoginComponent ([7e60d32](https://github.com/Metnew/suicrux/commit/7e60d32)) +* **containers:** rename LinkItemComponent -> LinkItem ([2b33eac](https://github.com/Metnew/suicrux/commit/2b33eac)) +* **dashboard:** remove "dumb container" ([653cc93](https://github.com/Metnew/suicrux/commit/653cc93)) +* **eslint:** disable "jsx-a11y/label-has-for" rule ([5e5c950](https://github.com/Metnew/suicrux/commit/5e5c950)) +* **eslint:** remove jsx-a11y plugin ([3c36429](https://github.com/Metnew/suicrux/commit/3c36429)) +* **flow:** fix flow errors ([c39f5ae](https://github.com/Metnew/suicrux/commit/c39f5ae)) +* **footer:** update footer component ([69e8f5f](https://github.com/Metnew/suicrux/commit/69e8f5f)) +* **footer:** update footer snapshot ([0d61178](https://github.com/Metnew/suicrux/commit/0d61178)) +* **header:** remove `isMobile` prop handling ([b0fd734](https://github.com/Metnew/suicrux/commit/b0fd734)) +* **jest:** add envs in jest setup script ([745dffd](https://github.com/Metnew/suicrux/commit/745dffd)) +* **link-item:** move LinkItem to /components folder ([af60e17](https://github.com/Metnew/suicrux/commit/af60e17)) +* **links-api:** getLinksAPI use absolute url ([5c42199](https://github.com/Metnew/suicrux/commit/5c42199)) +* **links-container:** update links container ([5ea7b4b](https://github.com/Metnew/suicrux/commit/5ea7b4b)) +* **links-reducer:** fix tests, don't handle REJECTED action ([ecb9750](https://github.com/Metnew/suicrux/commit/ecb9750)) +* **links-reducer:** update reducer and tests ([5d0262c](https://github.com/Metnew/suicrux/commit/5d0262c)) +* **manifest:** add correct start_url property ([59da7fb](https://github.com/Metnew/suicrux/commit/59da7fb)) +* **manifest:** remove icons field ([9980614](https://github.com/Metnew/suicrux/commit/9980614)) +* **manifest:** start_url: "." ([7d78b12](https://github.com/Metnew/suicrux/commit/7d78b12)) +* **notfound-container:** remove unused var ([8bce8e4](https://github.com/Metnew/suicrux/commit/8bce8e4)) +* **package:** bump version to current ([cb7d127](https://github.com/Metnew/suicrux/commit/cb7d127)) +* **package:** move pseudossl to optinalDeps ([c6c2146](https://github.com/Metnew/suicrux/commit/c6c2146)) +* **package:** move unused deps to optionalDeps ([0ab1e75](https://github.com/Metnew/suicrux/commit/0ab1e75)) +* **package:** remove awral ([9952102](https://github.com/Metnew/suicrux/commit/9952102)) +* **package:** remove jwt-decode ([4d80f56](https://github.com/Metnew/suicrux/commit/4d80f56)) +* **package:** remove npm run test from prepush ([9a4afc6](https://github.com/Metnew/suicrux/commit/9a4afc6)) +* **package:** update chokidar to version 2.0.0 ([b2deda8](https://github.com/Metnew/suicrux/commit/b2deda8)) +* **package:** update deps ([d89991b](https://github.com/Metnew/suicrux/commit/d89991b)) +* **package:** update packages ([05bb1c6](https://github.com/Metnew/suicrux/commit/05bb1c6)) +* **package:** update semantic-ui-react to version 0.77.0 ([a4dc873](https://github.com/Metnew/suicrux/commit/a4dc873)) +* **package:** update semantic-ui-react to version 0.78.0 ([b150321](https://github.com/Metnew/suicrux/commit/b150321)) +* **package:** update styled-components to version 3.0.0 ([03d70d8](https://github.com/Metnew/suicrux/commit/03d70d8)) +* **package:** update versions ([b11348c](https://github.com/Metnew/suicrux/commit/b11348c)) +* **package:** use [@commitlint](https://github.com/commitlint)/config-(angular -> conventional) ([b3a80d9](https://github.com/Metnew/suicrux/commit/b3a80d9)) +* **package:** use config-(angular -> conventional) ([4e0c96c](https://github.com/Metnew/suicrux/commit/4e0c96c)) +* **reducers:** don't handle LOGIN_AUTH_PENDING ([ca39340](https://github.com/Metnew/suicrux/commit/ca39340)) +* **reducers:** fix tests ([b260685](https://github.com/Metnew/suicrux/commit/b260685)) +* **reducers:** in links fix GET_LINKS_FAIL ([4a5f6bb](https://github.com/Metnew/suicrux/commit/4a5f6bb)) +* **reducers:** update rootReducer creation ([5b78ac3](https://github.com/Metnew/suicrux/commit/5b78ac3)) +* **reducers-links:** update to promise-middleware ([56a26a7](https://github.com/Metnew/suicrux/commit/56a26a7)) +* **root:** move root to /components ([0107754](https://github.com/Metnew/suicrux/commit/0107754)) +* **routing:** make 404 lazy for server too ([6345592](https://github.com/Metnew/suicrux/commit/6345592)) +* **routing:** make all routes non lazy ([06528b6](https://github.com/Metnew/suicrux/commit/06528b6)) +* **routing:** move routes array to index.js ([2f4b3ce](https://github.com/Metnew/suicrux/commit/2f4b3ce)) +* **routingwrapper:** remove old routingwrapper ([78a53ad](https://github.com/Metnew/suicrux/commit/78a53ad)) +* **selectors:** remove getWindowInnerWidth selector ([3d037a0](https://github.com/Metnew/suicrux/commit/3d037a0)) +* **selectors:** remove unused selectors ([a5600f4](https://github.com/Metnew/suicrux/commit/a5600f4)) +* **server:** make ssr properly return 404 ([4123286](https://github.com/Metnew/suicrux/commit/4123286)) +* **server:** close chokidar watcher when stats file found ([5fbb823](https://github.com/Metnew/suicrux/commit/5fbb823)) +* **server:** fix initialState creation ([82c73c4](https://github.com/Metnew/suicrux/commit/82c73c4)) +* **server:** fix stats reading ([c358e0f](https://github.com/Metnew/suicrux/commit/c358e0f)) +* **server:** lil style fix ([8e811fa](https://github.com/Metnew/suicrux/commit/8e811fa)) +* **server:** make i18n less complex ([8cbd0f4](https://github.com/Metnew/suicrux/commit/8cbd0f4)) +* **server:** make ssr properly returns 404 ([972580d](https://github.com/Metnew/suicrux/commit/972580d)) +* **server:** move entry to src/index ([cff2618](https://github.com/Metnew/suicrux/commit/cff2618)) +* **server:** move server creation to ./server/index ([2eefb8f](https://github.com/Metnew/suicrux/commit/2eefb8f)) +* **server:** remove auth endpoint ([9a35cbe](https://github.com/Metnew/suicrux/commit/9a35cbe)) +* **server:** remove safeStringifiedState from HTMLComponent ([106fef0](https://github.com/Metnew/suicrux/commit/106fef0)) +* **server:** use language middleware instead of user middleware ([554bef0](https://github.com/Metnew/suicrux/commit/554bef0)) +* **sidebar:** remove unused vars ([61e93ec](https://github.com/Metnew/suicrux/commit/61e93ec)) +* **ssr:** remove `faviconsAssets`, adapt to renderToString ([31bbb0f](https://github.com/Metnew/suicrux/commit/31bbb0f)) +* **styles:** make media grid compatible with SUI ([c138972](https://github.com/Metnew/suicrux/commit/c138972)) +* **styles:** make theme less complex ([14ed15d](https://github.com/Metnew/suicrux/commit/14ed15d)) +* **styles:** remove .pushable from global styles ([3f2cc04](https://github.com/Metnew/suicrux/commit/3f2cc04)) +* **webpack:** eslint fixes ([ef81ab5](https://github.com/Metnew/suicrux/commit/ef81ab5)) +* **webpack:** get INSPECT_ENABLED from process.env ([88fded3](https://github.com/Metnew/suicrux/commit/88fded3)) +* **webpack:** prevent server from handling css ([62d1462](https://github.com/Metnew/suicrux/commit/62d1462)) +* **webpack_config:** add publicPath in webpack server config ([bb91d69](https://github.com/Metnew/suicrux/commit/bb91d69)) +* **webpack_config:** clean autodll libraries list ([e289153](https://github.com/Metnew/suicrux/commit/e289153)) +* **webpack_config:** GA_ID/sentr to global conf, add BASE_API_SSR var ([c836e7c](https://github.com/Metnew/suicrux/commit/c836e7c)) +* merge ([71f0339](https://github.com/Metnew/suicrux/commit/71f0339)) +* **webpack_config:** remove unused alias from webpack.isomorphic ([d30c0f8](https://github.com/Metnew/suicrux/commit/d30c0f8)) +* **webpack-server:** fix previous merge ([5a4bf33](https://github.com/Metnew/suicrux/commit/5a4bf33)) +* merge master ([5528074](https://github.com/Metnew/suicrux/commit/5528074)) +* merge master ([d84d865](https://github.com/Metnew/suicrux/commit/d84d865)) +* remove unnecessary components/actions/reducers ([209164b](https://github.com/Metnew/suicrux/commit/209164b)) + + +### Features + +* **sidebar:** new sidebar component ([f2ed57e](https://github.com/Metnew/suicrux/commit/f2ed57e)) +* make Sidebar and Header autonomous containers ([9b8192a](https://github.com/Metnew/suicrux/commit/9b8192a)) +* **404-page:** update NotFound container ([db0a0fa](https://github.com/Metnew/suicrux/commit/db0a0fa)) +* **actions:** add Awral directly to project ([9e34091](https://github.com/Metnew/suicrux/commit/9e34091)) +* **actions:** layout - OPEN/CLOSE_SIDEBAR -> TOGGLE_SIDEBAR ([fbcfc67](https://github.com/Metnew/suicrux/commit/fbcfc67)) +* **actions:** pass `meta` to LOGIN_AUTH_SUCCESS ([e2de72f](https://github.com/Metnew/suicrux/commit/e2de72f)) +* **actions-links:** use promise-middleware, fix tests ([66e70f4](https://github.com/Metnew/suicrux/commit/66e70f4)) +* **api-utils:** make xhr wrapper less complex ([1b4dfe3](https://github.com/Metnew/suicrux/commit/1b4dfe3)) +* **app-container:** update container ([3979fd6](https://github.com/Metnew/suicrux/commit/3979fd6)) +* **components:** in header add getLayoutMobileStatuses ([3cd0ce1](https://github.com/Metnew/suicrux/commit/3cd0ce1)) +* **containers:** add data fetching in Links ([2e653e9](https://github.com/Metnew/suicrux/commit/2e653e9)) +* **containers:** rewrite Login using redux-form ([ba56d6d](https://github.com/Metnew/suicrux/commit/ba56d6d)) +* **containers:** simplify Links container, add data fetching ([a303334](https://github.com/Metnew/suicrux/commit/a303334)) +* **header:** new header component ([64c2bb5](https://github.com/Metnew/suicrux/commit/64c2bb5)) +* **package:** add copy-webpack-plugin ([0a9616c](https://github.com/Metnew/suicrux/commit/0a9616c)) +* **package:** add source-map-support ([066d6bf](https://github.com/Metnew/suicrux/commit/066d6bf)) +* **package:** update deps list ([80fac11](https://github.com/Metnew/suicrux/commit/80fac11)) +* **public:** add favicon and robots.txt ([0722c54](https://github.com/Metnew/suicrux/commit/0722c54)) +* **reducer-layout:** update layout reducer and test ([db2d698](https://github.com/Metnew/suicrux/commit/db2d698)) +* **reducers:** add `metarouter` reducer ([eaeffed](https://github.com/Metnew/suicrux/commit/eaeffed)) +* **reducers:** simplify redurecers, remove metarouter ([7bc8676](https://github.com/Metnew/suicrux/commit/7bc8676)) +* **root:** dispatch APP_INIT and render only once ([343e982](https://github.com/Metnew/suicrux/commit/343e982)) +* **routing:** add `exact` and `strict` in `getMetaRoutes` selector ([ba143a6](https://github.com/Metnew/suicrux/commit/ba143a6)) +* **routing:** add getMetaRoutes func ([44732f4](https://github.com/Metnew/suicrux/commit/44732f4)) +* **routingwrapper:** get routes directly in routingwrapper ([2391b7d](https://github.com/Metnew/suicrux/commit/2391b7d)) +* update locals and project's title ([7587dd2](https://github.com/Metnew/suicrux/commit/7587dd2)) +* **selectors:** fix getAuthState, add getLayoutMobileStatuses selector ([757c302](https://github.com/Metnew/suicrux/commit/757c302)) +* **server:** use API_PREFIX env var for api prefix ([00ff85c](https://github.com/Metnew/suicrux/commit/00ff85c)) +* **ssr:** render Helmet on server ([3378ff6](https://github.com/Metnew/suicrux/commit/3378ff6)) +* **ssr:** render Helmet on server in ([97808c5](https://github.com/Metnew/suicrux/commit/97808c5)) +* **ssr:** renderToString instead of renderToStream ([a7a7843](https://github.com/Metnew/suicrux/commit/a7a7843)) +* **static:** move locals to static ([5525c6f](https://github.com/Metnew/suicrux/commit/5525c6f)) +* **webpack:** add copy-webpack-plugin ([f2148d9](https://github.com/Metnew/suicrux/commit/f2148d9)) +* **webpack:** update webpack dev mode ([989ec69](https://github.com/Metnew/suicrux/commit/989ec69)) +* **webpack_config:** default BASE_API is not relative ([e6ef3ca](https://github.com/Metnew/suicrux/commit/e6ef3ca)) + + + # [3.0.0](https://github.com/Metnew/suicrux/compare/v1.3.3...v3.0.0) (2018-02-19) diff --git a/package-lock.json b/package-lock.json index 80881cc4..a045c825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "suicrux", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e44cd660..3ebaacc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suicrux", - "version": "3.0.0", + "version": "3.0.1", "main": "src/client/index.jsx", "description": "Ultimate universal starter with code-splitting, server-side rendering and i18n", "dependencies": {