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

Commit

Permalink
chore(release): 0.1.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Sep 12, 2017
1 parent 2f41c9b commit f3767ee
Show file tree
Hide file tree
Showing 3 changed files with 2,236 additions and 1,626 deletions.
141 changes: 141 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,147 @@

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="0.1.0-alpha.0"></a>
# [0.1.0-alpha.0](https://github.com/Metnew/react-semantic.ui-starter/compare/v3.0.0...v0.1.0-alpha.0) (2017-09-12)


### Bug Fixes

* **.eslintrc:** add jest env for eslint ([7ddfeab](https://github.com/Metnew/react-semantic.ui-starter/commit/7ddfeab))
* **actions/auth:** fix tests, comment "untestable" stuff ([7c2905a](https://github.com/Metnew/react-semantic.ui-starter/commit/7c2905a))
* **actions/layout:** fix layout's actions tests ([b0d2ede](https://github.com/Metnew/react-semantic.ui-starter/commit/b0d2ede))
* **actions/layout:** fix tests ([6357142](https://github.com/Metnew/react-semantic.ui-starter/commit/6357142))
* **actions/posts:** fix tests ([249f4e2](https://github.com/Metnew/react-semantic.ui-starter/commit/249f4e2))
* **actions/users:** fix tests ([91aa905](https://github.com/Metnew/react-semantic.ui-starter/commit/91aa905))
* **api.utils:** don't remove ok property in resultOK, remove old comments ([21409ec](https://github.com/Metnew/react-semantic.ui-starter/commit/21409ec))
* **api/PostsSvc:** fix query string creation ([3798d75](https://github.com/Metnew/react-semantic.ui-starter/commit/3798d75))
* **api/utils:** fix resultOK(), add flow, export wrapped request creators ([f219b2d](https://github.com/Metnew/react-semantic.ui-starter/commit/f219b2d))
* **app/configure_app:** add flow, fix arg ([a8d2ded](https://github.com/Metnew/react-semantic.ui-starter/commit/a8d2ded))
* **app/configure_root:** add flow, add fix for hmr for reducer ([234c817](https://github.com/Metnew/react-semantic.ui-starter/commit/234c817))
* **client/index:** fix arg ([21174b6](https://github.com/Metnew/react-semantic.ui-starter/commit/21174b6))
* **component:** fix exports (from /views to /parts) ([eaafde3](https://github.com/Metnew/react-semantic.ui-starter/commit/eaafde3))
* **components:** remove export * from parts and addons folders ([a596e02](https://github.com/Metnew/react-semantic.ui-starter/commit/a596e02))
* **components/parts:** fix flow applying for components ([e7699c0](https://github.com/Metnew/react-semantic.ui-starter/commit/e7699c0))
* **containers:** use componentDidMount instead of componentWillMount ([d891cd3](https://github.com/Metnew/react-semantic.ui-starter/commit/d891cd3))
* **DashboardCardComponent:** fix a11y issues ([1b512c5](https://github.com/Metnew/react-semantic.ui-starter/commit/1b512c5))
* **Header:** remove (date: Date.now) from formattedMessage ([39a3358](https://github.com/Metnew/react-semantic.ui-starter/commit/39a3358))
* **locals:** make locals minimalistic ([c726e00](https://github.com/Metnew/react-semantic.ui-starter/commit/c726e00))
* **reducers/auth:** fix tests for auth reducer ([44a1965](https://github.com/Metnew/react-semantic.ui-starter/commit/44a1965))
* **reducers/layout:** fix import path of APPLICATION_INIT ([7e8bf15](https://github.com/Metnew/react-semantic.ui-starter/commit/7e8bf15))
* **reducers/layout:** fix tests for layout reducer ([81884a8](https://github.com/Metnew/react-semantic.ui-starter/commit/81884a8))
* **reducers/layout:** fix tests for reducer ([a7aa430](https://github.com/Metnew/react-semantic.ui-starter/commit/a7aa430))
* **reducers/posts:** fix tests for posts reducer ([9ab67f9](https://github.com/Metnew/react-semantic.ui-starter/commit/9ab67f9))
* **reducers/users:** fix tests for users reducer ([64a3a51](https://github.com/Metnew/react-semantic.ui-starter/commit/64a3a51))
* **routing:** add more types, use absolute imports for containers ([55b2699](https://github.com/Metnew/react-semantic.ui-starter/commit/55b2699))
* **server:** remove `import keys`, we don't have https ([36e5e36](https://github.com/Metnew/react-semantic.ui-starter/commit/36e5e36))
* **server/index:** add more flow types ([b6a1a59](https://github.com/Metnew/react-semantic.ui-starter/commit/b6a1a59))
* **server/middlewares/auth:** set req.user's values to false instead of empty ([00cfbaf](https://github.com/Metnew/react-semantic.ui-starter/commit/00cfbaf))
* **Sidebar:** add flow ([6c5fd30](https://github.com/Metnew/react-semantic.ui-starter/commit/6c5fd30))
* **Sidebar:** create SidebarLogo based on Logo component ([d4c4b85](https://github.com/Metnew/react-semantic.ui-starter/commit/d4c4b85))
* **ssr/IndexHTMLComponent:** return string instead of component ([af7aca6](https://github.com/Metnew/react-semantic.ui-starter/commit/af7aca6))
* **UserItemComponent:** fix a11y issues ([be0bb13](https://github.com/Metnew/react-semantic.ui-starter/commit/be0bb13))
* **webpack_config:** remove i18n from alias ([d0a1d5f](https://github.com/Metnew/react-semantic.ui-starter/commit/d0a1d5f))
* **webpack_config/config:** make CLIENT_DIST_PATH non env ([8bd737b](https://github.com/Metnew/react-semantic.ui-starter/commit/8bd737b))
* **webpack_config/server:** fix name of webpackGetCodeOnDone, ([b0394c1](https://github.com/Metnew/react-semantic.ui-starter/commit/b0394c1))
* **webpack_config/server:** fix syntax error ([7bfe31a](https://github.com/Metnew/react-semantic.ui-starter/commit/7bfe31a))
* **webpack.isomorphic:** eslint fixes, add const, selectors, types aliases ([c3b163a](https://github.com/Metnew/react-semantic.ui-starter/commit/c3b163a))
* eslint fixes, small design fixes ([6089114](https://github.com/Metnew/react-semantic.ui-starter/commit/6089114))
* eslint fixes, small design fixes ([7765814](https://github.com/Metnew/react-semantic.ui-starter/commit/7765814))
* fix links to repo ([753848e](https://github.com/Metnew/react-semantic.ui-starter/commit/753848e))
* fix RouteItem type import path ([850f3ca](https://github.com/Metnew/react-semantic.ui-starter/commit/850f3ca))
* formatting, small fixes ([2f41c9b](https://github.com/Metnew/react-semantic.ui-starter/commit/2f41c9b))
* remove "index.js"s which exports all content from folder ([d1b5009](https://github.com/Metnew/react-semantic.ui-starter/commit/d1b5009))
* remove emotion from project ([99f4c95](https://github.com/Metnew/react-semantic.ui-starter/commit/99f4c95))


### Features

* **.babelrc:** add "flow" preset ([34334ba](https://github.com/Metnew/react-semantic.ui-starter/commit/34334ba))
* **.babelrc:** add babel-plugin-webpack-alias in test and development ([fd0a898](https://github.com/Metnew/react-semantic.ui-starter/commit/fd0a898))
* **.babelrc:** add styles and images alias in test env ([0937c73](https://github.com/Metnew/react-semantic.ui-starter/commit/0937c73))
* **.babelrc:** remove plugin-webpack-alias from dev, add module-resolver for test ([30c0685](https://github.com/Metnew/react-semantic.ui-starter/commit/30c0685))
* **.eslintrc:** add react-a11y plugin for eslint ([762fae9](https://github.com/Metnew/react-semantic.ui-starter/commit/762fae9))
* **.eslintrc.json:** add flow plugin for eslnit ([cf421f4](https://github.com/Metnew/react-semantic.ui-starter/commit/cf421f4))
* **actions:** rewrite actions with Flow and redux-thunk ([1b14cc3](https://github.com/Metnew/react-semantic.ui-starter/commit/1b14cc3))
* **actions/auth:** add test to handle LOGIN_AUTH_FAIL, fix LOGIN_AUTH_SUCCESS test ([2185e6e](https://github.com/Metnew/react-semantic.ui-starter/commit/2185e6e))
* **actions/posts:** add userId as param to GET_POSTS ([f9e6724](https://github.com/Metnew/react-semantic.ui-starter/commit/f9e6724))
* **actions/utils:** add Awral prototype ([152a68f](https://github.com/Metnew/react-semantic.ui-starter/commit/152a68f))
* **addons/RouteAuth:** add tests for RouteAuth ([cdb5d80](https://github.com/Metnew/react-semantic.ui-starter/commit/cdb5d80))
* **api:** add flow for /api files ([ab09fe8](https://github.com/Metnew/react-semantic.ui-starter/commit/ab09fe8))
* **client/prod:** remove favicons/preload/babili/sri/html plugins ([1f2815e](https://github.com/Metnew/react-semantic.ui-starter/commit/1f2815e))
* **client/webpack.base:** use favicons and assets plugin in base mode ([952b6e6](https://github.com/Metnew/react-semantic.ui-starter/commit/952b6e6))
* **component/addons:** add flow for components/addons ([350b1fa](https://github.com/Metnew/react-semantic.ui-starter/commit/350b1fa))
* **components/RouteAuth:** use functional component, add flow types ([fe3204f](https://github.com/Metnew/react-semantic.ui-starter/commit/fe3204f))
* **components/RoutingWrapper:** add flow types ([18871c3](https://github.com/Metnew/react-semantic.ui-starter/commit/18871c3))
* **configure_root:** add i18n as props for Root ([04dfa0d](https://github.com/Metnew/react-semantic.ui-starter/commit/04dfa0d))
* **const:** add /const folder which stores project's constants ([9afc58f](https://github.com/Metnew/react-semantic.ui-starter/commit/9afc58f))
* **containers:** rewrite containers using thunked actions and flow ([a8e9543](https://github.com/Metnew/react-semantic.ui-starter/commit/a8e9543))
* **containers/App:** rewrite with flow, fix export of component ([f282fa3](https://github.com/Metnew/react-semantic.ui-starter/commit/f282fa3))
* **containers/components:** rewrite "dummy" components using flow ([51bdd5e](https://github.com/Metnew/react-semantic.ui-starter/commit/51bdd5e))
* **containers/Users:** use componentDidMount, add flow types ([d4c7018](https://github.com/Metnew/react-semantic.ui-starter/commit/d4c7018))
* **Footer:** add basic test ([1577664](https://github.com/Metnew/react-semantic.ui-starter/commit/1577664))
* **Header:** add basic test ([9da0ee7](https://github.com/Metnew/react-semantic.ui-starter/commit/9da0ee7))
* **Header:** add FormattedMessage ([61915c6](https://github.com/Metnew/react-semantic.ui-starter/commit/61915c6))
* **indexHTMLComponent:** add i18n stuff ([456ebb7](https://github.com/Metnew/react-semantic.ui-starter/commit/456ebb7))
* **jest:** add process.env.BROWSER=false ([28bb1f2](https://github.com/Metnew/react-semantic.ui-starter/commit/28bb1f2))
* **jest:** use isomorphic-fetch instead of node-fetch ([cb44eed](https://github.com/Metnew/react-semantic.ui-starter/commit/cb44eed))
* **jest_config:** add __mocks__ dir with mocks for styles/imgs ([0aad133](https://github.com/Metnew/react-semantic.ui-starter/commit/0aad133))
* **jest_config:** add mocks and disable coverage of styles ([06e09bb](https://github.com/Metnew/react-semantic.ui-starter/commit/06e09bb))
* **Login:** use navigator language as lang in auth request ([cf9eb74](https://github.com/Metnew/react-semantic.ui-starter/commit/cf9eb74))
* **Logo:** create Logo element ([40246c1](https://github.com/Metnew/react-semantic.ui-starter/commit/40246c1))
* **package.json:** fix desc, add/remove deps, fix start command ([0d25462](https://github.com/Metnew/react-semantic.ui-starter/commit/0d25462))
* **package.json:** install new deps, remove unused ([19ed13f](https://github.com/Metnew/react-semantic.ui-starter/commit/19ed13f))
* **package.json:** update deps, add new deps, remove old deps, update scripts ([4badb14](https://github.com/Metnew/react-semantic.ui-starter/commit/4badb14))
* **package.json:** update deps, install react-intl, remove i18next ([d64b57b](https://github.com/Metnew/react-semantic.ui-starter/commit/d64b57b))
* **package.json:** update scripts, deps, add new deps ([1eaea14](https://github.com/Metnew/react-semantic.ui-starter/commit/1eaea14))
* **parts/Root:** add getWindowInnerWidth, RouteItem type ([a6971ad](https://github.com/Metnew/react-semantic.ui-starter/commit/a6971ad))
* **parts/Root:** add IntlProvider ([bda6b45](https://github.com/Metnew/react-semantic.ui-starter/commit/bda6b45))
* **reducers:** create GlobalState type ([208cd57](https://github.com/Metnew/react-semantic.ui-starter/commit/208cd57))
* **reducers:** rewrite reducers using flow, fix object properties ([54a5b4c](https://github.com/Metnew/react-semantic.ui-starter/commit/54a5b4c))
* **reducers/posts/test:** add test to handle location change to own path ([48d8221](https://github.com/Metnew/react-semantic.ui-starter/commit/48d8221))
* **reducers/users/test:** add test to handle location change to other paths except /users ([dc8849b](https://github.com/Metnew/react-semantic.ui-starter/commit/dc8849b))
* **routing:** add RouteItem type ([709e242](https://github.com/Metnew/react-semantic.ui-starter/commit/709e242))
* **routing:** make all containers lazy, simplify code ([a1231ec](https://github.com/Metnew/react-semantic.ui-starter/commit/a1231ec))
* **selectors:** create /selectors with selectors for states ([f9b4c5c](https://github.com/Metnew/react-semantic.ui-starter/commit/f9b4c5c))
* **server:** add /config folder, add serverOptions for server (spdy options) ([4e72d73](https://github.com/Metnew/react-semantic.ui-starter/commit/4e72d73))
* **server:** add default ssl, split development and prod server config ([78f3b14](https://github.com/Metnew/react-semantic.ui-starter/commit/78f3b14))
* **server:** add server entry file ([039df01](https://github.com/Metnew/react-semantic.ui-starter/commit/039df01))
* **server/api/auth:** get lang from req, add lang to jwt ([6cb9b16](https://github.com/Metnew/react-semantic.ui-starter/commit/6cb9b16))
* **server/middlewares:** init app express middlewares using function and `this` context ([59c2a30](https://github.com/Metnew/react-semantic.ui-starter/commit/59c2a30))
* **server/middlewares/auth:** add default language ([441a4ff](https://github.com/Metnew/react-semantic.ui-starter/commit/441a4ff))
* **server/ssr:** add translation in SSR ([ff0370e](https://github.com/Metnew/react-semantic.ui-starter/commit/ff0370e))
* **server/ssr:** rewrite ssr, add HTML component, use stats instead of hadrcoded html ([f4744c3](https://github.com/Metnew/react-semantic.ui-starter/commit/f4744c3))
* **server/webpack.base:** add 'webpack-assets' and 'favicons-assets' to aliases ([4dd5fd4](https://github.com/Metnew/react-semantic.ui-starter/commit/4dd5fd4))
* **Sidebar:** add basic test ([37e8071](https://github.com/Metnew/react-semantic.ui-starter/commit/37e8071))
* **Sidebar:** use SidebarLogo based on Logo component ([2664663](https://github.com/Metnew/react-semantic.ui-starter/commit/2664663))
* **src/client:** add react-a11y, fix export of main configuration scripts(configureRoot, configureA ([0277ac4](https://github.com/Metnew/react-semantic.ui-starter/commit/0277ac4))
* **src/common/app:** configure store and root moves to own files in /app ([259eb43](https://github.com/Metnew/react-semantic.ui-starter/commit/259eb43))
* **src/server:** add `server.js` which mounts middlewares, ssr, api ([54204cf](https://github.com/Metnew/react-semantic.ui-starter/commit/54204cf))
* **src/server:** add flow types and some comments in server middlewares ([b4366a3](https://github.com/Metnew/react-semantic.ui-starter/commit/b4366a3))
* **src/server:** rewrite SSR with flow types, use stats.json instead of index.html ([cbe8819](https://github.com/Metnew/react-semantic.ui-starter/commit/cbe8819))
* **ssr:** add translation from server in SSR ([403ae4e](https://github.com/Metnew/react-semantic.ui-starter/commit/403ae4e))
* **ssr:** add translations for ssr ([8a923d3](https://github.com/Metnew/react-semantic.ui-starter/commit/8a923d3))
* working on locals for react-intl ([2492a20](https://github.com/Metnew/react-semantic.ui-starter/commit/2492a20))
* **types:** create /types folder with core types ([83a9f2d](https://github.com/Metnew/react-semantic.ui-starter/commit/83a9f2d))
* **utils/normalize:** add flow ([c195867](https://github.com/Metnew/react-semantic.ui-starter/commit/c195867))
* **webpack_config/client:** add AutoDLLPlugin, compute hints/devtool/filename/isProduction ([fe9db2f](https://github.com/Metnew/react-semantic.ui-starter/commit/fe9db2f))
* **webpack_config/client:** remove unused plugins, add WriteFilePlugin ([6832969](https://github.com/Metnew/react-semantic.ui-starter/commit/6832969))
* **webpack_config/config:** add vendor and polyfills arrays for AutoDLLPlugin, style fixes ([3900d63](https://github.com/Metnew/react-semantic.ui-starter/commit/3900d63))
* **webpack_config/config:** compute isProduction inside config.js ([6151dc9](https://github.com/Metnew/react-semantic.ui-starter/commit/6151dc9))
* **webpack_config/server:** add experimental ssr in development ([0d4886e](https://github.com/Metnew/react-semantic.ui-starter/commit/0d4886e))
* **webpack_config/server:** add locals dir to alias ([77a386e](https://github.com/Metnew/react-semantic.ui-starter/commit/77a386e))
* **webpack_config/server:** add ssl alias ([054a80f](https://github.com/Metnew/react-semantic.ui-starter/commit/054a80f))
* **webpack_config/server:** add webpackHotMiddleware ([13f5414](https://github.com/Metnew/react-semantic.ui-starter/commit/13f5414))
* **webpack_config/server:** remove plugins from development config ([4e97a6d](https://github.com/Metnew/react-semantic.ui-starter/commit/4e97a6d))
* **webpack.isomorphic:** add i18n folder to aliases ([4e3f6a1](https://github.com/Metnew/react-semantic.ui-starter/commit/4e3f6a1))
* add emotion/babel plugin to .babelrc ([c48eb2a](https://github.com/Metnew/react-semantic.ui-starter/commit/c48eb2a))
* add redux-persist ([8bc96ea](https://github.com/Metnew/react-semantic.ui-starter/commit/8bc96ea))
* **xhr_wrapper:** rewrite xhr_wrapper, add more comments ([4d4388c](https://github.com/Metnew/react-semantic.ui-starter/commit/4d4388c))
* add shapshots for Footer, Header, Sidebar ([5b9bd47](https://github.com/Metnew/react-semantic.ui-starter/commit/5b9bd47))
* install emotion ([ae74670](https://github.com/Metnew/react-semantic.ui-starter/commit/ae74670))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/Metnew/react-semantic.ui-starter/compare/v1.0.1...v3.0.0) (2017-08-12)

Expand Down
Loading

0 comments on commit f3767ee

Please sign in to comment.