Releases: ScalaConsultants/react-example-app
Releases · ScalaConsultants/react-example-app
0.0.7
changelog:
- fix a problem with counting total price (change fetch data query in shopping cart)
0.0.6
changelog:
- fetch data from GraphQL server (graph.cool) using Apollo client
- delete data written in js files
- small webpack config improvement
problem:
A total products cost in a shopping cart is not working now, I'm working on fixing that.
0.0.5
changelog:
- update webpack to webpack 2
- delete unnecessary files and folders
0.0.4
changelog:
- rewrite css style (responsive design)
- minor code refactoring
0.0.3
changelog
- generated data (for now company names instead of products names)
- change folders structure
- delete unnecessary once used style-components
- divide few components into containers and presentational components
- code refactoring
0.0.2
changelog:
- display multiple items as one with quantity number
- add ESLint rule and delete unnecessary semicolons
- add button click effect
- add list elements keys props
- small code refactor