Skip to content

Commit

Permalink
chore(isct-120): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKIron committed Nov 29, 2023
1 parent d29a75c commit 2a48db0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ All notable changes to this project will be documented in this file. See [commit
### ⚠ BREAKING CHANGES

* **isct-120:** Upgrade to Angular 17
* Minimum node version is 18.13.0
* Changes in components output events:
* - ChipFilterComponent:
- `onChipRemove` to `chipRemove`
- `onSelectedChange` to `selectedChange`
* - ChipFiltersComponent:
- `onSelectFilter` to `selectFilter`
- `onDynamicChipSelect` to `dynamicChipSelect`
- `onRemoveSelection` to `removeSelection`
* - ModalFooterComponent:
- `onSubmit` to `primaryButtonClicked`
- `onCloseButtonClicked` to `closeButtonClicked`
* - ModalHeaderComponent:
- `close` to `closeModal`
- `open` to `openModal`
* - CustomCellEditComponent:
- `onChange` to `dataChange`

### Features

Expand Down

0 comments on commit 2a48db0

Please sign in to comment.