- remove redux dependencies
- allow passing port via env PORT
- update to horizon 2 and change automatic inserts/deletions accordingly (fixes #19)
- fixes bug which caused db name from db config not being used
- updated horizon-react to 0.3.2
- updated react-router from 2.4.0 to 2.7.0
- fix
$hz_v$ issue by faking field on server - set social icons to fixed position
- fixes issue with HMR (#11)
- updated to horizon client&server to 1.0.3
- removed rxjs dep
- temporarily add [email protected] as a dependency for lovli.js until new @horizon/client version is out with fixed rxjs dependency
- remove hoist-non-react-statics from deps
- added autofocus for input field
- stupid me forgot to bump horizon-react version
- added import/exports loader until pr merged
- updated to [email protected] #celebrate! https://horizon.io
- updated horizon-react to v0.3.0
- updated react-hot-loader to 3.0.0-beta2
- creating the horizon client manually in lovli.js instead of letting it be generated by horizon-react
- renamed db from 'horizon' to 'lovli'
- fixed webpack issue with later.js and removed LATER_COV= env
- fixed react-hot-loader HMR issue
- updated to
[email protected]
- added sourcemaps for css & using extract-text-webpack-plugin to extract css to styles.css
- added font extensions to file-loader
- added font-awesome in static/vendor folder to demonstrate adding vendor js/css
- added possibility to add vendor css/js in static/vendor folder (import 'static/...')
- fixed width of "github stars" iframe (2 digits!)
- some README.md additions
- better TodoItem styles
- automatically adding random todo ever 2 minutes
- removing jwt token on every load (client)
- added note about todo deletion
- updated @horizon/client to 0.1.0
- some readme additions
- added logo and various styles for the example page
- added
postcss-nested, file-loader, later, rethinkdbdash
- automatically removing todos every 10 minutes
- nicer todo entry by using input field instead of prompt
- updated dependencies to their latest versions
- added production configuration
- run
npm run prod
to start the app in production mode - run
npm run build
to generate the combined js files - run
node .build/server.bundle.js
to start your app manually
- run
- added page configuration in
config/page.js
- there you can change title, port and horizon token_secret
- fixed webpack config to only include "source" folder for babel-loader
- explicitly setting token_secret for horizon server to make sure tokens are valid on server restart
- update @horizon/client to 0.0.4-4
- allow env PORT to set port for express
- changes webpack dev server port to 9095
- updates horizon-react to 0.1.2
- adds horizon-react mapDataObject example
- moved utils/horizon to horizon-react
- splitted TodoList and AddTodoButton into separate components
- added new subscribe example for horizon-react to TodoList
- initial commit