Ngx Bootstrap Versions Save

Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)

v11.0.0

8 months ago

v10.3.0

1 year ago

v10.2.1

1 year ago

v10.2.0

1 year ago

v10.1.0

1 year ago

v10.0.0

1 year ago

v9.0.0

1 year ago

v9.0.0-RC.2

1 year ago

v9.0.0-RC.1

1 year ago

v8.0.0

2 years ago

Most notable changes for v8 release:

  • added support for Angular v13, while still compatible with Angular v12, if your application is compiled in ivy mode
  • in v7.1 we have added a support for Bootstrap 5 and in v8 it has become the default, you are able to continue use Bootstrap 4 if needed
  • support for Bootstrap 3 has been discontinued, however it may still be usable with v8, there are no guarantees it will work as expected, and is not suggested
  • the old datepicker which was deprecated since v6 version was removed for good, please use BsDatepicker
  • and last but not least, hopefully you are enjoying the new look of our documentation

Like, Subscribe, Stay tuned ;)

Regards, @valorkin

BREAKING CHANGES

Bug Fixes

  • datepicker: fixed error while cleaning input for daterangepicker (#6407) (fc5f05c)
  • datepicker: fixed clear button in datepicker (#6338) (12e050f)
  • datepicker: fixed inline datepicker subscriptions (#6339) (2e85bac)
  • datepicker: fixed enabled/diabled dates (#6355) (f247b18)
  • progressbar: fixed error Cannot read properties of undefined (reading 'currentValue') (#6409) (df7bdba)
  • typeahead: fixed exports of typeahead lib (#6402) (fbe749c)
  • component-loader: don't remove elemenent if component is detached fix #6358 (425db25)
  • build: add manual exports for root package (136a85e)
  • core: updated peer deps and added license mentions of secondary entry points (fixes #6371) (dfb957f)
  • popover: added a space between containerClass and checkMarginNecessity() (#6352) (757292b)
  • build: change build folder structure in order to work properly with nx 13 (8bfbfa5)
  • build: fix api docs api generation (c275900)

Features

  • datepicker: prevent overflow if adaptivePosition is set to true (#6408) (a43f6c2)
  • schematics: change Bootstrap version to 5 (cf39d34)
  • datepicker: add Spanish (Puerto Rico) [es-pr] locale (#6374) (13a4b92)
  • datepicker: BREAKING CHANGE dropped old version of datepicker (#6391) (85f56bb)
  • documentation: updated use-cases (#6360) (fa365cf), closes #6359
  • documentation: Documentation UI update (#6305) (bd81f14), closes #6364