Skip to content

Latest commit

 

History

History
131 lines (73 loc) · 9.04 KB

CHANGELOG.md

File metadata and controls

131 lines (73 loc) · 9.04 KB

1.0.11 (2016-04-08)

Bug Fixes

  • build: generate source maps for systemjs bundles (fixes #367) (81e16b7), closes #367
  • demo: added card clasess to pre tags in bs4 demo (0dfe7b2)
  • lint: added usage of tslint-config-valorsoft (cad6af3)
  • lint: enable tslint and codelyzer (fixes #309) (b60ce40), closes #309
  • typeahead: prevent form submition when typeahead selected (fixes #359) (4297410), closes #359

Features

  • package: updated to angular2 beta.14 (243585b)

1.0.10 (2016-04-01)

Features

  • package: angular2 version updated to beta.13 (91e4ad1)

1.0.9 (2016-03-31)

Bug Fixes

  • collapse: animate is not available for system.js (b28fd5d)

1.0.8 (2016-03-30)

Bug Fixes

  • use synchronous event emitters as a workaround for dehydrated detector issues (s (9c9f290)
  • build: reduce typings pain (686ef90), closes #128 #322
  • carousel: Fix Typescript 7030 error (128db51)
  • demo: including es6-shim and es6-promise (fixes #194) (80b73b4), closes #194
  • dropdowns: dropdown should close correctly when used in modals (fixes #267, fixes #221) (a7a02ff), closes #267 #221
  • ie9,10: usage of [hidden] replaced with *ngIf (fixes #238) (260e963), closes #238
  • tooltip: fix tooltip after upgrade to angular2 2.0.0-beta.12 (87a57f5)
  • tooltip: updated for beta.12 (fixes #296, closes #332) (413c2f1), closes #296 #332
  • typeahead: Fixed potential error if value of typeahead is undefined. Fixes #345 (aeb2bc1), closes #345
  • typeahead: Hide typeahead popup on blur. Fixes #351 (9c6f257), closes #351

Features

  • collapse: added animation, toggle\hide\show methods made public (closes #348, fixes #287) (2625b29), closes #348 #287
  • datepicker: Added functionality to add a custom class to specific dates. Supports empty cust (0f6389f)
  • package: angular2 version updated to 2.0.0-beta.12 (15c866f)

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)