Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

68 lines (38 loc) · 4.52 KB

1.0.7 (2016-03-16)

Bug Fixes

  • demo: fix demo layout (227ef4e)
  • progress: progress bar now works with ng2 (f970433)

Features

  • pagination: use inner html for pagination button text (66cc008)

1.0.6 (2016-03-09)

Bug Fixes

  • datepicker-inner: When changing view on datepicker, and going left and right, selected date (97c8735)
  • tooltip: fix positioning of tooltip container (5697574)

Features

  • datepicker: Added an attribute onlyCurrentMonth which if true will not show dates from previ (529af20)

1.0.5 (2016-02-24)

Bug Fixes

  • datepicker: setting default value for SHOW_WEEKS (aa09451)
  • daypicker: text center align in bootstrap 4 (dfd502f)
  • tabs: destroy cycle, closes #180 (ae8c617), closes #180

1.0.4 (2016-02-24)

Bug Fixes

  • build: fix npm start command, fixes #113 (217fe3a), closes #113
  • build: rollback compression plugin version to 0.2, fixes #103 (3d59e2d), closes #103
  • "outsideClick" still closed the dropdown on any click (6348f72), closes #124
  • build: updated to use ts 1.8.2, fixes #116 (206770b), closes #116
  • datepicker: setting default value for SHOW_WEEKS (f0079ad)
  • datepicker: upgrade to beta 1, issue #38 (b1a5507)
  • export: all the correct directives are now properly exported (b00a30b)
  • pager: multiple times defined event numPages, fixes #111, closes #112 (780eebd), closes #111 #112
  • pagination: multiple triggering of pageChanged event, fix #76, fix #138, closes #146 (91c4ec4), closes #76 #138 #146

Features

  • allow two-way binding on isOpen (674fcb7)
  • build: update to use ng2 beta7 & use ts typings, fixes #212 (31e6300), closes #212
  • datepicker: datepicker fixed for 0-beta.2, closes #120, fixes #38 (a3d9e1c), closes #120 #38
  • dropdown: implement "nonInput" auto-close mode (94d9909)
  • tabs: removable tabs (c465610)