New
New features have landed to help change all the CSS classes in case of conflicts with other libraries (looking at you bootstrap).
- Tooltip
arrowSelector
andinnerSelector
options (and corresponding global options). - Popover
popoverBaseClass
,popoverInnerClass
,popoverWrapperClass
andpopoverArrowClass
props (and corresponding global options).
Other new features:
- Popover
disabled
prop.
Improvements
- Popover: improvements has been made to internals regarding the show and hide actions.
- Better demo design.