Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 5, 2019
1 parent a722b43 commit 7e7a3c8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,32 @@ 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.3](https://github.com/toorshia/justgage/compare/v1.3.2...v1.3.3)

> 5 November 2019
- README npm example link [`#337`](https://github.com/toorshia/justgage/pull/337)
- [fix] JustGage is not defined #338 [`90b66c6`](https://github.com/toorshia/justgage/commit/90b66c622d5c2fafbeb860118536f82578d06428)
- docs: addition of link to sample repo that demonstrates npm/browserfy setup for justgage as a package [`0a0d960`](https://github.com/toorshia/justgage/commit/0a0d960eb0af4f68c2bf97f9f9652176c711ad18)
- chore: added link url [`b0f997c`](https://github.com/toorshia/justgage/commit/b0f997c89cb95296f8fa4914953d78c3cfc6c250)

#### [v1.3.2](https://github.com/toorshia/justgage/compare/v1.3.1...v1.3.2)

> 9 October 2019
- [docs] Fixed examples [`585b0ff`](https://github.com/toorshia/justgage/commit/585b0ffdcde2186b6a5ff7507fe45ca65e729e69)
- [docs] Moved justgage.com in docs for github pages [`38400c3`](https://github.com/toorshia/justgage/commit/38400c3ab2cf34b2481508988f85d47d837d78a9)
- [docs] Added examples list to index [`1143a1d`](https://github.com/toorshia/justgage/commit/1143a1d9031f3316bb4dea7b9f36b88bd9c19808)
- Release 1.3.2 [`04d4986`](https://github.com/toorshia/justgage/commit/04d4986cfffd65ce178883dbb684cb033fc62d4e)
- [fix] Cleaner events management [`d0af184`](https://github.com/toorshia/justgage/commit/d0af184ad7c9671c9fbf5ff1b01363a0d2bf9af5)
- [docs] Added example with variable min max values [`22a5915`](https://github.com/toorshia/justgage/commit/22a591564305ce8b0f11d55bb40be2a64f467663)
- [refactor] Cleaner code with isUndefined function [`3ac69cf`](https://github.com/toorshia/justgage/commit/3ac69cfcd92cdc7c0f9d0229d34616d56463ae9f)
- [chore] Updated raphael and added map file to release [`9e41515`](https://github.com/toorshia/justgage/commit/9e415157aaa318498215c64b77cf7ca11a4ad06f)
- [docs] Readme links and better list of examples names [`b364a1b`](https://github.com/toorshia/justgage/commit/b364a1b5eb5f65b10c3f7e26aa5fa2715f2b7ab8)
- [fix] Moved level id to bindEvent function [`0a68463`](https://github.com/toorshia/justgage/commit/0a68463a82f837ee2745c14dcf3e6331a304fcf1)
- [docs] Fixed examples links and style [`878bdc4`](https://github.com/toorshia/justgage/commit/878bdc4f59b2af43f2a0ab0109017d163f2792c3)
- [fix] Bug when min is not 0 [`80960ca`](https://github.com/toorshia/justgage/commit/80960ca3614aa8e4a098aed3b478866d675ba62d)
- [docs] Updated readme [`b438b11`](https://github.com/toorshia/justgage/commit/b438b11c6ea8001300780ecb31a1dceba1a26976)
- [fix] Bug when min is not 0 [`80960ca`](https://github.com/toorshia/justgage/commit/80960ca3614aa8e4a098aed3b478866d675ba62d)
- [docs] Fixed typo [`1fa000f`](https://github.com/toorshia/justgage/commit/1fa000f61645478f1368ea34e3d87d809a8f826b)
- [docs] Typo on readme [`9de25b6`](https://github.com/toorshia/justgage/commit/9de25b6bbe15cf08f9d4a4e42276a8a5b08fc3cb)
- [docs] Fixed regex replace for examples name [`abc1d40`](https://github.com/toorshia/justgage/commit/abc1d4051286230fa81786e3d740121943d765e3)
Expand Down
2 changes: 1 addition & 1 deletion dist/justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}(this, function (Raphael) {

JustGage = function (config) {
var JustGage = function (config) {

var obj = this

Expand Down
2 changes: 1 addition & 1 deletion dist/justgage.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/justgage.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}(this, function (Raphael) {

JustGage = function (config) {
var JustGage = function (config) {

var obj = this

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justgage",
"version": "1.3.2",
"version": "1.3.3",
"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": {
Expand Down

0 comments on commit 7e7a3c8

Please sign in to comment.