Skip to content

update from original #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 47 commits into from
Feb 22, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
0cf5374
New dev version
trentrichardson Mar 16, 2015
cb8200b
#795 Fix out of date css in documentation
trentrichardson Mar 19, 2015
cf32a82
- Fixed parseTime for altFieldTimeOnly use
RizziCR Apr 13, 2015
7f5ff91
Merge pull request #801 from RizziCR/dev
trentrichardson Apr 14, 2015
ec1d5e8
Fixes spacing to tabs
trentrichardson Apr 14, 2015
439a9a1
#799 - @CoryDuncan - "Now" button does not update calendar selected date
trentrichardson Apr 14, 2015
211a104
New version v1.5.3
trentrichardson Apr 19, 2015
b523fe1
Merge branch 'dev'
trentrichardson Apr 19, 2015
1e77bfe
New dev version
trentrichardson Apr 19, 2015
5b2665f
Pull #809 - @sandermarechal Update grunt-contrib-uglify to fix build …
trentrichardson May 7, 2015
776b650
Pull #813 - Move noDisplay class to class attribute by @bpahan
trentrichardson May 11, 2015
9bfd608
New Version
trentrichardson May 11, 2015
81976d7
Merge branch 'dev'
trentrichardson May 11, 2015
19e1e6a
New Dev Version
trentrichardson May 11, 2015
1d76148
#814 - @meysampg - Add persian language file to i18n
trentrichardson May 15, 2015
32cc4fb
Update README.md
gdurelle May 22, 2015
096125d
#817 - Update bower.json with main file entries
trentrichardson May 22, 2015
eff614b
Merge pull request #818 from gdurelle/patch-1
trentrichardson May 24, 2015
d31f8a2
New Version
trentrichardson May 24, 2015
4f87dc1
Merge branch 'dev'
trentrichardson May 24, 2015
47afa32
New dev version
trentrichardson May 24, 2015
ce608a2
Fix version number in bower instructions
trentrichardson May 24, 2015
254db14
Pull #823 - removes version from bower.json as it is not needed
trentrichardson Jun 13, 2015
4a57728
Pull #822 - Fixes AMD support to match jqueryui standard
trentrichardson Jun 13, 2015
72d0a55
Issue #223 - Updates gotoToday to handle timezones better
trentrichardson Jun 14, 2015
970de92
Issue #223 - revert gotoToday change for timezone
trentrichardson Jun 14, 2015
47dbb0f
Issue #223 - Apply fix to gotoToday proposed fix
trentrichardson Jun 14, 2015
101ba95
Allow direct time input from widget
insonifi Jun 26, 2015
a165d60
Adding documentation for timeInput option
insonifi Jun 26, 2015
829ffa7
Clean up some styles, missing semicolons, add example
trentrichardson Jun 29, 2015
650df7f
Merge branch 'insonifi-dev' into dev
trentrichardson Jun 29, 2015
60bff08
BugFix: Update input after pressing now button
cadi Jul 22, 2015
aaca71e
BugFix: Update input after pressing now button.
cadi Jul 22, 2015
248d09c
Merge branch 'dev' of https://github.com/carldiegelmann/jQuery-Timepi…
cadi Jul 22, 2015
477d2b5
BugFix: Update input field after pressing now button
cadi Jul 22, 2015
506e148
Merge pull request #829 from carldiegelmann/dev
trentrichardson Jul 22, 2015
fa89d85
#828 - Updates package.json to add to npm
trentrichardson Jul 22, 2015
a966f39
#828 - Fixes name to be npm friendly
trentrichardson Jul 22, 2015
eb0a187
tweak package.json
trentrichardson Jul 22, 2015
ecc41f9
Fix version in package.json
trentrichardson Jul 22, 2015
3dfe7d5
Fix version in package.json
trentrichardson Jul 22, 2015
6326162
Pull #836 - fixes "invalid-meta" warning for bower
trentrichardson Sep 2, 2015
d407ddf
#838 - Macedonian localization by @ristovskiv
trentrichardson Sep 21, 2015
f2b80be
New Version
trentrichardson Nov 14, 2015
95d3ec3
Merge branch 'dev'
trentrichardson Nov 14, 2015
f66f23c
Adds missing file
trentrichardson Nov 14, 2015
17c4f29
Merge branch 'dev'
trentrichardson Nov 14, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
New dev version
  • Loading branch information
trentrichardson committed Mar 16, 2015
commit 0cf5374e13aa36e89f351fb94f83a9cdec10df6c
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jqueryui-timepicker-addon",
"version": "1.5.2",
"version": "1.5.3",
"repository": {
"type": "git",
"url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"
Expand Down
2 changes: 1 addition & 1 deletion jquery-ui-timepicker-addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-ui-timepicker-addon",
"title": "jQuery Timepicker Addon",
"description": "A timepicker addon for jQueryUI datepicker.",
"version": "1.5.2",
"version": "1.5.3",
"modified": "2015-03-15",
"homepage": "http://trentrichardson.com/examples/timepicker",
"author": {
Expand Down