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

Commit

Permalink
Added changelog for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Sep 2, 2016
1 parent a5cec28 commit 893b3d8
Show file tree
Hide file tree
Showing 3 changed files with 20 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.10.0",
"version" : "3.0.0",
"homepage" : "https://github.com/nazar-pc/PickMeUp",
"authors" : [
"Nazar Mokrynskyi <[email protected]>"
Expand Down
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
3.0.0 (02 September, 2016)
* PickMeUp is now standalone, no jQuery needed
* `.pmu-flat` and `.pmu-hidden` classes added
* Events are now native DOM events instead of callbacks in options
* Changing date in input field will immediately affect datepicker
* Defaults moved from `$.pickmeup` to `pickmeup.defaults`
* Internals (runtime options, events, etc.) are stored in `element.__pickmeup`
* `before_show` event removed as redundant
* Days/months/years rendering is now done in form of elements, which allows to customize contents in any possible way, while necessary data are stored in private properties of those elements
* New options `instance_template` and `instance_content_template` added
* Stop patching `Date.prototype`, use local wrappers instead
* `trigger_event` option was removed and styles adjusted to remove 300ms delay when clicking on touch devices
* Added support for multiple languages with ability to choose during initialization (using newly added option `locales` and changed option `locale`)
* Added gulp task for building minified file
* Files re-structuring
* Refactoring and smaller bug fixes
* Minified source become even smaller!

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
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.10.0",
"version" : "3.0.0",
"homepage" : "https://github.com/nazar-pc/PickMeUp",
"author" : {
"name" : "Nazar Mokrynskyi",
Expand Down

0 comments on commit 893b3d8

Please sign in to comment.