-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reworked Button, removed all previous functionality and added state toggle functionality and its specific method * Added `pause()` method for Carousel * Removed `getActiveIndex()` method from public access for Carousel * Removed Modal `setContent` and its specific `content` option * Tooltip / Popover no longer remove their generated tip on `hide()` calls, only when `dispose()` is called * Tooltip / Popover changes: added `customClass` option and `animation` option is now boolean * ScrollSpy no longer makes use of `resize` event for simplicity and performance reasons * The new `BSN.Callback` utility can also remove components from DOM * Polyfill updates, our BSN V5 works with IE10 really well * documentation updates
- Loading branch information
Showing
24 changed files
with
1,160 additions
and
1,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.