From b586829972f028ea9d59af2637d65d744f9361c1 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Tue, 9 Feb 2021 11:33:06 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index babb1e0..f40ce0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.6] - 2021-02-09 + +### Changed + +- Fixed `only_show_on` and `dont_show_on` not working for one-to-many relationships +- Fixed a case where unauthorizing delete would also hide sortable buttons +- Fixed a case where `getSortability` would receive a model instead of a resource causing invalid configuration to be returned +- Fixed `canSort` fallback (was opposite of what it is supposed to be) +- Updated packages + ## [2.1.5] - 2021-01-22 ### Changed