IvayloG
IvayloG
### Description jQueryUI animations are not loaded as modules as they are missing from the AMD definition. ### Steps to reproduce See the definitions: (function(factory){if(typeof define==="function"&&define.amd){define(["jquery","jquery-ui","jquery-ui/ui/core","jquery-ui/ui/data","jquery-ui/ui/focusable","jquery-ui/ui/keycode","jquery-ui/ui/tabbable","jquery-ui/ui/version","jquery-ui/ui/widget","jquery-ui/ui/widgets/mouse"],factory)}else{factory(jQuery)}}) For example, when having...
### Description Binding fails when setting null value. ### Steps to reproduce Use the repository samples - igEditors sample http://localhost:3002/samples/igEditors/igEditors.html and add/update with the following code snippets: 1. _igEditorsTemplate.html_ ```...
### Description We can add a 'hidden' option to the CLI instead where it won't replace the project name at all (or since schematics will likely complain - maybe try...
### Description All components render with "@infragistics/ignite-ui-full": "^21.1.11". Grids and combo fail with errors when using @latest "@infragistics/ignite-ui-full": "^**21.1.25**" - Ignite UI CLI version: @infragistics/[email protected] - Framework: React-wrappers - Project...
### Description - Framework: jQuery - Project type: igx-ts, ig-es6 Fall back to the @latest ignite-ui-full version available **After** these two issues are resolved: - https://github.com/IgniteUI/igniteui-cli/issues/890 - https://github.com/IgniteUI/ignite-ui/issues/2156 - [...
### Description There is a Test CI Error, caused because of a different environment, wher the .npm path does not match the one expected by google analytics: protected static userDataFolder:...
### Description Projects generated with charts do not build with --prod=false and es2015 - Ignite UI CLI version: 5.0.0-rc.1 - Framework: Angular - Project type: igx-ts ### Steps to reproduce...
### Description - Ignite UI CLI version: 4.1.x - Framework: Angular - Project type: igx-ts ### Steps to reproduce 1. Start creating a new project. 2. Navigate to Interactions group....
### Description Creating a new project using `ig new ` creates a jQuery project instead of Angular one. This behavior differs from `ig new`, where an angular project is created...
### ReactWrappers - [ ] Add igExcel and igExcelExporter dependencies in the ReactTemplate - [ ] Combo sample drows warning, because of updates to the dataSource: _Warning: Failed prop type:...