Skip to content
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

push 4.15.35 #1204

Merged
merged 53 commits into from
Jul 25, 2015
Merged

push 4.15.35 #1204

merged 53 commits into from
Jul 25, 2015

Conversation

Eonasdan
Copy link
Owner

No description provided.

tschiela and others added 30 commits March 4, 2015 15:41
fixed package.json for npm
forced picker to show 42 days (6 weeks)
added data-day='' in the day picker
Added an option to allow the user to click on the textbox and the icon
to toggle the picker
Updated code style requirements
Allow toggling on input focus as well as icon click
Fixes #909: DefaultDate throws errors about property trim.
fix #848, added option focusOnShow for disable auto focusing input field
`disabledTimeIntervals` #644

`allowInputToggle` #929

`focusOnShow` #884

public `viewDate` function #872

`enabledHours` and `disabledHours`.

`dp.update` fires when `viewDate` is changed (in most cases) #937

`viewMode` now supports a decades view.

**Note**: because the year picker shows 12 years told, I've elected to
make this view show blocks of 12 years

**Note**: when selecting a decade the `viewDate` will change to the
**center** of the selected years

### Bug Squashing

fixed #815 by adding `.wider` when using both seconds and am/pm.

fixed #816 changed both min/max date to move the selected date inside.

fixed #855 #881 `fillDate`, `fillMonths`, `fillDow` uses
`startOf('day')`, which will hopefully fix the DST issues.

fixed #885 `daysOfWeekDisabled` will move the date to a valid date if
`useCurrent` is `true`. Today button will check if the DoW is disabled.

fixed #906

fixed #912 if `useCurrent:false` month and year view will no longer have
the current month/year selected.

fixed #914 `use24hours` will ignore anything in side of `[]` in the
format string.

fixed #916 added titles to all icons. At some point the text should be
moved to the icon's array, but this would probably be a breaking change.

fixed #940 added -1 tab index to am/pm selector

### Other Changes

changed in/decrement behavior to check if the new date is valid at that
granularity (hours, minutes, seconds). will also validate as before
Translated LESS files to SASS (scss-version)
fixes #974, certain sets of en/disabled hours break picker
fixes #975, no longer possible to toggle onto a disabled hour
Fixes missed less to sass translation
automatic screen capture using phantomjs
Usiel Riedl and others added 21 commits May 26, 2015 22:00
Fixed null exception for linked fields
Added option for customization parse function
removed nuget packages from being checked in

added grun-nuget to make building nuget packages easier
``.today`` marker wasn't visible because of invalid css-syntax in border property.
[Screenshot](https://yadi.sk/i/GqkQx725hBsq9)
…epicker.min.css in favor of using the 'path' option of grunt-contrib-less
Get rid of the ugly ../../node_modules in build/css/bootstrap-datetimepicker.min.css
fixed #1087 `sideBySide` properly supports `toolbarPlacement [top, bottom]`

fixed #1119

fixed #1069 added input.blur()

fixed #1049 fixed doc example

fixed #999 picker now looks for an element with `.input-group-addon`
Added tooltips to options for localization.
Eonasdan added a commit that referenced this pull request Jul 25, 2015
@Eonasdan Eonasdan merged commit e8bddc6 into master Jul 25, 2015
@ghost ghost locked and limited conversation to collaborators Jun 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.