Skip to content

Commit

Permalink
fix(transaction): Updating the changelog, #5205
Browse files Browse the repository at this point in the history
  • Loading branch information
valadzhov committed Jul 21, 2020
1 parent 53ae609 commit 1c170f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ All notable changes for each version of this project will be documented in this
- Added a disabled style for time parts outside of the minimum and maximum range.
- `igxDatePicker`
- Added new property - `editorTabIndex`, that allows setting tabindex for the default editor.
- `IgxHierarchicalTransactionService`
- The commit method can now be called with variable number of arguments such as primaryKey and childDataKey.

### New Theme
Ignite UI for Angular now has a new theme based on our own design system.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and then inject it in the component's constructor:
|getAggregatedChanges | Returns aggregated changes from all transactions | mergeChanges |
|getState | Returns the state of the record with provided id | id, pending |
|getAggregatedValue | Returns value of the required id including all uncommitted changes| id, mergeChanges |
|commit | Applies all transactions over the provided data | data, id? |
|commit | Applies all transactions over the provided data | data, primaryKey?, childDataKey?, id? |
|clear | Clears all transactions | id? |
|startPending | Starts pending transactions. All transactions passed after call to startPending will not be added to transaction log | - |
|endPending | Clears all pending transactions and aggregated pending state. If commit is set to true commits pending states as single transaction | commit |

0 comments on commit 1c170f7

Please sign in to comment.