Skip to content

v6.2.0

Compare
Choose a tag to compare
@daniloff200 daniloff200 released this 06 Nov 14:48
· 240 commits to development since this release

Bug Fixes

  • 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: 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)