Browse Source

RELEASE adminlte-4.0.0-beta2

BREAKING CHANGES
removed .layout-fixed-complete class and component
pull/5680/head v4.0.0-beta2
Daniel 3 months ago
parent
commit
d9e6519d85
  1. 4
      package-lock.json
  2. 2
      package.json
  3. 10
      src/html/components/docs/introduction.mdx
  4. 2
      src/scss/adminlte.scss

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "admin-lte",
"version": "4.0.0-beta1",
"version": "4.0.0-beta2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "admin-lte",
"version": "4.0.0-beta1",
"version": "4.0.0-beta2",
"license": "MIT",
"devDependencies": {
"@astrojs/check": "^0.9.3",

2
package.json

@ -1,7 +1,7 @@
{
"name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.",
"version": "4.0.0-beta1",
"version": "4.0.0-beta2",
"license": "MIT",
"author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js",

10
src/html/components/docs/introduction.mdx

@ -16,7 +16,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your
```html
<script
src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta1/dist/js/adminlte.min.js"
src="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta2/dist/js/adminlte.min.js"
integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw="
crossorigin="anonymous"
></script>
@ -25,7 +25,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta1/dist/css/adminlte.min.css"
href="https://cdn.jsdelivr.net/npm/admin-lte@4.0.0-beta2/dist/css/adminlte.min.css"
integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg="
crossorigin="anonymous"
/>
@ -38,19 +38,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or
#### Via npm
```bash
npm install admin-lte@4.0.0-beta1 --save
npm install admin-lte@4.0.0-beta2 --save
```
#### Via Yarn
```bash
yarn add admin-lte@4.0.0-beta1
yarn add admin-lte@4.0.0-beta2
```
#### Via Composer
```bash
composer require "almasaeed2010/adminlte=4.0.0-beta1"
composer require "almasaeed2010/adminlte=4.0.0-beta2"
```
#### Via Git

2
src/scss/adminlte.scss

@ -1,5 +1,5 @@
/*!
* AdminLTE v4.0.0-beta1
* AdminLTE v4.0.0-beta2
* Author: Colorlib
* Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT>

Loading…
Cancel
Save