Skip to content

Latest commit

 

History

History
208 lines (124 loc) · 13 KB

CHANGELOG.md

File metadata and controls

208 lines (124 loc) · 13 KB

1.0.15 (2016-04-28)

Bug Fixes

  • buttons: had incorrect import statement which breaks .d.ts and import (67ee5b5)
  • universal: now plays well with ng2 universal (9d595d3), closes #61

1.0.14 (2016-04-26)

Bug Fixes

  • accordion: Panel isn't resizing after content has changed (914ae1a), closes #454
  • collapse: Setting overflow back to visible in Collapse (#433) (5c9434e), closes #372
  • datepicker: added support for null value (8109dd2), closes #16 #445
  • datepicker: If the date was set by ngModel it will be overwritten by default value (6321253)
  • Tabset: add tab-container class to the Tabset component for correct display (2b951f7)

Features

  • package: updated angular2 to 0-beta.16 (75b3568)
  • typeahead: show list of options on focuse when minLength=0 (f1c1909), closes #187 #413

Breaking changes

All components was renamed accordingly to ng2 style guide (da131ea)

Before After
Accordion AccordionComponent
AccordionPanel AccordionPanelComponent
Alert AlertComponent
ButtonCheckbox ButtonCheckboxDirective
ButtonRadio ButtonRadioDirective
Carousel CarouselComponent
Slide SlideComponent
Collapse CollapseDirective
DatePicker DatePickerComponent
Dropdown DropdownDirective
Pager PagerComponent
Pagination PaginationComponent
Bar BarComponent
Progress ProgressDirective
Progressbar ProgressbarComponent
Rating RatingComponent
Tab TabDirective
TabHeading TabHeadingDirective
Tabset TabsetComponent
Timepicker TimepickerComponent
Tooltip TooltipDirective
Typeahead TypeaheadDirective

1.0.13 (2016-04-15)

Bug Fixes

  • typeahead: blur event handler should not prevent item selection (847d375), closes #403 #418 #356
  • typeahead: Blur hide with timeout, to allow other events to be triggered. (fixes #363) (1a719d0), closes #363 #395 #389 #363

1.0.12 (2016-04-15)

Features

  • deps: upgrade to angular2 beta.15 (00e6ad4)

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)