New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-bootstrap - npm Package Versions

1
11

7.1.2

Diff

Changelog

Source

7.1.2 (2021-09-24)

Bug Fixes

  • aria-expanded: fixed unnecessary aria-expanded (#6297) (329c7b8)
  • datepicker: fix enabledDates/disabledDates property not working in min-mode (#6290) (78c45bc)
  • datepicker: fix wrong value for SV and NL locales in daterangepicker (#6303) (2fb60fd)
  • dropdown: fixed dropdown right align for bs5 (#6298) (aa279f4)
  • modal: fixed modal uniq id (#6299) (be1db58)
  • modals: fixed modals documentation for ModalOptions (#6292) (0222e4f)
  • timepicker: fixed reset validation for ngModel (#6294) (d777be6)

Features

  • datepicker: add timepicker support (#6275) (e93950b)
  • datepicker: added config param to enable optional current time initialization (#6288) (3d2a0d5)
  • dropdown: add arrow key navigation for dropdown list (#4156) (107f2b2)
  • timepicker: add config for allowing empty time (#6279) (3a0757a)
  • typeahead: added config option selectItemOnBlur to select item onBlur (#6295) (f36ec96)
ngxbs
published 7.1.1 •

Changelog

Source

7.1.1 (2021-09-10)

Bug Fixes

  • carousel: fixed prev and next buttons with disabled class, margin-right for multilist carousel (#6241) (3a6f7e3)
  • collapse: fix setting display value (#6257) (aaf1240)
  • datepicker: fix custom ranges adaptive view (#6255) (f4689aa)
  • datepicker: fixed isdisabled mode (#6286) (ff7d650)
  • pagination: fixed default values for first, next, previous, last texts (#6281) (9703904)
  • popover, tooltip: fix positioning by not accessing always undefi… (#6271) (6c138db), closes #6237
  • popover, tooltip: fixed right position for popover and tooltip (#6285) (0d9d0fc)
  • progressbar: fixed max value for stacked progressbar (0a5812c)
  • readme: delete extra link getting start in readme (1544a20)
  • readme: updated metadata description (#6273) (e3b15db)

Features

  • dropdown: added option to stop propagation (#6282) (0e78e51)
  • timepicker: added meredianChange output with current meredian value (#6256) (653e4c4)
ngxbs
published 7.1.0 •

Changelog

Source

7.1.0 (2021-08-27)

Features

ngxbs
published 7.0.1 •

Changelog

Source

7.0.1 (2021-08-26)

Bug Fixes

  • accordion: fix isOpenChangeevent (#6254) (51808da)
  • documentation: fix cdn links for bs4 (#6215) (a929485)
  • popover: add fallback value if parseFloat on css fails (69f68bd)
  • typeahead: need to check if _matches is not undefined in the blur handler (#6028) (c0beddb)

Features

ngxbs
published 7.0.0 •

Changelog

Source

7.0.0 (2021-07-21)

ngxbs
published 7.0.0-rc.5 •

Changelog

Source

7.0.0-rc.5 (2021-07-20)

Bug Fixes

  • schematics: fix schematics after npm testing (#6211) (92e72bd)
ngxbs
published 7.0.0-rc.4 •

Changelog

Source

7.0.0-rc.4 (2021-07-19)

Bug Fixes

Features

  • accordion: using dropdown(ngx-bootstrap) inside an accordion (#6154) (3947950)
  • bootstrap: updated bootstrap 4.0.0 up to 4.5.3 (#6206) (67736e0)
  • schematics page: add new page on docs site for schematics (#6181) (52083d4)
ngxbs
published 7.0.0-rc.2 •

ngxbs
published 7.0.0-rc.1 •

Changelog

Source

7.0.0-rc.1 (2021-06-01)

Bug Fixes

  • buttons: fixes btnRadioGroup emits value changes twice (7fd0f96), closes #5958
  • carousel: go to a previous slide (902033c)
  • ci: fix latest & next builds 'Unknown ver 76 of Android' error (#5997) (b4c3046)
  • datepicker: add maxDate value handling in maxDateRanges logic (#6033) (a37d845)
  • datepicker: avoid mutating value in daterangepicker (#6035) (ca66023), closes #6034
  • datepicker: fix multiple calendars with min-mode #6104 (#6134) (ae02750)
  • datepicker: right arrow (#6160) (7735c87)
  • datepicker: setting initial state of datepicker via bsValue (#6121) (ea62fb9)
  • datepicker: update the BsDatepicker's current time to the time at selection (bc188d6)
  • dropdown: fix default value of displaying (#6146) (2224b5f)
  • modal: fix the closure of modal when clicking of scrollbar in some browsers (6972d53)
  • modal: rollback on breaking function renaming (e6d61b9)
  • pagination: fix default values for align in pager after applying strict mode (0a52e00)
  • readme: update slack button (#6024) (40662ee)
  • tests: fix failed tests because of old HeadlessChrome ver. (#6020) (fb93e7d)
  • tests: fixed tests for carousel, custom steps, rating, timepicker, modals, typeahead, pagination components (#6100) (66777d9)

Features

  • build: full lifecycle update before v7 (#6040) (e8822ac)
  • build: update Angular to 11 (#5883) (b5e2539)
  • datepicker: add param to prevent change to next month after first date pick in right calendar (#6058) (2c671b6)
  • datepicker: improve manual DateRange input (1d7adbd)
  • focus-trap: add focus trap module (#5634) (8bcc900)
  • modal: interception of closure for modal (09c5b42)

Performance Improvements

  • datepicker: lint files (3d81df5)
  • datepicker: unsubscribe open subscriptions on onDestroy hook (3e37cd7)
valorkin
published 6.2.0 •

Changelog

Source

6.2.0 (2020-11-06)

Bug Fixes

  • build: fix latest & next test builds (f94bd1d)
  • datepicker: fix TypeError when clearing daterange with active showPreviousMonth option (7b5ea3d)
  • datepicker: translate the fixed buttons ('today', 'clear', 'custom range') #5896 (dbf958e)
  • demo: fix stackblitz build, fix core-js not correct version (#5956) (61c6924)
  • modal.service: typo error (should compare id value) (e73d0ab)
  • modal: change method call sequence (#5944) (f5e79c8)
  • modal: change to add Dismiss Reason on modal hide with back click (#5942) (bf25a11)
  • modal: set random value in config.id if it doesn't have any value (68bd7cc)
  • progressbar: add aria-valuemax fix (b838326)

Features

  • ci: add firebase preview to PRs (#5970) (b7a03cc)
  • datepicker: add startview to datepicker (#5816) (37e33ea)
  • datepicker: add theming to Show and Clear buttons (#5959) (313fe90)
  • modal: add test case for id unspecified case in config (ModalOptions) (7f0e30a)
  • Modal: enable type-checking for BsModalRef.content & ModalOptions.initialState (9583752)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc