Skip to content

Commit d9e6519

Browse files
committed
RELEASE adminlte-4.0.0-beta2
BREAKING CHANGES removed .layout-fixed-complete class and component
1 parent bdda97a commit d9e6519

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin-lte",
33
"description": "Responsive open source admin dashboard and control panel.",
4-
"version": "4.0.0-beta1",
4+
"version": "4.0.0-beta2",
55
"license": "MIT",
66
"author": "Colorlib <https://colorlib.com>",
77
"main": "dist/js/adminlte.min.js",

src/html/components/docs/introduction.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your
1616

1717
```html
1818
<script
19-
src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta1/dist/js/adminlte.min.js"
19+
src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta2/dist/js/adminlte.min.js"
2020
integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw="
2121
crossorigin="anonymous"
2222
></script>
@@ -25,7 +25,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your
2525
```html
2626
<link
2727
rel="stylesheet"
28-
href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta1/dist/css/adminlte.min.css"
28+
href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta2/dist/css/adminlte.min.css"
2929
integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg="
3030
crossorigin="anonymous"
3131
/>
@@ -38,19 +38,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or
3838
#### Via npm
3939

4040
```bash
41-
npm install admin-lte@4.0.0-beta1 --save
41+
npm install admin-lte@4.0.0-beta2 --save
4242
```
4343

4444
#### Via Yarn
4545

4646
```bash
47-
yarn add admin-lte@4.0.0-beta1
47+
yarn add admin-lte@4.0.0-beta2
4848
```
4949

5050
#### Via Composer
5151

5252
```bash
53-
composer require "almasaeed2010/adminlte=4.0.0-beta1"
53+
composer require "almasaeed2010/adminlte=4.0.0-beta2"
5454
```
5555

5656
#### Via Git

src/scss/adminlte.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* AdminLTE v4.0.0-beta1
2+
* AdminLTE v4.0.0-beta2
33
* Author: Colorlib
44
* Website: AdminLTE.io <https://adminlte.io>
55
* License: Open source - MIT <https://opensource.org/licenses/MIT>

0 commit comments

Comments
 (0)