Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 31, 2016
1 parent 1fcf8c3 commit ace379b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "pickmeup",
"version" : "2.9.2",
"version" : "2.10.0",
"homepage" : "https://github.com/nazar-pc/PickMeUp",
"authors" : [
"Nazar Mokrynskyi <[email protected]>"
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.10.0 (31 August, 2016)
* Refactoring to `set_date` during initialization instead of duplicating code
* Added new option `current`, represents date that will be in the center of rendered calendar
* Fix for [#41](https://github.com/nazar-pc/PickMeUp/issues/41) (do not move months back and forth when selecting days)
* Refactoring towards unification and normalization (dates as `Date` objects)
* Fix for [#97](https://github.com/nazar-pc/PickMeUp/issues/97) and generally for setting date outside of limits
* Fix for setting date to empty array, to address underlying problem in [#121](https://github.com/nazar-pc/PickMeUp/issues/121)
* Make sass variables 'default' ([PR #313](https://github.com/nazar-pc/PickMeUp/pull/131))
* Tiny fix for `show` method being forced even when it shouldn't
* Do not update `<input>` value unless value really changed to avoid cursor jumping
* Small fixes

2.9.2 (05 August, 2016)
* Fix for [#120](https://github.com/nazar-pc/PickMeUp/issues/120) (when applied to multiple elements options might be changed during initialization of one element and then used in another, fixed by deep copy of options)
* Added support for numeric (Unix timestamp in milliseconds) dates
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"date",
"calendar"
],
"version" : "2.9.2",
"version" : "2.10.0",
"homepage" : "https://github.com/nazar-pc/PickMeUp",
"author" : {
"name" : "Nazar Mokrynskyi",
Expand Down

0 comments on commit ace379b

Please sign in to comment.