Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Tags: dalelotts/angularjs-bootstrap-datetimepicker

Tags

v1.1.4

Toggle v1.1.4's commit message
ci(travis.yml): Update the version of firefox and node

v1.1.3

Toggle v1.1.3's commit message
fix(DateObject): localDateValue() returns the wrong value for some da…

…ys if there is a daylight savin

Now it uses the timezoneOffset of the specific day to calculate the localDateValue

Closes #345

v1.1.2

Toggle v1.1.2's commit message
fix(minification): Add ; to beginning of IIFE's to the code will conc…

…atenate and minify correctly.

Since removing all semi-colons, the IIFE's must start with a semi-colon so the parser will correctly

terminte intermediate values.

fixes #338

v1.1.1

Toggle v1.1.1's commit message
fix(travis): Set node version to 6

v1.1.0

Toggle v1.1.0's commit message
feat(DateObject, html, css): Current date has light gray background i…

…n week view.

The current date has a light gray background only in the week view. If the current date is selected,

then the .active date highligh overrides the light gray background.

Closes #202, #249

v1.0.1

Toggle v1.0.1's commit message
fix(annotations): Add missing inject annotation to the DirectiveContr…

…oller

Without this annotation, the minified code will not work properly. Reported by @mattlewis92

Closes #271

v1.0.0

Toggle v1.0.0's commit message
chore(coverage-threshold): Increase branch coverage threshold to 100%