BREAKING CHANGE: Rename breadcrumbs slot from "caret" to "separator" to make it more generic
Currently, the <slot>
for inserting a breadcrumb separator is named caret
. This MR changes it to separator
to make it more generic, since the slot supports any type of separator the user wishes to insert.
Edited by Clement Ho