Skip to content

Releases: ScalaConsultants/react-example-app

0.0.7

12 Jun 13:21
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

changelog:

  • fix a problem with counting total price (change fetch data query in shopping cart)

0.0.6

09 Jun 12:01
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

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

02 Jun 07:27
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

changelog:

  • update webpack to webpack 2
  • delete unnecessary files and folders

0.0.4

29 May 12:33
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

changelog:

  • rewrite css style (responsive design)
  • minor code refactoring

0.0.3

25 May 13:20
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

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

24 May 11:47
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

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

0.0.1

22 May 09:25
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

initial release