From 0b920d40a1b15a34a9700ac83eafc7a86b101a08 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 5 Aug 2019 17:47:05 +0200 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b4ba1..a184b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,39 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.3.0](https://github.com/toorshia/justgage/compare/1.2.9...v1.3.0) + +> 5 August 2019 + +- Fix negative values handling [`#312`](https://github.com/toorshia/justgage/pull/312) +- Made library commonJs friendly [`#256`](https://github.com/toorshia/justgage/pull/256) +- Fix for negative numbers, humanFriendly and customSectors [`#326`](https://github.com/toorshia/justgage/pull/326) +- [docs] Added changelog and updarted readme [`85d13ef`](https://github.com/toorshia/justgage/commit/85d13ef64b4f1cc017666623d54b4fd93bf731b4) +- [docs] Options [`c514faf`](https://github.com/toorshia/justgage/commit/c514faf80b2928654b65cfb37f82e018b446e716) +- [build] Added gitignore and npmignore files [`c770b15`](https://github.com/toorshia/justgage/commit/c770b15af3305974661ea509eda6b8638eb6645a) +- [docs] Updated readme [`b17651d`](https://github.com/toorshia/justgage/commit/b17651d8bb3670fe5c3c2362ba6372b3795cc4d4) +- [docs] Fixed readme [`8c29fe9`](https://github.com/toorshia/justgage/commit/8c29fe9e3ac6e4e39d73693de42b1b70d8a99364) +- Round Human friendly numbers less than 1000 [`83c8a93`](https://github.com/toorshia/justgage/commit/83c8a93dc080bc82fc25a664374ba457ff1dcf45) +- [build] Added changelog and release scripts [`afee0b8`](https://github.com/toorshia/justgage/commit/afee0b8d2ee95f9236a5cfeb0f4a3df3118179b6) +- removed silly typho [`a1674e3`](https://github.com/toorshia/justgage/commit/a1674e3a2c63d710d9367ff4afa7c80fea80fdae) +- justgauge.js now imports raphael and exports itself as a module [`9455c88`](https://github.com/toorshia/justgage/commit/9455c88b5d103609b035c0035fee2b6452adb21b) +- Fix custom sectors colors [`10dc1f9`](https://github.com/toorshia/justgage/commit/10dc1f93883e0024f8f6d495b53886f3fb4f517b) +- actually I needed those exports [`1cf2444`](https://github.com/toorshia/justgage/commit/1cf2444ab38988720f885d35b57795d1fc1d8d38) +- [docs] Added GIF screenshot [`35b69ad`](https://github.com/toorshia/justgage/commit/35b69ad50a89d3c47ec1a0bb98cb95e977a18eb4) +- Refactor and fix displayed value [`e236faa`](https://github.com/toorshia/justgage/commit/e236faaeba4d218c7d35254e4a82ad021d352759) +- export removed because it's now in index.js [`cb63f3f`](https://github.com/toorshia/justgage/commit/cb63f3f797ad243567e26d8562ec48b27ef7df7b) +- Fix make function work with negative numbers too [`66c48c5`](https://github.com/toorshia/justgage/commit/66c48c5b1e058bee73dd82095a9caa8b41935e9b) +- Fix issue with negative bounds [`f7f1071`](https://github.com/toorshia/justgage/commit/f7f10719c36393937be1cc650d3b94d8fa82af4c) +- added raphael as a dependency in package.json [`a702f09`](https://github.com/toorshia/justgage/commit/a702f0941fe35cf35c775b073fa6ad987219bc28) +- index.js to standarize commonjs module [`5ab4013`](https://github.com/toorshia/justgage/commit/5ab4013584c1447dc1c326df1802df58f8cfbce8) +- [fix] Default pointerOptions value [`eae6844`](https://github.com/toorshia/justgage/commit/eae684440cae2375f207b1691224bfeebe11a7d3) +- fixed route [`7231c75`](https://github.com/toorshia/justgage/commit/7231c7517309334d71f2ac635a103f53a5e76f23) +- main: now references index.js [`d062a85`](https://github.com/toorshia/justgage/commit/d062a85b518aa4f1fa7bbe4be726ae12647db552) +- [build] Fixed version in package.json [`f6b03b5`](https://github.com/toorshia/justgage/commit/f6b03b58631382a0cb47f7e8561ff86580c227e3) +- [build] Fix raphael dependencies [`f71c4a2`](https://github.com/toorshia/justgage/commit/f71c4a2045851ad7db259f793b1c8454e796839c) +- [chore] Enabled npm publish on release-it [`ec2853f`](https://github.com/toorshia/justgage/commit/ec2853fd506cf9062a3d039223f7cd44dd5a15c5) +- [build] Ignore changelog old in npm release [`498d4af`](https://github.com/toorshia/justgage/commit/498d4afd563692c8a6b6aef7ab57c83470d4a207) + #### [1.2.9](https://github.com/toorshia/justgage/compare/1.2.8...1.2.9) > 26 September 2016 diff --git a/package.json b/package.json index 8557cb9..88a2ad1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "justgage", - "version": "1.2.9", + "version": "1.3.0", "description": "JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting.", "main": "index.js", "scripts": {