Skip to content
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

Update to AdminLTE 2.4.15 #7032

Merged
merged 1 commit into from
Apr 10, 2021
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
43 changes: 0 additions & 43 deletions src/Resources/public/vendor/admin-lte/.bower.json

This file was deleted.

124 changes: 0 additions & 124 deletions src/Resources/public/vendor/admin-lte/README.md

This file was deleted.

38 changes: 35 additions & 3 deletions src/Resources/public/vendor/admin-lte/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AdminLTE",
"homepage": "http://almsaeedstudio.com",
"name": "admin-lte",
"homepage": "https://adminlte.io",
"authors": [
"Abdullah Almsaeed <[email protected]>"
],
Expand Down Expand Up @@ -29,5 +29,37 @@
"bower_components",
"composer.json",
"documentation"
]
],
"dependencies": {
"bootstrap-slider": "879a98d",
"chart.js": "1.0.*",
"ckeditor": "^4.7.0",
"bootstrap-colorpicker": "^2.5.1",
"bootstrap": "^3.4.0",
"jquery": "^3.2.1",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^2.1.1",
"bootstrap-datepicker": "^1.7.0",
"bootstrap-daterangepicker": "^2.1.25",
"moment": "^2.18.1",
"fastclick": "^1.0.6",
"Flot": "flot#^0.8.3",
"fullcalendar": "^3.4.0",
"inputmask": "jquery.inputmask#^3.3.7",
"ion.rangeSlider": "ionrangeslider#^2.2.0",
"jvectormap": "^1.2.2",
"jquery-knob": "^1.2.13",
"morris.js": "^0.5.1",
"PACE": "pace#^1.0.2",
"select2": "^4.0.7",
"jquery-slimscroll": "slimscroll#^1.3.8",
"bootstrap-timepicker": "^0.5.2",
"jquery-sparkline": "^2.1.3",
"font-awesome": "^4.7.0",
"Ionicons": "ionicons#^2.0.1",
"jquery-ui": "1.11.4"
},
"resolutions": {
"jquery": "^3.2.1"
}
}
55 changes: 54 additions & 1 deletion src/Resources/public/vendor/admin-lte/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
### CHANGE LOG:
**v2.3.7**
**v2.3.11:**
- Update colors @gray color to @gray-lte

**v2.3.10:**
- Fix default box solid color issue

**v2.3.9:**
- Remove test from starter page
- Merge branch 'PeterDaveHelloKitchen-image-optimize'
- Merge PR #1108 to optimize images
- Fix #1256
- Fix #1269
- Fix #1276
- Fix #1296
- Fix #1300
- Allow for adminlte without plugin override
- Merge pull request #1101 from almasaeed2010/issue-668
- Causes bootstrap slider to disappear Revert "Merge pull request #1186 from manhhailua/patch-1"
- Merge pull request #1186 from manhhailua/patch-1
- Merge pull request #1205 from tyrollins/master
- Merge pull request #1211 from cquanu/master
- Merge pull request #1224 from kennynaoh/master
- Fix typo
- Merge pull request #1239 from zzzeep/master
- Fix typo
- Merge pull request #1242 from gauravmak/patch-1
- Merge pull request #1264 from Strato/patch-1
- Merge pull request #1286 from marcusportmann/master
- Merge branch 'master' of https://github.com/almasaeed2010/AdminLTE
- add laravel implementation PR #1301
- Merge pull request #1268 from eryshev/master
- Happy New Years! <U+1F389>
- Fixed jumping buttons with Bootstrap tooltip
- Run LESS
- Remove font antialiasing
- Add option to control sidemenu's tree views.
- Fixed a typo
- Wrong Spell
- Fix issue #1191
- Add yarn lock file
- Removed redundant punctuation ":"
- Add CDNJS version badge in readme
- Update BS to v3.3.7
- remove unnecessary coma
- sliders bug fixes
- optimize png images using zopflipng
- Provide fix for issue #668

**v2.3.8:**
- Fix sidebar angle icon issue #1237
- Update version
- Update Bootstrap to 3.3.7

**v2.3.7:**
- Merge pull request #1160 from antoniocambados/antoniocambados-patch-1158
- Merge branch 'rickysang-master'
- merge pull request #1165
Expand Down
Loading