Skip to content

Releases: valor-software/ngx-bootstrap

v7.1.0

27 Aug 11:48
Compare
Choose a tag to compare
7.1.0

v7.0.1

26 Aug 08:24
Compare
Choose a tag to compare
7.0.1

v7.0.0

21 Jul 07:59
Compare
Choose a tag to compare
7.0.0

v7.0.0-rc.5

20 Jul 12:33
Compare
Choose a tag to compare
v7.0.0-rc.5 Pre-release
Pre-release
7.0.0-rc.5

v7.0.0-rc.4

19 Jul 09:33
Compare
Choose a tag to compare
v7.0.0-rc.4 Pre-release
Pre-release
7.0.0-rc.4

v7.0.0-rc.3

07 Jul 13:42
Compare
Choose a tag to compare
v7.0.0-rc.3 Pre-release
Pre-release
7.0.0-rc.3

v7.0.0-rc.2

11 Jun 13:22
Compare
Choose a tag to compare
v7.0.0-rc.2 Pre-release
Pre-release
7.0.0-rc.2

v7.0.0-rc.1

01 Jun 10:02
Compare
Choose a tag to compare
v7.0.0-rc.1 Pre-release
Pre-release
chore(ci): publish to ngx-bs and update gh_pages source dir

v6.2.0

06 Nov 14:48
Compare
Choose a tag to compare

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)

v6.1.0

28 Aug 14:43
Compare
Choose a tag to compare

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