Skip to content

Releases: valor-software/ngx-bootstrap

v1.1.9

22 Aug 11:27
Compare
Choose a tag to compare

Bug Fixes

  • build: All [@HostBinding](https://github.com/HostBinding) and [@HostListener](https://github.com/HostListener) should be public (#1086) (3691757), closes #1080

v1.1.8

22 Aug 11:27
Compare
Choose a tag to compare

Bug Fixes

v1.1.6

22 Aug 11:27
Compare
Choose a tag to compare

Bug Fixes

  • build: change properties privacy to use in factories (19c0c61)
  • datepicker: changing the date programatically selects the correct date (#1041) (fb6d532), closes #858
  • datepicker: fixed broken bindings for aria-labelby and ids (#1055) (26d9209)
  • datepicker: Fixing Colspan (#1057) (e71a8ae)
  • datepicker: imlement ReactiveForms setDisabledState for TimepickerComponent (cd58c3b), closes #1024
  • demo: fixed tabs demo (#1050) (969a61a)
  • export: removed obsolete exports to avoid missusage (6993e97)
  • modal: Call hideModal in ngOnDestroy if modal is shown (#1038) (b38db2a), closes #853 #1051 #1052
  • package: development files added to .npmignore (887c6b2), closes #737
  • pagination: Fix disabled class on next and last buttons (#1036) (01f4759), closes #922
  • slider: Slide shouldnt enforce text alignment (#824) (ad2c5a6)
  • template: templates should not use es6 templates (de26168)
  • typeahead: Fix crash with contenteditable inputs (47b9fb1)
  • univeral: added hacks for missing type keywords (d20ccf1), closes #964
  • utils: now attach to body should work for mixed ng1+ng2 apps (99f15c8), closes #1069 #1056

Features

  • build: added config file for wallabyjs (cec8bae)
  • build: use ngc compiler to produce metadata (afabb9d), closes #1060 #992 #933
  • buttons: update radio button directive to work with ReactiveForms (5d51939), closes #1023
  • tabs: added custom class option (13fac37), closes #766 #842 #842
  • tooltip: added tooltipStateChanged and exporting the directive (#939) (650b4f7)

v1.1.5

22 Aug 11:27
Compare
Choose a tag to compare

Bug Fixes

  • modal: fixing hack which gets root viewContainerRef to attach backdrop (b5db597), closes #975 #854

v1.1.4

22 Aug 11:27
Compare
Choose a tag to compare
1.1.4

v1.1.3

22 Aug 11:27
Compare
Choose a tag to compare

Bug Fixes

  • modal: should fix 'no provider for ...' exception (4c3e4c9), closes #854 #951
  • tests: "no provider" error when running tests (#963) (8483615)

v1.0.17

31 May 13:47
Compare
Choose a tag to compare

Bug Fixes

  • datepicker: added ngOnChanges hook (ecffdb0), closes #543
  • timepicker: added null value validation (f9ad7e7), closes #533
  • tooltip: Fix tooltip arrows in bootstrap v4 (b4250d4), closes #141

Features

  • modals: added declarative modals component (#564) (1d0903f), closes #29
  • tooltip: adds implementation to tooltipEnable (#517) (1470892)

v1.0.13

15 Apr 13:40
Compare
Choose a tag to compare

Bug Fixes

v1.0.12

15 Apr 12:49
Compare
Choose a tag to compare

Features

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

v1.0.11

08 Apr 14:20
Compare
Choose a tag to compare

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)