From 33e6648253e7657b1b4a3327b9f84070d8376982 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 23 Mar 2021 11:26:12 +0100 Subject: [PATCH] added CHANGELOG.md --- CHANGELOG.md | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2de5dc2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,113 @@ + +# Changelog + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v2.1.3-SNAPSHOT] - 2021-03-19 + +### Bug fixes + +[#20991] Conflict with Bootstrap Modal fixed + + +## [v2.1.2] - 2019-12-19 + +Updated to Git and Jenkins + + +## [v2.1.1] - 2019-09-10 + +Rebuilt due to storagehub exceptions added since gCube 4.14 + + +## [v2.1.0] - 2019-08-02 + +Changed ItemBuilder to read the new method getMetadata + + +## [v2.0.1] - 2019-03-10 + +[Incident #77436] Fixing class cast Exception for FolderItem son of a SharedFolder + +[Task #10943] Removed final to a Constant + +Fixed breadcrumb on SelectDialaog + + +## [v2.0.0] - 2018-09-16 + +[Task #10943] Migrated to StorageHub + + +## [v1.8.0] - 2018-01-16 + +[Task #10943] Added breadcrumb changed event + + +## [v1.7.0] - 2017-07-06 + +[Feature #9114] Add pagination to Workspace Explorer + + +## [v1.6.1] - 2017-02-06 + +[Bug #6601] fixed + + +## [v1.6.0] - 2016-11-21 + +Removed ASL Dependency, ported to gCube Client Context + + +## [v1.5.0] - 2016-09-21 + +[Feature #5091] Added load for folder ID to SelectDialog and SelectPanel + +Bug fixed on breadcrumb when item is null + + +## [v1.4.0] - 2016-05-31 + +[Feature #4128] Migration to Liferay 6.2 + + +## [v1.3.0] - 2016-05-04 + +[Feature #2546] Endow Workspace Resources Explorer with filtering and display features + + +## [v1.2.1] - 2016-03-22 + +[Incident #2903] Bug fixed + + +## [v1.2.0] - 2016-02-26 + +Bug fix in Item.java + +[Bug #2350] Bug fix + + +## [v1.1.1] - 2016-02-26 + +Bug fix in Item.java + +[Bug #2350] Bug fix + + +## [v1.1.0] - 2016-02-02 + +[Feature #1657] Added Resource Explorer + +Feature #2099] Add new facility: create a new folder + + +## [v1.0.0] - 2015-07-16 + +First Release + + +## [v0.0.1] - 2015-06-24 + +Started project