Skip to content

Commit

Permalink
v3.2.1; fixes laravel-enso/tables#149; fixes #213
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Apr 30, 2019
1 parent e906172 commit 2000a45
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 102 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Laravel Enso's Changelog

### 3.2.1

#### Changes
- adds RTL
- brings back excel export in dataimport main table
- fixes the multi root render bug in Tabs
- exposes a key method in CoreTabs
- visually refines Adresses, Comments, Documents, Discussions and People widgets
- adds docker setup
- exposes `constants()` from `Enum`
- fixes a bug in IOStatuses when running async operations
- fixes example table page
- other minor bugs and fixes

### 3.2.0

#### Changes -> laravel-enso
Expand Down
90 changes: 45 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/enso/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use App\Classes\LocalState;

return [
'version' => '3.2.0',
'version' => '3.2.1',
'showQuote' => true,
'stateBuilder' => LocalState::class,
'defaultRole' => 'admin',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
"type": "opencollective",
"url": "https://opencollective.com/Enso"
}
}
}
Loading

0 comments on commit 2000a45

Please sign in to comment.