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

v2.0.0

Choose a tag to compare

@kendo-bot kendo-bot released this 10 Nov 08:31

<a name"2.0.0">

2.0.0 (2017-11-10)

Bug Fixes

  • cdn:
    • webpack externals configuration (99f5648f)
    • webpack configuration (8e040cdb)
    • use correct loader for cdn distro (a2d0f947)
  • e2e:
    • exclude e2e utils from e2e tests run (f433b674)
    • support parallel execution of e2e-tests (de29eced)
    • pass nightwatch cli arguments (6eeec965)
  • karma: use Chrome headless as default test environment (02739c21)
  • packages: upgrade enzyme to v3.1 and react to v16.0 (ec4f44cc)
  • test:
    • exclude test/utils folder (ecb911ae)
    • glob nested test files inside test folder (aa228095)
    • run e2e tests in win32 environment (eb7987e9)

Features

  • add typescript support (fa87f4f5)
  • publish: add develop branch for dev distros (ba208c85)
  • test: add support for e2e testing with nightwatch (0fb20e28)
  • test-utils: test utils for global enzyme configuration (56c669d4)
  • webpack:
    • add configuration for npm bundle (85120ed2)
    • add configuration for systemjs bundles (c670cc66)

Breaking Changes

  • Support packages written in typescript only.

(fa87f4f5)