Change Log
Latest Releasev4.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
Current Devv4.0.0-dev.2020120806168 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
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.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