Skip to content

v0.6.5

Choose a tag to compare

@edcarroll edcarroll released this 29 May 02:56
· 512 commits to master since this release
  • Multi-select labels no longer remain after options are programmatically removed (closes #70, thanks to @fsievers)
  • Select, search & dropdown components all now close when opening another similar component (closes #71)
  • Fixed transition component when using ChangeDetectionStrategy.onPush (closes #59, thanks to @piotrn1)
  • Fixed error derived from incorrect usage of RxJS in UMD bundle (closes #68)
  • Fixed small bug in accordion that prohibited use of isDisabled with isOpen in some cases (addresses #57)
  • Fixed accordion animation breaking when using ngFor (closes #61)
  • Stopped dimmers from fading when initially rendered
  • Updated usage of Popper.js (closes #64 #65)