Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 14, 2020
1 parent 3ac9d41 commit 8e22994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 14 January 2020
- Issue 241 - Support for refresh(options) where options will extend current options [`#340`](https://github.com/toorshia/justgage/pull/340)
- Release 1.3.4 [`2d1ddf9`](https://github.com/toorshia/justgage/commit/2d1ddf937de46a04e6d264202ea089caf568f86c)
- feat: Issue 241 - added update method to support updating valueFontColor hex value dynamically [`3e0841b`](https://github.com/toorshia/justgage/commit/3e0841b1950a2b83ffe3a8fac4947b7ddb71b65e)
- feat: Issue 241 - added support for options as array in update() [`4245021`](https://github.com/toorshia/justgage/commit/42450211c37d7635aefac41ada0dbfcf1ee71f5a)
- feat: Issue 241 - add support for labelFontColor as update() parameter [`11a6455`](https://github.com/toorshia/justgage/commit/11a64556aaa630224a58d883206d79fac1fbd9b7)
- docs: Issue-241 - update README to include .update() functionality [`a7cdb9f`](https://github.com/toorshia/justgage/commit/a7cdb9fc03148ca0fdf5c52b4d228dccd4ee3cd5)
- feat: Issue 241 - add support for labelFontColor as update() parameter [`11a6455`](https://github.com/toorshia/justgage/commit/11a64556aaa630224a58d883206d79fac1fbd9b7)
- Update index.html [`5fce6bc`](https://github.com/toorshia/justgage/commit/5fce6bcd16b3e1e6e325808ed8251d3f0bc1887e)
- docs: Updated Readme with breaking changes [`76043c1`](https://github.com/toorshia/justgage/commit/76043c10338c881e2d471e47a12e9f4dddb596b8)
- Update index.html [`ce6e872`](https://github.com/toorshia/justgage/commit/ce6e872ddeba9a49996c88a80b6c08661e1dd9ec)
- fix: Removed const and backtick for browser compatibility [`491a010`](https://github.com/toorshia/justgage/commit/491a010f564b514a8ea77b136f51410cf56c919b)
- fix: Animation time human numbers example [`ac84e89`](https://github.com/toorshia/justgage/commit/ac84e89729c79a0e89f1517ed52325b2f201450b)
- Update index.html [`251b7c4`](https://github.com/toorshia/justgage/commit/251b7c483e1e63d14d6e084660fa0dae067cc20a)
- Update index.html [`c090293`](https://github.com/toorshia/justgage/commit/c0902934c3d887a49235729987d5a19360ee83fa)
- fix: Human numbers example range [`59c0945`](https://github.com/toorshia/justgage/commit/59c09457729b30336ebe2f7d1c1c00178f5488b8)
- Update index.html [`c090293`](https://github.com/toorshia/justgage/commit/c0902934c3d887a49235729987d5a19360ee83fa)
- chore: Revert after failed release [`3ac9d41`](https://github.com/toorshia/justgage/commit/3ac9d4138784fec23403317ad0fcf78121bb507b)
- Update index.html [`251b7c4`](https://github.com/toorshia/justgage/commit/251b7c483e1e63d14d6e084660fa0dae067cc20a)

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

Expand Down
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.3",
"version": "1.3.4",
"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 8e22994

Please sign in to comment.