Skip to content

Commit

Permalink
V4.1.0alpha4 Changes:
Browse files Browse the repository at this point in the history
* added the new EventListener to all V5 components
* code clean-up
* version bump
  • Loading branch information
thednp committed Feb 3, 2022
1 parent d505a2d commit d350427
Show file tree
Hide file tree
Showing 47 changed files with 3,496 additions and 736 deletions.
4 changes: 2 additions & 2 deletions dist/bootstrap-native-v4-esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Native JavaScript for Bootstrap v4.1.0alpha3 (https://thednp.github.io/bootstrap.native/)
* Native JavaScript for Bootstrap v4.1.0alpha4 (https://thednp.github.io/bootstrap.native/)
* Copyright 2015-2022 © dnp_theme
* Licensed under MIT (https://github.com/thednp/bootstrap.native/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -2579,7 +2579,7 @@ function removeDataAPI(context) {
});
}

var version = "4.1.0alpha3";
var version = "4.1.0alpha4";

var Version = version;

Expand Down
4 changes: 2 additions & 2 deletions dist/bootstrap-native-v4-esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bootstrap-native-v4.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Native JavaScript for Bootstrap v4.1.0alpha3 (https://thednp.github.io/bootstrap.native/)
* Native JavaScript for Bootstrap v4.1.0alpha4 (https://thednp.github.io/bootstrap.native/)
* Copyright 2015-2022 © dnp_theme
* Licensed under MIT (https://github.com/thednp/bootstrap.native/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -2585,7 +2585,7 @@
});
}

var version = "4.1.0alpha3";
var version = "4.1.0alpha4";

var Version = version;

Expand Down
4 changes: 2 additions & 2 deletions dist/bootstrap-native-v4.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit d350427

Please sign in to comment.