Skip to content

Commit 3b0b1e8

Browse files
committed
v3.3.2
1 parent a510c1c commit 3b0b1e8

File tree

5 files changed

+899
-631
lines changed

5 files changed

+899
-631
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Laravel Enso's Changelog
22

3+
### 3.3.2
4+
- adds preview in tables
5+
- fixes excel export when using filters / sorts / search in tables
6+
- fixes multiple select filter in tables
7+
- refactors AddressForm to allow easier customization
8+
- fixes in CLI controllers / routes / model bindings generation
9+
- fixes dateinterval filter max value
10+
- fixes menus treeBuilder to consider only permissions available to the auth user's role
11+
- fixes other minor bugs
12+
13+
Run `composer update` / `yarn upgrade && yarn` to upgrade existing projects
14+
315
### 3.3.1
416

517
- improved forms
@@ -332,6 +344,7 @@ Use a package like `tutorials` for an example of how this is achieved.
332344
- `LaravelEnso\Tables\app\Classes\Table` => `LaravelEnso\Tables\app\Services\Table`
333345
- `LaravelEnso\PermissionManager` => `LaravelEnso\Permissions`
334346
- `LaravelEnso\RoleManager` => `LaravelEnso\Roles`
347+
- `LaravelEnso\FileManager` => `LaravelEnso\Files
335348
- `UserGroup::Admin` constant has been removed and should be replaced with the `UserGroups::Admin` enum
336349
- `Role::AdminId` and `Role::SupervisorId` constants are no longer available and should be
337350
replaced with `Roles::Admin`, `Roles::Supervisor`; make sure to import the `LaravelEnso\Roles\app\Enums\Roles` enum

0 commit comments

Comments
 (0)