Skip to content

Support for Bootstrap 4 #1552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
node_modules
bower_components
*.log
.vscode
.vscode
build
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!-- Feel free to put either your handle and/or full name, according to
your privacy needs -->

## v0.13.0 · 03 11 2020

* Support for Bootstrap v4.x.
* Adding SASS styles, LESS styles still available for bootstrap 2.x
* Fixed bug (#851) for placeholder text clipping
* Fixed bug (#870) for remove button plugin closing bootstrap modals

*@risadams*

## v0.12.4, v0.12.5 · 27 June 2018

* Allow the dropdown to reopen on click if it is closed without losing focus
Expand Down
Loading