Skip to content

Commit d061249

Browse files
committed
changelog
1 parent 264c5cf commit d061249

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,39 @@ All Notable changes to `Backpack CRUD` will be documented in this file.
99

1010
-----------
1111

12-
## 4.1.0 - 2020-02-xx
12+
## 4.1.0 - 2020-05-06
13+
14+
See the [release notes](https://backpackforlaravel.com/docs/4.1/release-notes) and the [upgrade guide](https://backpackforlaravel.com/docs/4.1/upgrade-guide). TLDR:
1315

1416
### Added
15-
- support for Laravel 7;
17+
- new operation - InlineCreate
18+
- new operation - Fetch
19+
- new field - repeatable
20+
- new field - relationship
21+
- new column - relationship
22+
- new column - relationship_count
23+
- new widget - chart
24+
- new optional API - fluent syntax for Fields, Column, Filters, Buttons, Widgets
25+
- inside list operation
26+
- hide/show the searchbar with a config
27+
- hide/show a Reset button that clears filtering pagination everything
28+
- customizable SaveActions (buttons at the end of Create/Update forms)
29+
30+
### Changed
31+
- fields `wrapperAttributes` is now `wrapper`
32+
- line-awesome uses `la la-home` syntax instead of `fa fa-home`
1633

1734
### Removed
1835
- support for Laravel 5.8;
19-
- support for PHP 7.1;
36+
- support for PHP lower than 7.2.5;
37+
- laravel/helpers dependency;
38+
- barryvdh/laravel-elfinder dependency;
39+
- venturecraft/revisionable dependency;
40+
- intervention/image dependency;
41+
- App\Models\BackpackUser;
42+
- RevisionsOperation - it's now an add-on;
43+
- elFinder functionality - it's now an add-on;
44+
2045

2146
-----------
2247

0 commit comments

Comments
 (0)