Skip to content

v1.0.14-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajithr ajithr released this 31 Aug 21:44
· 475 commits to master since this release

New Components

  • Added DropDownList component - demos
  • Added CircularGauge component - demos
  • Added LinearGauge component - demos

New Features

  • Provided fabric theme support.

Breaking Changes

  • Animation: Ripple effect is disabled by default. Use enableRipple(true) method to enable or disable ripple effect in samples.
  • Package reference modified for individal packages
Old reference New reference
import { extend, setValue } from '@syncfusion/ej2-base/util'; import { extend, setValue } from '@syncfusion/ej2-base';
import { addClass, append } from '@syncfusion/ej2-base/dom'; import { addClass, append } from '@syncfusion/ej2-base';

1.0.10-preview (2017-07-05)

New Components

  • Added Tooltip component - demos