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
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Oct 16, 2017
1 parent 7d32fc9 commit 3f2c6d5
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 200 deletions.
126 changes: 126 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,132 @@

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


### Bug Fixes

* **.babelrc:** remove preprocess option from babel-plugin-styled-components ([2b35f35](https://github.com/Metnew/react-semantic.ui-starter/commit/2b35f35))
* **.eslintrc:** throw warning for "no-unused-vars" ([fc9e36b](https://github.com/Metnew/react-semantic.ui-starter/commit/fc9e36b))
* **actions/common:** fix flow type of APPLICATION_INIT ([cf0a540](https://github.com/Metnew/react-semantic.ui-starter/commit/cf0a540))
* **api/UsersSvc:** getUsersApi - use few args instead of one object-arg ([25e555d](https://github.com/Metnew/react-semantic.ui-starter/commit/25e555d))
* **App:** bigger margin-top for MainContainer ([c04bb3c](https://github.com/Metnew/react-semantic.ui-starter/commit/c04bb3c))
* **App:** export getWindowInnerWidth from selectors ([7dccc03](https://github.com/Metnew/react-semantic.ui-starter/commit/7dccc03))
* **App/style:** fix App styles for better adoption of react-headroom ([d5dcef9](https://github.com/Metnew/react-semantic.ui-starter/commit/d5dcef9))
* **App/style:** grids inside App don't have 100% height ([14cdf48](https://github.com/Metnew/react-semantic.ui-starter/commit/14cdf48))
* **common/routing:** fix lazyLoadComponent function ([8651c23](https://github.com/Metnew/react-semantic.ui-starter/commit/8651c23))
* **containers/App:** make sidebar pusher overflow visible ([7b19e87](https://github.com/Metnew/react-semantic.ui-starter/commit/7b19e87))
* **containers/Links:** UI fix ([6289132](https://github.com/Metnew/react-semantic.ui-starter/commit/6289132))
* **containers/Login:** fix mapDispatchToProps.login ([4c61b2e](https://github.com/Metnew/react-semantic.ui-starter/commit/4c61b2e))
* **containers/Login:** remove stage-0 "::" bind ([037ba73](https://github.com/Metnew/react-semantic.ui-starter/commit/037ba73))
* **Dashboard:** remove DashboardCardComponent ([85bd58d](https://github.com/Metnew/react-semantic.ui-starter/commit/85bd58d))
* **devServer:** use HTTP_PORT instead of PORT ([c05dc83](https://github.com/Metnew/react-semantic.ui-starter/commit/c05dc83))
* **Footer:** fix text in footer ([b0cd19e](https://github.com/Metnew/react-semantic.ui-starter/commit/b0cd19e))
* **Footer/style:** remove useless margin-top: 30px on lg screen ([4063871](https://github.com/Metnew/react-semantic.ui-starter/commit/4063871))
* **Login:** vars names ([f94c47b](https://github.com/Metnew/react-semantic.ui-starter/commit/f94c47b))
* **Logo:** fix logo import path ([95794d1](https://github.com/Metnew/react-semantic.ui-starter/commit/95794d1))
* **reducers/layout:** remove APPLICATION_INIT_TYPE ([3c76706](https://github.com/Metnew/react-semantic.ui-starter/commit/3c76706))
* **server:** fix config import path in dev mode ([ebfee5d](https://github.com/Metnew/react-semantic.ui-starter/commit/ebfee5d))
* **server/api:** remove i18n stuff from /auth api ([a759826](https://github.com/Metnew/react-semantic.ui-starter/commit/a759826))
* **server/i18n:** move summaryLocaleData to inner func ([34a5f91](https://github.com/Metnew/react-semantic.ui-starter/commit/34a5f91))
* **server/index.dev:** fix port numbers ([3960490](https://github.com/Metnew/react-semantic.ui-starter/commit/3960490))
* **Sidebar:** use styled(Item) instead of Item.extend ([15e094f](https://github.com/Metnew/react-semantic.ui-starter/commit/15e094f))
* **src/client:** remove use SUI dropdown, flag, use hydrate from react 16 ([45c3b2b](https://github.com/Metnew/react-semantic.ui-starter/commit/45c3b2b))
* **UserItem:** use logo as default img ([c2e8cce](https://github.com/Metnew/react-semantic.ui-starter/commit/c2e8cce))
* fix eslint warnings ([4c8e0ad](https://github.com/Metnew/react-semantic.ui-starter/commit/4c8e0ad))
* remove eslint warnings (unused-vars) ([58de337](https://github.com/Metnew/react-semantic.ui-starter/commit/58de337))
* remove prefer-const rule ([82f7bd2](https://github.com/Metnew/react-semantic.ui-starter/commit/82f7bd2))
* **webpack_config:** devtool 'eval' ([c73a8bb](https://github.com/Metnew/react-semantic.ui-starter/commit/c73a8bb))
* **webpack_config:** import ANALYZE_BUNDLE from config ([7a19f41](https://github.com/Metnew/react-semantic.ui-starter/commit/7a19f41))
* **webpack_config:** remove isProduction from client/webpack.dev ([f3253b1](https://github.com/Metnew/react-semantic.ui-starter/commit/f3253b1))
* **webpack_config:** remove pug-loader ([a41cdcd](https://github.com/Metnew/react-semantic.ui-starter/commit/a41cdcd))
* **webpack_config/client:** eslint fixes ([4080878](https://github.com/Metnew/react-semantic.ui-starter/commit/4080878))
* **webpack_config/client:** fix favicons plugin, low url-loader limit ([a512c8a](https://github.com/Metnew/react-semantic.ui-starter/commit/a512c8a))


### Features

* **.babelrc:** add env preset, remove SUIR from lodash plugin ([b84c0d9](https://github.com/Metnew/react-semantic.ui-starter/commit/b84c0d9))
* **.babelrc:** remove es2015 preset, add babel-polyfill: true ([e223f2e](https://github.com/Metnew/react-semantic.ui-starter/commit/e223f2e))
* **.eslintrc:** add "prefer-const" rule ([5da5c3d](https://github.com/Metnew/react-semantic.ui-starter/commit/5da5c3d))
* **actions:** rewrite actions using awral ([468949c](https://github.com/Metnew/react-semantic.ui-starter/commit/468949c))
* **actions/links:** add actions for links ([9ab21ab](https://github.com/Metnew/react-semantic.ui-starter/commit/9ab21ab))
* **actions/links:** add tests for links ([73d3da6](https://github.com/Metnew/react-semantic.ui-starter/commit/73d3da6))
* **actions/posts:** remove posts actions ([bcd5a17](https://github.com/Metnew/react-semantic.ui-starter/commit/bcd5a17))
* **actions/posts:** remove tests for posts actions ([87a1e75](https://github.com/Metnew/react-semantic.ui-starter/commit/87a1e75))
* **actions/users:** remove actions for users ([711ca1d](https://github.com/Metnew/react-semantic.ui-starter/commit/711ca1d))
* **actions/utils:** add base awral ([6cba7c3](https://github.com/Metnew/react-semantic.ui-starter/commit/6cba7c3))
* **api:** remove services for users/posts ([14404e0](https://github.com/Metnew/react-semantic.ui-starter/commit/14404e0))
* **api/links.json:** fix links desc ([7c91334](https://github.com/Metnew/react-semantic.ui-starter/commit/7c91334))
* **api/LinksSvc:** add service for links ([aba120f](https://github.com/Metnew/react-semantic.ui-starter/commit/aba120f))
* **api/utils:** remove export of normalization ([5475db8](https://github.com/Metnew/react-semantic.ui-starter/commit/5475db8))
* **api/utils/xhr_wrapper:** move to ponyfill from polyfill ([c76addb](https://github.com/Metnew/react-semantic.ui-starter/commit/c76addb))
* **App:** init handleWindowResize on App willMount ([7d41107](https://github.com/Metnew/react-semantic.ui-starter/commit/7d41107))
* **client:** remove item.css, add list.css ([2a41841](https://github.com/Metnew/react-semantic.ui-starter/commit/2a41841))
* **client/index:** use direct imports for SUI css, add [@flow](https://github.com/flow) ([72d2f13](https://github.com/Metnew/react-semantic.ui-starter/commit/72d2f13))
* **components/Header:** add react-headroom, add i18n menu ([c8cc890](https://github.com/Metnew/react-semantic.ui-starter/commit/c8cc890))
* **containers:** add Links container ([e813450](https://github.com/Metnew/react-semantic.ui-starter/commit/e813450))
* **containers:** remove containers/Users ([a7d7397](https://github.com/Metnew/react-semantic.ui-starter/commit/a7d7397))
* **containers/App:** replace custom GA with react-ga ([6d53628](https://github.com/Metnew/react-semantic.ui-starter/commit/6d53628))
* **containers/Dashboard:** add i18n for Dashboard component ([42e6166](https://github.com/Metnew/react-semantic.ui-starter/commit/42e6166))
* **containers/Links:** add LinksItemComponent ([0c830ab](https://github.com/Metnew/react-semantic.ui-starter/commit/0c830ab))
* **containers/UserItem:** remove UserItem component ([ec859d0](https://github.com/Metnew/react-semantic.ui-starter/commit/ec859d0))
* **containers/UserItem:** remove UserItem container ([09ee2b3](https://github.com/Metnew/react-semantic.ui-starter/commit/09ee2b3))
* **Dashboard:** remove old redux stuff from Dashboard container ([7c31517](https://github.com/Metnew/react-semantic.ui-starter/commit/7c31517))
* **Header:** remove language selection button ([964c82f](https://github.com/Metnew/react-semantic.ui-starter/commit/964c82f))
* **jest_config:** add 'jest-styled-components' package ([e3ac0a1](https://github.com/Metnew/react-semantic.ui-starter/commit/e3ac0a1))
* **Lnks:** add Links component ([fba2240](https://github.com/Metnew/react-semantic.ui-starter/commit/fba2240))
* **locals:** add basic locals ([66e6cb8](https://github.com/Metnew/react-semantic.ui-starter/commit/66e6cb8))
* **locals:** add basic text for dashboard ([d0dd619](https://github.com/Metnew/react-semantic.ui-starter/commit/d0dd619))
* **LocalStorageCookiesSvc:** add `getInfoFromJWT ` ([bea8213](https://github.com/Metnew/react-semantic.ui-starter/commit/bea8213))
* **Login:** remove TextCenter wrapper, make styles for LoginButton simple ([01875c4](https://github.com/Metnew/react-semantic.ui-starter/commit/01875c4))
* **package.json:** add rapscallion ([c408f9d](https://github.com/Metnew/react-semantic.ui-starter/commit/c408f9d))
* **package.json:** add raven, reselect, nock ([89e6964](https://github.com/Metnew/react-semantic.ui-starter/commit/89e6964))
* **package.json:** install chokidar ([9eef237](https://github.com/Metnew/react-semantic.ui-starter/commit/9eef237))
* **package.json:** install new deps ([ef265d2](https://github.com/Metnew/react-semantic.ui-starter/commit/ef265d2))
* **package.json:** update deps, install awral ([50e6d22](https://github.com/Metnew/react-semantic.ui-starter/commit/50e6d22))
* **parts/Header/style:** remove position:fixed from Header ([f927162](https://github.com/Metnew/react-semantic.ui-starter/commit/f927162))
* **reducers:** remove posts, users reducers from `combineReducers` ([d9867bd](https://github.com/Metnew/react-semantic.ui-starter/commit/d9867bd))
* **reducers/auth:** remove jwt token from state.me.auth ([1e23aea](https://github.com/Metnew/react-semantic.ui-starter/commit/1e23aea))
* **reducers/layout:** remove APPLICATION_INIT handling ([be37230](https://github.com/Metnew/react-semantic.ui-starter/commit/be37230))
* **reducers/links:** add tests for links reducer ([06c2a2a](https://github.com/Metnew/react-semantic.ui-starter/commit/06c2a2a))
* **reducers/links:** add tests for links reducer ([23372a4](https://github.com/Metnew/react-semantic.ui-starter/commit/23372a4))
* **reducers/posts:** remove posts reducer ([fa41df8](https://github.com/Metnew/react-semantic.ui-starter/commit/fa41df8))
* **reducers/posts:** remove tests for posts reducer ([0d3df5b](https://github.com/Metnew/react-semantic.ui-starter/commit/0d3df5b))
* **Root:** add more flow typesm fix APP_INIT dispatch ([8dc70ef](https://github.com/Metnew/react-semantic.ui-starter/commit/8dc70ef))
* **routing:** temporarily remove lazy loading ([d19bcb6](https://github.com/Metnew/react-semantic.ui-starter/commit/d19bcb6))
* **routing:** use "lazy" instead of "lazy-once" for lazy loading in browser env ([a08a070](https://github.com/Metnew/react-semantic.ui-starter/commit/a08a070))
* **selectors:** remove posts/users selector, add links selector, remove /const ([235b122](https://github.com/Metnew/react-semantic.ui-starter/commit/235b122))
* **server:** add both https and http server in dev mode ([9c24f66](https://github.com/Metnew/react-semantic.ui-starter/commit/9c24f66))
* **server:** add useragent middleware ([44a51fd](https://github.com/Metnew/react-semantic.ui-starter/commit/44a51fd))
* **server:** rename HtmlComponent, remove unused vars ([e4116c2](https://github.com/Metnew/react-semantic.ui-starter/commit/e4116c2))
* **server:** use HTTP(S)_PORT env vars instead of PORT ([f3d9a31](https://github.com/Metnew/react-semantic.ui-starter/commit/f3d9a31))
* **server:** use process.env.BASE_API instead of /api/v1 for API ([bdd3dcf](https://github.com/Metnew/react-semantic.ui-starter/commit/bdd3dcf))
* **server/api:** server send links.json on /links req ([9d5d4c5](https://github.com/Metnew/react-semantic.ui-starter/commit/9d5d4c5))
* **server/config:** add default ssl ([86fe771](https://github.com/Metnew/react-semantic.ui-starter/commit/86fe771))
* **server/i18n:** add flow types (i18nConfigObject) ([3904e56](https://github.com/Metnew/react-semantic.ui-starter/commit/3904e56))
* **server/i18n:** move i18n to own folder ([ae47826](https://github.com/Metnew/react-semantic.ui-starter/commit/ae47826))
* **server/i18n:** watch locals dir for updates in development ([4cafcb5](https://github.com/Metnew/react-semantic.ui-starter/commit/4cafcb5))
* **server/index.dev:** add both http and https servers in prod ([a33c3e9](https://github.com/Metnew/react-semantic.ui-starter/commit/a33c3e9))
* **server/middlewares:** add i18n stuff to auth middleware ([9db4b9e](https://github.com/Metnew/react-semantic.ui-starter/commit/9db4b9e))
* **server/ssr:** add rapscallion instead of react-dom/server renderToString ([4a6146b](https://github.com/Metnew/react-semantic.ui-starter/commit/4a6146b))
* **server/ssr:** move i18n stuff to i18n, fix state creation ([13dec07](https://github.com/Metnew/react-semantic.ui-starter/commit/13dec07))
* **server/ssr:** move server push code to own file ([37b7e2e](https://github.com/Metnew/react-semantic.ui-starter/commit/37b7e2e))
* **server/ssr:** move to react 16 ([a3b2010](https://github.com/Metnew/react-semantic.ui-starter/commit/a3b2010))
* **server/ssr:** React 16 streaming ([ed419d1](https://github.com/Metnew/react-semantic.ui-starter/commit/ed419d1))
* **server/ssr:** React 16 streaming, remove rapscallion ([1b76528](https://github.com/Metnew/react-semantic.ui-starter/commit/1b76528))
* **server/ssr:** use `template` func from rapscallion in HtmlComponen ([dab06eb](https://github.com/Metnew/react-semantic.ui-starter/commit/dab06eb))
* **ssr/HtmlComponent:** use serialize-javascript instead of JSON.stringify ([e203edf](https://github.com/Metnew/react-semantic.ui-starter/commit/e203edf))
* **styles:** add more comments in /utils.jsx ([4696bb7](https://github.com/Metnew/react-semantic.ui-starter/commit/4696bb7))
* **styles:** remove unused styled-components ([acb04b5](https://github.com/Metnew/react-semantic.ui-starter/commit/acb04b5))
* **types:** add i18nConfigObject ([c997f45](https://github.com/Metnew/react-semantic.ui-starter/commit/c997f45))
* **types:** add LinkItem type, remove old types ([f7f4be9](https://github.com/Metnew/react-semantic.ui-starter/commit/f7f4be9))
* **webpack_config:** add ANALYZE_BUNDLE to main config file ([95e92e6](https://github.com/Metnew/react-semantic.ui-starter/commit/95e92e6))
* **webpack_config:** use HTTPS/HTTP ports instead of PORT ([d08d743](https://github.com/Metnew/react-semantic.ui-starter/commit/d08d743))



<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)

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.

Loading

0 comments on commit 3f2c6d5

Please sign in to comment.