Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

v2.0.0

Choose a tag to compare

@kendo-bot kendo-bot released this 12 Feb 15:38

<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)