-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
push 4.15.35 #1204
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Fix #647 (regression)
`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)
fix horizental positioning
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
Fixed lazy binding value bug
Fixed null exception for linked fields
Added option for customization parse function
Fix jquery dependency
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)
.today mark fixed
add default! to sass variables
…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
Added tooltips to options for localization.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.