File tree 3 files changed +8
-5
lines changed
resources/assets/scss/components 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " ><h2 >[Unreleased] (Only in SleepingOwl <code class =" language-php " >8+</code > branch)</h2 ></p >
2
2
3
3
4
- ## [ UNRELEASED] 2020-09-11
4
+ ## [ RELEASED 8.2] 2020-09-15
5
+ * [ Fix] Fix ArgumentCountError on update
6
+ * [ Fix] Fix image/s, file/s css
7
+
8
+
9
+ ## 2020-09-11
5
10
* [ Fix] Fix issue #1222
6
11
* [ Add] ` AdminColumnEditable::number('count','Count') `
7
12
* [ Add] ` AdminColumnEditable::range('range','Power') `
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/LaravelRUS/SleepingOwlAdmin.svg?branch=development )] ( https://travis-ci.org/LaravelRUS/SleepingOwlAdmin )
6
6
[ ![ StyleCI] ( https://styleci.io/repos/52141393/shield?branch=development )] ( https://styleci.io/repos/52141393 )
7
- [ ![ Laravel Support] ( https://img.shields.io/badge/Laravel-5.5--8.0 -brightgreen.svg )] ( )
7
+ [ ![ Laravel Support] ( https://img.shields.io/badge/Laravel-5.5--8.2 -brightgreen.svg )] ( )
8
8
[ ![ PHP Support] ( https://img.shields.io/badge/PHP-7.1.3+-brightgreen.svg )] ( )
9
9
10
10
[ ![ Official Site] ( https://img.shields.io/badge/official-site-blue.svg )] ( https://sleepingowladmin.ru )
@@ -23,7 +23,7 @@ __Lumen is NOT supported(((__
23
23
24
24
## Documentation new ver.8
25
25
26
- Powered by Laravel 5.5 - 8+. (latest tested version 8.0.3 )
26
+ Powered by Laravel 5.5 - 8+. (latest tested version 8.2.0 )
27
27
28
28
* [ Russian] ( http://sleepingowladmin.ru/#/ru/ ) (90% process)
29
29
* [ English] ( http://sleepingowladmin.ru/#/en/ ) (30% process)
Original file line number Diff line number Diff line change @@ -126,8 +126,6 @@ $arrow-size: 6px;
126
126
.form-element-files__item {
127
127
max-width : 100% ;
128
128
min-width : 260px ;
129
- // max-width: 260px;
130
- // width: 100%;
131
129
border : 1px solid $gray-300 ;
132
130
margin-bottom : 10px ;
133
131
margin-right : 10px ;
You can’t perform that action at this time.
0 commit comments