Releases: IgniteUI/igniteui-angular-wrappers
Releases · IgniteUI/igniteui-angular-wrappers
Updating to Angular 11
build(deps): update to Angular 11 (#331) * build(deps): fix "@angular-devkit/build-angular" incompatible peer dependency to "karma" * build(deps): update to Angular 11
Updating to Angular 11 RC
11.0.0-rc.0 build(deps): Use ng-packagr@10.1.2 due to bundling error (#330)
Resolve issues
Merge pull request #326 from IgniteUI/dkamburov/fix-324 fix(combo): Don't override model if text value represents the same value
Resolve issues
Merge pull request #325 from IgniteUI/dkamburov/fix-324-9.1 fix(combo): Don't override model if text value represents the same value
Updating to Angular 10.0.0
Update to Angular@10.0.0 (#320)
-
Update @angular/cli
-
Update @angular/core
Updating to Angular 9.1.4
Bump https-proxy-agent from 2.2.1 to 2.2.4 (#314) Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.1...2.2.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deyan Kamburov <dkamburov@users.noreply.github.com>
Updating to Angular 9.0.0
Update to Angular@9.0.0 (#310) * Update @angular/cli * Update @angular/core
Updating to Angular 9 rc
9.0.0-rc.0 Build to prod when deploying (#309)
Migrate the project structure to Ng CLI
Ng cli migrate (#302) * Initial structure on migrating the repo to ng cli * Migrate the remaing samples to the new structure * Remove 'sh -e /etc/init.d/xvfb start' and add services for xvfb * Configure the tests according to the new structure * Change node version to 10 * Revert the waiting in before_install as Chrome seems to be not ready * Add jquery and ignite-ui type definitions when building the lib * Fix scripts for bundling the library * Fix coverage in travis CI * Fix coverage * Add watch=false when running test * Fix parsing travis file * Add combo tests * Fix travis configuration * Attemp to resolve travis build issues * Add the tests for all components * Fix the routing paths * Ignore coverage of dummy methods used for intellisence * Add test for data source * Add { optional: true } to query of animations so it wont throw an error * Fix pivot grid styling * Remove lint from scripts and fix readme * Remove animations and fix some styling issues
Migrate to Angular 8
New Features
- Support for Angular 8
Bug Fixes
- igCombo does not perform two way binding on custom input text #291