Skip to content

Commit

Permalink
docs(igx-combo): fix typos in CHANGELOG.md #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jul 3, 2018
1 parent 96322ac commit 2ad1ee1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
}
```

- `igxGrid` now supports grouping of columns enabling users to create critera for organizing data records. To explore the functionality start off by setting some columns as `groupable`:
- `igxGrid` now supports grouping of columns enabling users to create criteria for organizing data records. To explore the functionality start off by setting some columns as `groupable`:
```html
<igx-grid [data]="data">
<igx-column [field]="'ProductName'"></igx-column>
Expand Down Expand Up @@ -97,7 +97,7 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
- Custom values
- Templates
- Integration with Template Driven and Reactive Forms
- Keayboard Navigation
- Keyboard Navigation
- Accessibility compliance

For more detailed information see the [official igxCombo documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/combo.html).
Expand All @@ -119,7 +119,7 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {

- Single Selection
- Grouping
- Keayboard Navigation
- Keyboard Navigation
- Accessibility compliance

- `igxChip` and `igxChipsArea` components added
Expand Down Expand Up @@ -149,7 +149,7 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
- `collapsed` now read-only, markup input is removed.
- `onOpen` event renamed to `onOpened`.
- `onClose` event renamed to `onClosed`.
- **Breaking change** All properties that were named `isDisabled` have been renamed to `disabled` in order to acheive consistency across our component suite. This affects: date-picker, input directive, input-group, dropdown-item, tabbar and time-picker.
- **Breaking change** All properties that were named `isDisabled` have been renamed to `disabled` in order to achieve consistency across our component suite. This affects: date-picker, input directive, input-group, dropdown-item, tabbar and time-picker.
- The **deprecated** `igxForRemote` input for the `igxFor` directive is now removed. Setting the required `totalItemCount` property after receiving the first data chunk is enough to trigger the required functionality.

## 6.0.4
Expand Down Expand Up @@ -280,7 +280,7 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
- `igxForOf` is now available as an alternative to `ngForOf` for templating large amounts of data. The `igxForOf` uses virtualization technology behind the scenes to optimize DOM rendering and memory consumption. Virtualization technology works similar to Paging by slicing the data into smaller chucks which are swapped from a container viewport while the user scrolls the data horizontally/vertically. The difference with the Paging is that virtualization mimics the natural behavior of the scrollbar.
- `igxToggle` and `igxToggleAction` directives added
- `igxToggle` allows users to implement toggleable components/views (eg. dropdowns), while `igxToggleAction` can control the
`igxToggle` directive. Refer to the official documenation for more information.
`igxToggle` directive. Refer to the official documentation for more information.
- `igxToggle` requires `BrowserAnimationsModule` to be imported in your application.
- [`Ignite UI for Angular Theming`](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes.html) - comprehensive set of **Sass** functions and mixins will give the ability to easily style your entire application or only certain parts of it.
- Previously bundled fonts, are now listed as external dependencies. You should supply both the [Material Icons](http://google.github.io/material-design-icons/) and [Titillium Web](https://fonts.google.com/selection?selection.family=Titillium+Web:300,400,600,700) fonts yourself by either hosting or using CDN.
Expand Down Expand Up @@ -308,12 +308,12 @@ export class IgxCustomFilteringOperand extends IgxFilteringOperand {
- The grid filtering UI dropdowns are now controlled by the `igxToggle` directive.
- Make sure to import `BrowserAnimationsModule` inside your application module as `igxToggle` uses animations for state transition.
- `state` input
- filtering expressions and sortin expressions provided
- filtering expressions and sorting expressions provided
- Removed `onCellSelection` and `onRowSelection` event emitters, `onSelection` added instead.
- Removed `onBeforeProcess` event emitter.
- Removed `onMovingDone` event emitter.
- Removed methods `focusCell` and `focusRow`.
- Renamed method `filderData` to `filter`.
- Renamed method `filterData` to `filter`.
- New methods `filterGlobal` and `clearFilter`.
- New method `clearSort`.
- Renamed method `sortColumn` to `sort`.
Expand Down
10 changes: 5 additions & 5 deletions projects/igniteui-angular/src/lib/combo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The igx-combo component provides a powerful input, combining the features of the
The combo component provides easy filtering and selection of multiple items, grouping and adding custom values to the dropdown list.
Custom templates could be provided in order to customize different areas of the components, such as items, header, footer, etc.
The combo component is integrated with the Template Driven and Reactive Forms.
The igx-combo exposes intiutive keyboard navigation and it is accessibility compliant.
The igx-combo exposes intuitive keyboard navigation and it is accessibility compliant.
Drop Down items are virtualized, which guarantees smooth work, even if the igx-combo is bound to data source with a lot of items.


Expand Down Expand Up @@ -46,7 +46,7 @@ public dataLoading(evt) {
}
```

> Note: In order to have combo with remote data, what you need is to have a service that retrives data chunks from a server.
> Note: In order to have combo with remote data, what you need is to have a service that retrieves data chunks from a server.
What the combo exposes is a `virtualizationState` property that gives state of the combo - first index and the number of items that needs to be loaded.
The service, should inform the combo for the total items that are on the server - using the `totalItemCount` property.

Expand Down Expand Up @@ -113,7 +113,7 @@ Defining a combo's groupKey option will group the items, according to that key.

### Templates
Templates for different parts of the control can be defined, including items, header and footer, etc.
When defining one of the them, you need to reference list of predifined names, as follows:
When defining one of the them, you need to reference list of predefined names, as follows:

#### Defining item template:
```html
Expand Down Expand Up @@ -180,7 +180,7 @@ When igxCombo is opened and search input is focused:
- `ArrowDown` will move focus from the search input to the first list item.If list is empty and custom values are enabled will move it to the Add new item button.
> Note: Any other key stroke will be handled by the input.
When igxCombo is opened and list item is focued:
When igxCombo is opened and list item is focused:
- `ArrowDown` will move to next list item. If the active item is the last one in hte list and custom values are enabled then focus will be moved to the Add item button.

- `ArrowUp` will move to previous list item. If the active item is the first one in the list then focus will be moved back to the search input.
Expand Down Expand Up @@ -213,7 +213,7 @@ When igxCombo is opened allow custom values are enabled and add item button is f
| `value` | combo value | string |
| `allowCustomValue` | enable/disables combo custom value | boolean |
| `valueKey` | combo value data source property | string |
| `displayKey` | combo dispaly data source property | string |
| `displayKey` | combo display data source property | string |
| `groupKey` | combo item group | string |
| `virtualizationState` | defines the current state of the virtualized data. It contains `startIndex` and `chunkSize` | `IForOfState` |
| `totalItemCount` | total count of the virtual data items, when using remote service | number |
Expand Down

0 comments on commit 2ad1ee1

Please sign in to comment.