Skip to content

Releases: IgniteUI/igniteui-angular-wrappers

Updating to Angular 11

12 Nov 14:25
8a0e36b
Compare
Choose a tag to compare
 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

09 Nov 16:32
5a097b5
Compare
Choose a tag to compare
Pre-release
11.0.0-rc.0

build(deps): Use ng-packagr@10.1.2 due to bundling error (#330)

Resolve issues

29 Sep 13:41
aacfb99
Compare
Choose a tag to compare
Merge pull request #326 from IgniteUI/dkamburov/fix-324

 fix(combo): Don't override model if text value represents the same value

Resolve issues

29 Sep 13:39
a84a410
Compare
Choose a tag to compare
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

25 Jun 07:00
2377d50
Compare
Choose a tag to compare

Update to Angular@10.0.0 (#320)

  • Update @angular/cli

  • Update @angular/core

Updating to Angular 9.1.4

05 May 11:52
d9df85e
Compare
Choose a tag to compare
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

11 Feb 15:16
0b529db
Compare
Choose a tag to compare
Update to Angular@9.0.0 (#310)

* Update @angular/cli

* Update @angular/core

Updating to Angular 9 rc

31 Jan 15:04
0e4e09a
Compare
Choose a tag to compare
Pre-release
9.0.0-rc.0

Build to prod when deploying (#309)

Migrate the project structure to Ng CLI

10 Jul 14:29
c151600
Compare
Choose a tag to compare
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

07 Jun 13:45
c028956
Compare
Choose a tag to compare

New Features

  • Support for Angular 8

Bug Fixes

  • igCombo does not perform two way binding on custom input text #291