Skip to content

Tags: crsten/datepickk

Tags

v1.4.1

Toggle v1.4.1's commit message
fix(es6 import): adding support for es6 imports + switching to webpack

v1.4.0

Toggle v1.4.0's commit message
docs(language): adding language documentation

v1.3.0

Toggle v1.3.0's commit message
Merge pull request #20 from xevinbox/master

feat(language): add Russian lang

v1.2.0

Toggle v1.2.0's commit message
feat(weekStart): adding weekStart property to define when the week sh…

…ould start

closes #11

v1.1.5

Toggle v1.1.5's commit message
fix(locked): adding event in args

event wasn't included in args which caused bugs in some browsers

v1.1.4

Toggle v1.1.4's commit message
fix(languages): adding aliases to existing languages

v1.1.3

Toggle v1.1.3's commit message
fix(date limitation): minDate/maxDate could not be reset

adding null check to reset minDate/maxDate

v1.1.2

Toggle v1.1.2's commit message
fix(color): added color definition to datepickk container

color was not defined on datepickk container, which resultet in wrong text colors if a color was set

on the body element

v1.1.1

Toggle v1.1.1's commit message
fix(style): adding overflow:hidden to year/month chooser -> IE render…

…ed wrong

v1.1.0

Toggle v1.1.0's commit message
feat(onNavigation): adding new callback: onNavigation -> triggers whe…

…n the visible date changes