diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a5e75..f7ee09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.8.1] + +### Fixed + +- Issue with breaking change in `Optimizely.CMS.UI 12.24.0` (#25). + ## [1.8.0] ### Added diff --git a/sandbox/Alloy/modules/_protected/Geta.Optimizely.GenericLinks/viewmodel/ItemCollectionViewModel.js b/sandbox/Alloy/modules/_protected/Geta.Optimizely.GenericLinks/viewmodel/ItemCollectionViewModel.js index 26dd9a9..ed4760b 100644 --- a/sandbox/Alloy/modules/_protected/Geta.Optimizely.GenericLinks/viewmodel/ItemCollectionViewModel.js +++ b/sandbox/Alloy/modules/_protected/Geta.Optimizely.GenericLinks/viewmodel/ItemCollectionViewModel.js @@ -155,6 +155,10 @@ define("genericLinks/viewmodel/ItemCollectionViewModel", [ return index; }, + hasReachedItemsLimit: function () { + return false; + }, + _init: function (data) { var self = this, itemDfds; diff --git a/src/Geta.Optimizely.GenericLinks/ClientResources/viewmodel/ItemCollectionViewModel.js b/src/Geta.Optimizely.GenericLinks/ClientResources/viewmodel/ItemCollectionViewModel.js index 26dd9a9..ed4760b 100644 --- a/src/Geta.Optimizely.GenericLinks/ClientResources/viewmodel/ItemCollectionViewModel.js +++ b/src/Geta.Optimizely.GenericLinks/ClientResources/viewmodel/ItemCollectionViewModel.js @@ -155,6 +155,10 @@ define("genericLinks/viewmodel/ItemCollectionViewModel", [ return index; }, + hasReachedItemsLimit: function () { + return false; + }, + _init: function (data) { var self = this, itemDfds;