Bug Fixes
- build Add support for building ngx-bootstrap on Windows (#5886)
- build: make component configs be tree-shakable (#5870) closes (#5824)
- core: don't ship an Ivy compiled library (#5915) (277e86d), closes #5862
- datepicker: fix css issue when showWeekNumbers=false for daterangepicker (16dc65e)
- datepicker: fix daterangerpicker min-max doesn't work correct (94f5975)
- datepicker: fix padding for additional buttons block (0b6fd99)
- datepicker: fix Safari macOS hover issue (5de757f)
- modal: remove the delay before hiding the modal (089738d)
- modal: rework demo & docs about modal events and onHide behaviour (063f617)
- popoper: fix memory leak in popover (a0e945b)
- popover: fix safari dismiss popover issue (f57fb41)
- typeahead: fix accessability arias (6a5df49)
Features
- datepicker: add ability to use min mode correctly in daterangepicker (420620f)
- datepicker: add tooltip module to datepicker module, use it as a tooltip (620081d)
- datepicker: max date range for daterangepicker (#5562) (#5684) (539dc28)
- typeahead: add feature to do multiple search w/ specified delimiter (c03b229), closes #5781 #5781