Skip to content

Releases: FredericHeem/starhackit

Update dependencies

10 Jan 20:00
Compare
Choose a tag to compare
  • Update dependencies
  • Use chrome in travis test
  • Improve database schema explorer

react 15.0 material-ui 0.15

27 May 22:53
Compare
Choose a tag to compare

Internationalization with react-intl

23 May 21:41
Compare
Choose a tag to compare

react-intl settings from redux store which is feed by the i18next library.

Redux, JSON Web Token, Material-ui

29 Apr 16:24
Compare
Choose a tag to compare
  • find a pattern to modularize the frontend: a module is composed of:
    resources, actions, reducers, middleware, containers and Routes
  • redux migration
  • material-ui everywhere
  • authentication with Json Web Token

React 0.14.8, node v4

16 Apr 11:26
Compare
Choose a tag to compare

Make it work with node v4.x, had to downgrade to react 0.14.8 and material-ui 0.14.4 because react-ladda is not yet compatible with react 15.x

Redux Refactor

16 Apr 10:31
Compare
Choose a tag to compare
Redux Refactor Pre-release
Pre-release
  • significant refactoring regarding Redux, use the new function createReducerAsync.
  • social login now works again.
  • pm2 used to start and stop processes.
  • update dependencies

Redux

31 Mar 19:49
Compare
Choose a tag to compare
Redux Pre-release
Pre-release

Redux has replaced Reflux as the data management framework.