Skip to content

Commit 348c6b4

Browse files
committed
Support for Bootstrap 4
Fix for #851 - Placeholder text clipping Fixed issue #870, remove_button plugin closing bootstrap modals
1 parent c0e442d commit 348c6b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3894
-5484
lines changed

.bowerrc

-3
This file was deleted.

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
node_modules
44
bower_components
55
*.log
6-
.vscode
6+
.vscode
7+
build

.travis.yml

-27
This file was deleted.

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!-- Feel free to put either your handle and/or full name, according to
22
your privacy needs -->
33

4+
## v0.13.0 · 03 11 2020
5+
6+
* Support for Bootstrap v4.x.
7+
* Adding SASS styles, LESS styles still available for bootstrap 2.x
8+
* Fixed bug (#851) for placeholder text clipping
9+
* Fixed bug (#870) for remove button plugin closing bootstrap modals
10+
11+
*@risadams*
12+
413
## v0.12.4, v0.12.5 · 27 June 2018
514

615
* Allow the dropdown to reopen on click if it is closed without losing focus

0 commit comments

Comments
 (0)