Skip to content

Commit

Permalink
update to bootstrap5
Browse files Browse the repository at this point in the history
  • Loading branch information
chinamds committed Feb 13, 2023
1 parent 8c6155c commit 80919e6
Show file tree
Hide file tree
Showing 15 changed files with 2,046 additions and 1,380 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
bower_components
.idea
public/libs/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v3.0.0 - 13th Feb, 2023
- Update to bootstrap5

## v1.2.0 - 9th May, 2015

### New Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ A simple and elegant solution to displaying hierarchical tree structures (i.e. a

Where provided these are the actual versions patternfly-bootstrap-treeview has been tested against.

- [Bootstrap v4.1.3 (>= 4.0.0)](http://getbootstrap.com/)
- [jQuery v3.2.0 (>= 1.9.0)](http://jquery.com/)
- [Bootstrap v5.2.2 (>= 4.0.0)](http://getbootstrap.com/)
- [jQuery v3.5.0 (>= 1.9.0)](http://jquery.com/)


## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"tests"
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.4.0"
"jquery": ">= 3.5.0",
"bootstrap": ">= 5.2.2"
},
"devDependencies": {}
}
Loading

0 comments on commit 80919e6

Please sign in to comment.