Skip to content

Commit

Permalink
chore(*): Update changelog file, #2517
Browse files Browse the repository at this point in the history
  • Loading branch information
sstoyanovIG committed Nov 30, 2018
1 parent 6960f3b commit f6417d2
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ All notable changes for each version of this project will be documented in this
- Updated package dependencies to Angular 7 ([#3000](https://github.com/IgniteUI/igniteui-angular/pull/3000))
- Themes: Add dark schemas and mixins (PR [#3025](https://github.com/IgniteUI/igniteui-angular/pull/3025))

## 6.2.1
## 6.2.3
### Features
- `igxGrid`, `igxChip`: Add display density DI token to igxGrid and igxChip ([#2804](https://github.com/IgniteUI/igniteui-angular/issues/2804))
- `igxGrid`
- Quick filter auto close ([#2979](https://github.com/IgniteUI/igniteui-angular/issues/2979))
- Group By: Added title to chip in Group By area ([#3035](https://github.com/IgniteUI/igniteui-angular/issues/3035))
- Improve UX for boolean and date columns, ([#3092](https://github.com/IgniteUI/igniteui-angular/issues/3092))
- `resourceStrings` property added, which allows changing/localizing strings for component. If a new instance is set,
the changes will be applied to the particular instance of the component:
```typescript
Expand All @@ -27,15 +23,23 @@ All notable changes for each version of this project will be documented in this
```
- `igxTimePicker`:
- `resourceStrings` property added, which allows changing/localizing strings for component.
- Localization
- Added an util function `changei18n` that takes `IResourceStrings` object as parameter. Its values will be used as resource strings for all components
in the application.
- Added an util function `getCurrentResourceStrings` that returns current resource strings for all components.

## 6.2.1
### Features
- `igxGrid`, `igxChip`: Add display density DI token to igxGrid and igxChip ([#2804](https://github.com/IgniteUI/igniteui-angular/issues/2804))
- `igxGrid`
- Quick filter auto close ([#2979](https://github.com/IgniteUI/igniteui-angular/issues/2979))
- Group By: Added title to chip in Group By area ([#3035](https://github.com/IgniteUI/igniteui-angular/issues/3035))
- Improve UX for boolean and date columns, ([#3092](https://github.com/IgniteUI/igniteui-angular/issues/3092))
- `igxCombo`:
- Added a new input property - `displayDensity`. It allows configuring the `displayDensity` of the combo's `value` and `search` inputs. (PR [#3007](https://github.com/IgniteUI/igniteui-angular/pull/3007))
- `igxDropDown`
- Added a new property `maxHeight`, defining the max height of the drop down. ([#3001](https://github.com/IgniteUI/igniteui-angular/issues/3001))
- Added migrations for Sass theme properties changes in 6.2.0 ([#2994](https://github.com/IgniteUI/igniteui-angular/issues/2994))
- Localization
- Added an util function `changei18n` that takes `IResourceStrings` object as parameter. Its values will be used as resource strings for all components
in the application.
- Added an util function `getCurrentResourceStrings` that returns current resource strings for all components.
- Themes
- Introducing schemas for easier bootstrapping of component themes.
- **Breaking change** removed $variant from `igx-checkbox-theme`, `igx-ripple-theme`, `igx-switch-theme`, `igx-input-group-theme`, `igx-slider-theme`, and `igx-tooltip-theme`. Use the `$schema` prop, now available on all component themes to change the look for a specific theme. See the [Theming](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/schemas.html) documentation to learn more.
Expand Down

0 comments on commit f6417d2

Please sign in to comment.