Skip to content

Tags: FM-Systems/angular-bootstrap-datetimepicker

Tags

v1.2.2

Toggle v1.2.2's commit message
Update moment.js version to fix CVE

moment `2.15.1` -> `2.29.4`

v1.2.1

Toggle v1.2.1's commit message
enabling weekends for returns datetime pickers

v1.2.0

Toggle v1.2.0's commit message
enabling weekends for returns datetime pickers

v1.1.4

Toggle v1.1.4's commit message
updating version

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 dalelotts#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 dalelotts#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 dalelotts#202, dalelotts#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 dalelotts#271

v1.0.0

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