@syncfusion/ej2-react-base
Advanced tools
Comparing version 16.3.24 to 16.3.29
@@ -9,2 +9,6 @@ # Changelog | ||
#### Breaking Changes | ||
- The individual `npm` package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles. | ||
#### New Features | ||
@@ -14,2 +18,14 @@ | ||
## 16.3.17 (2018-09-17) | ||
### Common | ||
#### Breaking Changes | ||
- The individual `npm` package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles. | ||
#### New Features | ||
- Provided support for latest react version and resolved the duplicate package installation in react base. | ||
## 16.2.41 (2018-06-25) | ||
@@ -16,0 +32,0 @@ |
/*! | ||
* filename: ej2-react-base.umd.min.js | ||
* version : 16.3.24 | ||
* version : 16.3.29 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: index.d.ts | ||
* version : 16.3.24 | ||
* version : 16.3.29 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -11,5 +11,7 @@ * Use of this code is subject to the terms of our license. | ||
import * as _reactbase from '@syncfusion/ej2-react-base'; | ||
import * as _base from '@syncfusion/ej2-base'; | ||
export declare namespace ej { | ||
const reactbase: typeof _reactbase; | ||
const base: typeof _base; | ||
} |
{ | ||
"name": "@syncfusion/ej2-react-base", | ||
"version": "16.3.24", | ||
"version": "16.3.29", | ||
"description": "A common package of Essential JS 2 React base, methods and class definitions", | ||
@@ -30,3 +30,3 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.3.24" | ||
"@syncfusion/ej2-base": "~16.3.29" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"sideEffects": false | ||
"sideEffects": true | ||
} |
@@ -1,1 +0,3 @@ | ||
export * from './index'; | ||
import * as reactbase from './index'; | ||
import * as base from '@syncfusion/ej2-base'; | ||
export { reactbase, base }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2256982
2513