Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						a5f112e952 
					 
					
						
						
							
							📝  Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2017-11-06 16:28:13 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						6e24da3c90 
					 
					
						
						
							
							💎  Release new version 3.0.1  
						
						
						
						
							
 
						
					 
					
						2017-11-06 16:25:57 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						2f0ab67b79 
					 
					
						
						
							
							Merge pull request  #246  from apertureless/feature/dependency_and_build_fix  
						
						... 
						
						
						
						Feature/dependency and build fix 
						
						
							
						
					 
					
						2017-11-06 16:14:58 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						474b58196e 
					 
					
						
						
							
							📝  Update README  
						
						
						
						
							
						
					 
					
						2017-11-06 16:06:19 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						d104e628e2 
					 
					
						
						
							
							🐛  Fix webpack externals  
						
						
						
						
							
						
					 
					
						2017-11-06 15:41:33 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						b17602d041 
					 
					
						
						
							
							🔥  Remove full build with bundled chart.js  
						
						
						
						
							
						
					 
					
						2017-11-06 15:40:43 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						0b50728b28 
					 
					
						
						
							
							Merge pull request  #238  from chakan/en-docs-typo-fix  
						
						... 
						
						
						
						Typo fix in EN docs 
						
						
							
						
					 
					
						2017-10-29 16:45:32 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						9abdaa9f66 
					 
					
						
						
							
							Merge pull request  #227  from kingkong64/develop  
						
						... 
						
						
						
						update webpack to version 3 
						
						
							
						
					 
					
						2017-10-29 16:37:13 +01:00 
						 
				 
			
				
					
						
							
							
								Imre Csige 
							
						 
					 
					
						
						
							
						
						f19c6a4cfa 
					 
					
						
						
							
							Typo fix in EN docs  
						
						... 
						
						
						
						Sorry, it was very annoying to me. 
						
						
							
						
					 
					
						2017-10-29 16:35:25 +01:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						d2f2374d7d 
					 
					
						
						
							
							Merge pull request  #232  from music-mind/patch-2  
						
						... 
						
						
						
						Made some small edits to French README.MD 
						
						
							
						
					 
					
						2017-10-29 16:21:21 +01:00 
						 
				 
			
				
					
						
							
							
								Arri 
							
						 
					 
					
						
						
							
						
						d11eb27bc1 
					 
					
						
						
							
							Made some small edits to French README.MD  
						
						... 
						
						
						
						Some edits and typo fixes 
						
						
							
						
					 
					
						2017-10-24 02:58:45 -04:00 
						 
				 
			
				
					
						
							
							
								Chanwit Piromplad 
							
						 
					 
					
						
						
							
						
						50130a7a4d 
					 
					
						
						
							
							update webpack to version 3  
						
						
						
						
							
						
					 
					
						2017-10-15 20:34:19 +07:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						05d69520af 
					 
					
						
						
							
							Fix table in readme  
						
						
						
						
							
						
					 
					
						2017-10-14 16:47:42 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						b465070a7a 
					 
					
						
						
							
							💎  Release new version 3.0.0  
						
						
						
						
							
 
						
					 
					
						2017-10-14 16:30:12 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						d498b7c8cf 
					 
					
						
						
							
							Feature/v3 ( #225 )  
						
						... 
						
						
						
						* Remove Vue dependency and change extends
Signed-off-by: Jakub Juszczak <netghost03@gmail.com >
* 💎  Release new version 3.0.0-rc0
* ⬆️  Update examples
* 📝  Update README.md
* ⬆️  Update examples
* ⬆️  Update englishd docs
* ⬆️  Update transalted docs with current code examples
* 🔥  Remove dist files from gitignore
* ⬆️  Update dependencies vue and chartjs
* Change private data
Implements #182 . The private chart instance is now in the vue.js data model. And can be accessed over `this.$data._chart`
Updated unit tests
* 📝  Update docs with private data
* ✨  Add codeclimate ignore
* ⬆️  Update codeclimate
* ⬆️  Update codeclimate
* ⬆️  Update codeclimate
Add build and config folders to ignore 
						
						
							
						
					 
					
						2017-10-14 16:27:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						0fa8261664 
					 
					
						
						
							
							Merge pull request  #215  from cugu/spelling  
						
						... 
						
						
						
						✏️  Spelling in docs 
					
						2017-10-10 10:31:23 +02:00 
						 
				 
			
				
					
						
							
							
								Jonas Plum 
							
						 
					 
					
						
						
							
						
						653b4d7580 
					 
					
						
						
							
							Spelling  
						
						... 
						
						
						
						- Fix some spelling mistakes
- Apply consistent naming for Vue and Chart.js
- Minor text changes 
						
						
							
						
					 
					
						2017-10-10 00:44:26 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						8b52bae9c1 
					 
					
						
						
							
							Merge pull request  #214  from pushkyn/fix-russian-translation  
						
						... 
						
						
						
						Fix inaccuracies in Russian translation 
						
						
							
						
					 
					
						2017-10-07 17:23:02 +02:00 
						 
				 
			
				
					
						
							
							
								pushkyn 
							
						 
					 
					
						
						
							
						
						b8012b9944 
					 
					
						
						
							
							Fix inaccuracies in Russian translation  
						
						
						
						
							
						
					 
					
						2017-10-07 17:45:56 +03:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						4b363b3e29 
					 
					
						
						
							
							Merge pull request  #213  from tesarwijaya/id-docs  
						
						... 
						
						
						
						Add id docs readme support 
						
						
							
						
					 
					
						2017-10-05 20:40:58 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						b46d193caf 
					 
					
						
						
							
							Merge pull request  #211  from julienc91/french-readme  
						
						... 
						
						
						
						French translation for README.md 
						
						
							
						
					 
					
						2017-10-05 20:40:15 +02:00 
						 
				 
			
				
					
						
							
							
								julien 
							
						 
					 
					
						
						
							
						
						831a70574f 
					 
					
						
						
							
							Added French doc to config  
						
						
						
						
							
						
					 
					
						2017-10-05 19:53:51 +02:00 
						 
				 
			
				
					
						
							
							
								Tesar Wijaya 
							
						 
					 
					
						
						
							
						
						a6593910ac 
					 
					
						
						
							
							add bahasa indonesia docs  
						
						
						
						
							
						
					 
					
						2017-10-05 22:51:07 +07:00 
						 
				 
			
				
					
						
							
							
								julien 
							
						 
					 
					
						
						
							
						
						892c5ed2ab 
					 
					
						
						
							
							did not translate the correct file...  
						
						
						
						
							
						
					 
					
						2017-10-04 20:28:21 +02:00 
						 
				 
			
				
					
						
							
							
								julien 
							
						 
					 
					
						
						
							
						
						3451769a65 
					 
					
						
						
							
							French translation for README.md  
						
						
						
						
							
						
					 
					
						2017-10-02 22:06:52 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						7e5bf7d9bc 
					 
					
						
						
							
							✨  Add dist files to repo  
						
						
						
						
							
						
					 
					
						2017-09-24 18:38:37 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						58523d6155 
					 
					
						
						
							
							💎  Release new version 2.8.7  
						
						
						
						
							
 
						
					 
					
						2017-09-16 13:35:48 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						b71cd6c2eb 
					 
					
						
						
							
							Merge branch 'feature/dependencies' into develop  
						
						... 
						
						
						
						* feature/dependencies:
  Update peerDependencies
  ⬆️  Update dependencies 
						
						
							
						
					 
					
						2017-09-16 12:43:49 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						3fea6f413b 
					 
					
						
						
							
							Update peerDependencies  
						
						
						
						
							
						
					 
					
						2017-09-16 12:42:08 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						fcd9071f9a 
					 
					
						
						
							
							⬆️  Update dependencies  
						
						
						
						
							
						
					 
					
						2017-09-16 12:40:10 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						37a92813eb 
					 
					
						
						
							
							💎  Release new version 2.8.6  
						
						
						
						
							
 
						
					 
					
						2017-09-12 15:45:46 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						1260b8aa3b 
					 
					
						
						
							
							📝  Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2017-09-12 10:57:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						644859ce85 
					 
					
						
						
							
							v2.8.5  
						
						
						
						
							
 
						
					 
					
						2017-09-12 10:55:34 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						e4977a6be7 
					 
					
						
						
							
							Replace deepmerge with lodash.merge  
						
						
						
						
							
						
					 
					
						2017-09-12 10:53:31 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						41736c840d 
					 
					
						
						
							
							📝  Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2017-09-08 10:17:16 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						4c37616d00 
					 
					
						
						
							
							v2.8.4  
						
						
						
						
							
 
						
					 
					
						2017-09-08 10:15:31 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						5dc655a47a 
					 
					
						
						
							
							Merge pull request  #191  from apertureless/feature/deepmerge  
						
						... 
						
						
						
						Replace Object.assign with deepmerge 
						
						
							
						
					 
					
						2017-09-08 10:13:47 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						3d291996f6 
					 
					
						
						
							
							🔥  Remove transform-object-assign  
						
						
						
						
							
						
					 
					
						2017-09-08 10:02:38 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						750abb2e88 
					 
					
						
						
							
							➕  Add dependency deepmerge  
						
						
						
						
							
						
					 
					
						2017-09-08 09:59:37 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						46569a89cb 
					 
					
						
						
							
							📝  Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2017-09-06 20:06:15 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						932b73a1dc 
					 
					
						
						
							
							💎  Release new version 2.8.3  
						
						
						
						
							
 
						
					 
					
						2017-09-06 19:57:57 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						0569a9f794 
					 
					
						
						
							
							Merge pull request  #187  from apertureless/feature/fix_styles  
						
						... 
						
						
						
						🔥  Remove default styles object as it causes problems 
					
						2017-09-02 15:28:27 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						154e284528 
					 
					
						
						
							
							🔥  Remove default styles object as it causes problems  
						
						... 
						
						
						
						This will fix  #176 
Signed-off-by: Jakub Juszczak <netghost03@gmail.com > 
						
						
							
						
					 
					
						2017-09-02 15:11:47 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						491625b49b 
					 
					
						
						
							
							Merge pull request  #186  from apertureless/feature/lodash-merge  
						
						... 
						
						
						
						remvove lodash merge 
						
						
							
						
					 
					
						2017-09-02 14:36:55 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						d26078f08c 
					 
					
						
						
							
							🔥  Remove lodash merge  
						
						... 
						
						
						
						Replaced with Object.assign()
Signed-off-by: Jakub Juszczak <netghost03@gmail.com > 
						
						
							
						
					 
					
						2017-09-02 14:27:48 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						6de69631b3 
					 
					
						
						
							
							Replace lodash with lodash.merge  
						
						... 
						
						
						
						Single module should be smaller
Signed-off-by: Jakub Juszczak <netghost03@gmail.com > 
						
						
							
						
					 
					
						2017-09-02 13:40:16 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						82712948e9 
					 
					
						
						
							
							📝  Update CHANGELOG  
						
						... 
						
						
						
						Signed-off-by: Jakub Juszczak <netghost03@gmail.com > 
						
						
							
						
					 
					
						2017-08-12 20:16:01 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						9237fa538f 
					 
					
						
						
							
							💎  Release new version 2.8.2  
						
						... 
						
						
						
						Signed-off-by: Jakub Juszczak <netghost03@gmail.com > 
						
						
							
 
						
					 
					
						2017-08-12 20:13:04 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						82c502cf45 
					 
					
						
						
							
							Merge pull request  #166  from dsbert/patch-1  
						
						... 
						
						
						
						Add support for xLabels and yLabels 
						
						
							
						
					 
					
						2017-08-09 14:17:48 +02:00 
						 
				 
			
				
					
						
							
							
								bertolds 
							
						 
					 
					
						
						
							
						
						676a60a363 
					 
					
						
						
							
							fix linting errors  
						
						
						
						
							
						
					 
					
						2017-08-07 09:49:46 -04:00