Skip to content

Releases: toorshia/justgage

Release 1.3.4

14 Jan 08:37
Compare
Choose a tag to compare
  • chore: Revert after failed release (3ac9d41)
  • Release 1.3.4 (2d1ddf9)
  • fix: Removed const and backtick for browser compatibility (491a010)
  • fix: Animation time human numbers example (ac84e89)
  • Merge branch 'master' of https://github.com/toorshia/justgage (c965865)
  • fix: Human numbers example range (59c0945)
  • Update index.html (c090293)
  • Update index.html (5fce6bc)
  • Update index.html (251b7c4)
  • Update index.html (ce6e872)
  • docs: Updated Readme with breaking changes (76043c1)
  • Merge pull request #340 from deezone/Issue-241 (ff32c9a)
  • docs: Issue-241 - update README to include .update() functionality (a7cdb9f)
  • feat: Issue 241 - add support for labelFontColor as update() parameter (11a6455)
  • feat: Issue 241 - added support for options as array in update() (4245021)
  • feat: Issue 241 - added update method to support updating valueFontColor hex value dynamically (3e0841b)

Release 1.3.3

05 Nov 17:19
Compare
Choose a tag to compare

Release 1.3.2

09 Oct 07:37
Compare
Choose a tag to compare
  • [docs] Added example with variable min max values (22a5915)
  • [fix] Bug when min is not 0 (80960ca)
  • [docs] Updated readme (b438b11)
  • [docs] Fixed regex replace for examples name (abc1d40)
  • [docs] Typo on readme (9de25b6)
  • [docs] Readme links and better list of examples names (b364a1b)
  • [docs] Fixed examples (585b0ff)
  • [docs] Fixed examples links and style (878bdc4)
  • [docs] Fixed typo (1fa000f)
  • [docs] Added examples list to index (1143a1d)
  • [docs] Moved justgage.com in docs for github pages (38400c3)
  • [refactor] Cleaner code with isUndefined function (3ac69cf)
  • [fix] Moved level id to bindEvent function (0a68463)
  • [fix] Cleaner events management (d0af184)
  • [chore] Updated raphael and added map file to release (9e41515)

Release 1.3.1

06 Aug 15:15
Compare
Choose a tag to compare
  • [fix] Removed const (2d1773a)
  • [fix] Memory leak: Unbind events on destroy #296 (e4993c0)
  • [fix] Eve not defined (81cff4c)
  • [feat] Raphael 2.2.8 (5debfd6)
  • [build] Dist files and updated release script (4b235eb)
  • [feat] Gruntfile for dist (b6cd2cb)
  • [refactor] Comments (ca519ed)
  • [feat] Made JustGage AMD andCommonJS friendly (8815ad8)
  • [docs] Added label to refresh (7d21cb9)
  • [docs] Display remaining example and docs (5af3d23)
  • Merge pull request #275 from doofusdavid/master (b4fd547)
  • Merge branch 'master' into master (b55706c)
  • [fix] Reverse example customSectors (350a7db)
  • [feat] Support for label in refresh method (3eea1ac)
  • [feat] Refresh with min value support (back compatible fix) (b51840c)
  • Merge pull request #265 from ghost/master (f6930ac)
  • [docs] Methods section (d6d28cf)
  • [fix] Destroy event and example (15f3c26)
  • Fixed refresh and other locations for displayRemaining (e78d035)
  • Added a displayRemaining property which will show the difference between value and max (useful if you're more interested in how much is left, rather than how much has been used. (904654b)
  • Update .refresh() to support min value (29ab14f)

1.2.9

26 Sep 00:04
Compare
Choose a tag to compare

customSectors receives structural update + additional "percents" feature (define ranges in %)

1.2.7

24 Sep 21:13
Compare
Choose a tag to compare
  • hideInnerShadow replaced with showInnerShadow due to performance issues with shadows turned on by default
  • relative sizing fixed (it was not working due to wrong canvas size calculations)

1.2.6

23 Sep 21:39
Compare
Choose a tag to compare

Title feature removed, widget dimensions adjusted to fill 99% available canvas width or height (depending on canvas aspect ratio)

1.2.5

22 Sep 23:08
Compare
Choose a tag to compare

1.2.4

22 Sep 22:47
Compare
Choose a tag to compare

JustGage.prototype.destroy() - added method to remove gauge node from DOM

1.2.3

21 Sep 10:49
Compare
Choose a tag to compare

Fixing filter paths trying to fetch invalid URLs #245