Skip to content

rust-rhubarb

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewseguin andrewseguin released this 13 May 19:08
94c27b5

Bug Fixes

  • checkbox: don't show hover ripples on touch devices (#13700) (43b4fec), closes #13675
  • drag-drop: allow for element in DropListRef to be changed (#15091) (e630bd6), closes #15086
  • drag-drop: don't allow user to move item into container that isn't connected to current one by passing it over an intermediate one that is (#15660) (1ac9386), closes #15191
  • drag-drop: error if item is removed while dragging (#15950) (a632067), closes #15827
  • drag-drop: preview element not maintaining canvas data (#15808) (31e72a7), closes #15685
  • list: form control cleared when list is destroyed (#16005) (40b335c), closes #15994
  • menu: prevent menu from collapsing to less than one item (#15454) (941a0d9)
  • overlay: add panelClass from position to the overlay (#15853) (00226f0)
  • overlay: allow overlay sass variables to be overwritten (#15507) (b1c10d1), closes #15467
  • popover-edit: direction not being passed to overlay (#15951) (7774ae1)
  • portal: correct return type of TemplatePortal.attach (#14602) (70bc4d5), closes #14584
  • scrolling: virtual scroll not disconnecting from data source on destroy (#15856) (8494f03), closes #15855
  • select: optionSelectionChanges not emitting when the list of options changes (#14814) (f6cd86e)

Features