Releases: toorshia/justgage
Releases · toorshia/justgage
Release 1.3.4
- 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
- Merge branch 'master' of https://github.com/toorshia/justgage (a722b43)
- [fix] JustGage is not defined #338 (90b66c6)
- Merge pull request #337 from deezone/README-npm-example (971f69d)
- chore: added link url (b0f997c)
- docs: addition of link to sample repo that demonstrates npm/browserfy setup for justgage as a package (0a0d960)
Release 1.3.2
- [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
- [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)