From 3eb36bc4d85d449ddbccba691390b4ff49b9d804 Mon Sep 17 00:00:00 2001 From: Gustavo Martinez Date: Sat, 26 Jun 2021 20:31:47 -0500 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b1d89..c8faf46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Changelog -## [2.2.5] - 2021-05-29 +## [2.2.3] - 2021-06-26 +### Added +- Default value for filters +- Sortable list and grid views +- Bulk actions to the table, list, and grid views on the current page +- Customized JS scripts +- Model class property to the table, list, and grid views + +### Changed +- Internal refactors +- UI improvements +## [2.2.5] - 2021-05-29 ### Fixed - Added a `min-h-screen` to all the views to avoid the filters menu cutting off when thre are not so much data. ## [2.2.4] - 2021-05-16