Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# [26.1.10](https://github.com/pegasystems/angular-sdk/tree/release/26.1.10)

### **Features**
* **Replaced the TinyMCE dependency with Tiptap for rich text editing capabilities.**
* Github: [PR-545](https://github.com/pegasystems/angular-sdk-components/pull/545)
* Support Embedded attachment in simple table manual.
* Github: [PR-547](https://github.com/pegasystems/angular-sdk-components/pull/547)
* **Added support for instructions in the DefaultForm template.**
* Github: [PR-548](https://github.com/pegasystems/angular-sdk-components/pull/548)
* **Added support for contextual warning messages in field components.**
* Github: [PR-559](https://github.com/pegasystems/angular-sdk-components/pull/559)
* **Added support for conditional Add, Edit, and Delete actions, including record-level conditions, in editable EmbeddedData table.**
* Github: [PR-553](https://github.com/pegasystems/angular-sdk-components/pull/553)
* **Replaced the TinyMCE dependency with Tiptap for rich text editing capabilities.**
* Github: [PR-545](https://github.com/pegasystems/angular-sdk-components/pull/545)
* **Added support for contextual warning messages in field components.**
* Github: [PR-559](https://github.com/pegasystems/angular-sdk-components/pull/559)
* **Added Support for DataReference field value rendering in the Details template.**
* Github: [PR-562](https://github.com/pegasystems/angular-sdk-components/pull/562)
* **DataReference as Autocomplete supports Secondary Text.**
* Github: [PR-569](https://github.com/pegasystems/angular-sdk-components/pull/569)
* **DataReference as Autocomplete supports grouping.**
* Github: [PR-578](https://github.com/pegasystems/angular-sdk-components/pull/578)
* **Added left and right alignment support for vertical multi-step assignment navigation.**
* Github: [PR-576](https://github.com/pegasystems/angular-sdk-components/pull/576)
* **Added support for Data Object actions in the case view, and Submit/Cancel controls in the Data Object modal.**
* Github: [PR-577](https://github.com/pegasystems/angular-sdk-components/pull/577)
* **DataReference as Autocomplete supports grouping.**
* Github: [PR-578](https://github.com/pegasystems/angular-sdk-components/pull/578)
* **Added support for creating new records for the Autocomplete DataReference and CaseReference components.**
* Github: [PR-585](https://github.com/pegasystems/angular-sdk-components/pull/585)

Expand Down Expand Up @@ -49,6 +49,8 @@
* Github: [PR-581](https://github.com/pegasystems/angular-sdk-components/pull/581)
* **Fixed search form label issue, fallback to inherited label when config label is missing.**
* Github: [PR-582](https://github.com/pegasystems/angular-sdk-components/pull/582)
* **Refactored Details templates to correctly render regions and child components.**
* Github: [PR-586](https://github.com/pegasystems/angular-sdk-components/pull/586)


# [25.1.13](https://github.com/pegasystems/angular-sdk/tree/release/25.1.13) - Released: 12/06/2026
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ import { BannerComponent } from '../../_components/designSystemExtension/banner/
import { CaseCreateStageComponent } from '../../_components/designSystemExtension/case-create-stage/case-create-stage.component';
import { FieldGroupComponent } from '../../_components/designSystemExtension/field-group/field-group.component';
import { MaterialCaseSummaryComponent } from '../../_components/designSystemExtension/material-case-summary/material-case-summary.component';
import { MaterialDetailsComponent } from '../../_components/designSystemExtension/material-details/material-details.component';
import { MaterialDetailsFieldsComponent } from '../../_components/designSystemExtension/material-details-fields/material-details-fields.component';
import { MaterialSummaryItemComponent } from '../../_components/designSystemExtension/material-summary-item/material-summary-item.component';
import { MaterialSummaryListComponent } from '../../_components/designSystemExtension/material-summary-list/material-summary-list.component';
import { MaterialUtilityComponent } from '../../_components/designSystemExtension/material-utility/material-utility.component';
Expand Down Expand Up @@ -170,7 +168,6 @@ const pegaSdkComponentMap = {
DefaultPage: DefaultPageComponent,
DeferLoad: DeferLoadComponent,
Details: DetailsComponent,
DetailsFields: MaterialDetailsFieldsComponent,
DetailsOneColumn: DetailsOneColumnComponent,
DetailsSubTabs: DetailsSubTabsComponent,
DetailsThreeColumn: DetailsThreeColumnComponent,
Expand Down Expand Up @@ -198,7 +195,6 @@ const pegaSdkComponentMap = {
ListView: ListViewComponent,
ListViewActionButtons: ListViewActionButtonsComponent,
Location: LocationComponent,
MaterialDetails: MaterialDetailsComponent,
MaterialUtility: MaterialUtilityComponent,
ModalViewContainer: ModalViewContainerComponent,
MultiReferenceReadOnly: MultiReferenceReadonlyComponent,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading