This repository was archived by the owner on Jan 31, 2019. It is now read-only.
v2.0.0
<a name"2.0.0">
2.0.0 (2018-02-12)
Bug Fixes
- move type definitions alongside CommonJS modules (46b11ac9)
Features
Breaking Changes
- Packages must specify "dist/npm/main.d.ts" as "typings"
entry point in package.json
Having them with the ES modules can break Angular Univeral Apps, see
kendo-angular-component-base#55.
(46b11ac9)