Skip to content

Commit 2000a45

Browse files
committed
v3.2.1; fixes laravel-enso/tables#149; fixes #213
1 parent e906172 commit 2000a45

File tree

5 files changed

+122
-102
lines changed

5 files changed

+122
-102
lines changed

CHANGELOG.md

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

3+
### 3.2.1
4+
5+
#### Changes
6+
- adds RTL
7+
- brings back excel export in dataimport main table
8+
- fixes the multi root render bug in Tabs
9+
- exposes a key method in CoreTabs
10+
- visually refines Adresses, Comments, Documents, Discussions and People widgets
11+
- adds docker setup
12+
- exposes `constants()` from `Enum`
13+
- fixes a bug in IOStatuses when running async operations
14+
- fixes example table page
15+
- other minor bugs and fixes
16+
317
### 3.2.0
418

519
#### Changes -> laravel-enso

composer.lock

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

config/enso/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use App\Classes\LocalState;
44

55
return [
6-
'version' => '3.2.0',
6+
'version' => '3.2.1',
77
'showQuote' => true,
88
'stateBuilder' => LocalState::class,
99
'defaultRole' => 'admin',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
"type": "opencollective",
7777
"url": "https://opencollective.com/Enso"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)