Skip to content

Latest commit

 

History

History
98 lines (79 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

98 lines (79 loc) · 3.17 KB

Change Log

v0.9.0

  • remove redux dependencies
  • allow passing port via env PORT
  • update to horizon 2 and change automatic inserts/deletions accordingly (fixes #19)

v0.8.0

  • 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

v0.7.6

  • fix $hz_v$ issue by faking field on server
  • set social icons to fixed position

v0.7.5

  • fixes issue with HMR (#11)

v0.7.4

  • updated to horizon client&server to 1.0.3
  • removed rxjs dep

v0.7.3

  • 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

v0.7.2

  • added autofocus for input field

v0.7.1

  • stupid me forgot to bump horizon-react version

v0.7.0

  • 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

v0.6.0

v0.5.0

  • 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

v0.4.1

  • 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

v0.4.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

v0.3.1

  • updated dependencies to their latest versions

v0.3.0

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

v0.2.2

  • explicitly setting token_secret for horizon server to make sure tokens are valid on server restart
  • update @horizon/client to 0.0.4-4

v0.2.1

  • 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

v0.2.0

  • moved utils/horizon to horizon-react
  • splitted TodoList and AddTodoButton into separate components
  • added new subscribe example for horizon-react to TodoList

v0.1.0

  • initial commit