Change Log
Latest Releasev5.0.020 April 2022
Features
- update to Angular v12
- mark as compatible with Angular v14
Breaking Changes
- No longer compatible with Angular v8 - 11
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
Current Devv5.0.0-dev.20220419114619 April 2022
Bug Fixes
- mark as compatible with Angular v14
Features
- update to Angular v12
Breaking Changes
- No longer compatible with Angular v8 - 11
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v4.1.42 March 2022
Bug Fixes
- cdn bundles global imports
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v4.1.319 January 2022
Bug Fixes
- install kendo-theme-default v5 using ng add
- bump theme dependencies to v5
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
- @progress/kendo-theme-default: ^5.0.0
- @progress/kendo-theme-material: ^5.0.0
v4.1.222 November 2021
Bug Fixes
- application tick is called recursively when destroyed during animation (#202)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v4.1.13 November 2021
Bug Fixes
- add support for RxJS 7
- mark as compatible with Angular 13
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v4.1.020 July 2021
Bug Fixes
- scrollview: add activeIndexChange event (#188)
Features
- add pager overlay (#189)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v4.0.35 May 2021
Bug Fixes
- update ng-add schema
- mark as compatible with Angular v12
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v4.0.29 March 2021
Bug Fixes
- ItemChangedEvent is not exported from the package (#181)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v4.0.119 January 2021
Bug Fixes
- update component basic demo
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v4.0.016 December 2020
Bug Fixes
- add homepage URL
Features
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires Angular 8.x and TypeScript 3.4.x
- Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
Rendering change: Scrollview Pager now has the k-scrollview-nav-wrap CSS class
Rendering change: k-scrollview and k-scrollview-wrap CSS classes are displaced
Supported themes
- @progress/kendo-theme-bootstrap: ^4.27.0
- @progress/kendo-theme-default: ^4.29.0
- @progress/kendo-theme-material: ^3.25.0
v3.0.411 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v3.0.314 September 2020
Bug Fixes
- update release notes (#166)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v3.0.225 June 2020
Bug Fixes
- mark as compatible with Angular 10
- scrollview items wrong width when set to a percentage
v3.0.021 June 2019
Features
- update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- New peer dependency @progress/kendo-angular-common.
- Angular 4 and 5 are no longer supported
v2.0.09 May 2018
Bug Fixes
- mark module as side-effects free
- mark as compatible with Angular 6.x, RxJS 6.x
Features
- Schematics support (#105)
- add support for dynamic RTL switching
Breaking Changes
- Requires v1.1.0 or above of @progress/kendo-angular-l10n package
v1.0.814 February 2018
Bug Fixes
- bundle metadata and type definitions alongside CommonJS modules
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
v0.8.513 March 2017
Bug Fixes
- scrollview: When endless scrolling is disabled, pressing right arrow on the last page switch
v0.8.213 February 2017
Bug Fixes
- wrong comment generation due to missing empty line
- scrollview: amend AOT support passing arguments to ngOnChanges
v0.2.013 September 2016
Initial version of Angular ScrollView component.
Supported features:
- Touch friendly, should respond to drag and swipe with mouse and fingers
- Should display pager (dots), that respond to clicks
- Pager display should be optional for larger sets
- “Infinite” mode. Scrolling to the last image should move back to the first
- Should support binding to Angular RxJS observables
- Support for arbitrary content through Angular template