Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 2.88 KB

CHANGE LOG.md

File metadata and controls

80 lines (59 loc) · 2.88 KB

FlipClock.js

0.5.0

5/25/2014
  • (Feature) Added bower.js file to the core repo
  • (Feature) Added ability to define a minimumDigit property in the FlipClock factory.
  • (Feature) Added Swedish language pack
  • (Feature) Added Italian language pack
  • (Feature) Added Danish language pack
  • (Feature) Added Dutch language pack
  • (Bug Fix) Refactored libraries to be one class per file
  • (Bug Fix) Fixed an issue with the reset method not working properly
  • (Bug Fix) Fixed an issue with the minimumDigits property.
  • (Bug Fix) Fixed issue that allows it to work with Boostrap library.
  • (Bug Fix) Fixed a number of issues from Github that wouldn't merge
  • (Bug Fix) Fixed an issue with the instantiation process not working consistently with the jQuery instantiator

0.4.0

1/20/2014
  • (Feature) Added Arabic language pack
  • (Feature) Added Russian language pack
  • (Feature) Installed Node and Grunt to make compiling the source automated and much easier
  • (Bug Fix) Capitalized French translations
  • (Bug Fix) Fixed an issue with IE7
  • (Bug Fix) Fixed a Firefox display issue
  • (Bug Fix) Fixed an issue that would cause a JS if the property didn't exist. objectivehtml#66

0.3.2

11/12/2013
  • (Bug Fix) Fixed an issue with the clock not adding the play class to new digits when it is running

0.3.1

11/07/2013
  • (Feature) Added new lang API that can be used to translate FlipClock into various languages
  • (Feature) Added English, Spanish, and German language files
  • (Bug Fix) Fixed core libraries to work with the new localizer
  • (Example) Added new example for localizing the clock

0.3.0

11/06/2013
  • (Feature) Added new Counter clock face that acts as a general flip-counter.
  • (Feature) Removed prefixfree.js dependency
  • (Feature) Added a new parameter to the DailyCounter clock face to include the seconds. If includeSeconds is set to false, no seconds will be added to the clock.
  • (Bug Fix) Fixed an issue with the clocks counting down instead of up
  • (Bug Fix) Fixed some IE compatibility issues
  • (Bug Fix) Fixed various CSS issues

0.2.0

05/28/2013
  • (Feature) Added new DailyCounter. Thanks for Brandon Kelly of Pixel & Tonic for the pull request.

0.1.3

04/24/2013
  • (Bug Fix) Fixed an preventing the hour from decreasing properly.

0.1.2

04/20/2013
  • (Bug Fix) Fixed an that caused the countdown to break if the clock when from "X digits" to "X - 1 digits". So if the clock went from 7 digits down to 6, it would break.
  • (Bug Fix) Fixed an issue that caused the clock to break if the setTime() method was used and made the clock go from 6 digits to 7.

0.1.1

04/17/2013
  • (Bug Fix) Fixed an issue causing multiple clocks on the same page to work incorrectly
  • (Bug Fix) Various API inconsistency fixes
  • (Bug Fix) Fixed some JSHint errors

0.1.0

04/17/2013

Initial beta release