Skip to content

Version 1.3.4

Compare
Choose a tag to compare
@kartik-v kartik-v released this 27 Dec 18:16
· 87 commits to master since this release

Date: 27-Dec-2015

  • (enh #45): Add Greek translations.
  • (enh #46): Add Polish translations.
  • (enh #47): Enhancement for managing layout - BC Breaking.
    • New property layout to control rendering of picker and remove buttons and add your own input group addons if necessary.
    • The addon property will be removed as the layout property will allow better control for adding custom bootstrap input group addons.
    • Will be applicable for TYPE_COMPONENT_PREPEND, TYPE_COMPONENT_APPEND, and TYPE_RANGE.
  • (enh #50): Add French Translations.
  • (enh #52): Fixed class name in DatePicker.
  • (enh #55): Enhance plugin to validate enableOnReadonly correctly for all layout types.
  • (enh #56): Enhance widget to focus the input on opening datepicker via addon icon.
  • (enh #59): Clean up Greek translations
  • (enh #61): Add Swedish Translations.
  • (enh #62): Add Turkish Translations.
  • Update to latest stable release (v1.5.0) of bootstrap-datepicker plugin.
  • Refactor code and code formatting improvements.