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

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Feb 19, 2018
1 parent 0ab1e75 commit 1986eca
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 2 deletions.
156 changes: 156 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="3.0.1"></a>
## [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 <Html> 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 <App> 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 <Root> 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 <Root> ([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))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/Metnew/suicrux/compare/v1.3.3...v3.0.0) (2018-02-19)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1986eca

Please sign in to comment.