Skip to content

Commit

Permalink
Merge pull request #1088 from zyfra/feat/release-3.6.0
Browse files Browse the repository at this point in the history
chore: release 3.6.0
  • Loading branch information
ZurabDev authored Nov 28, 2023
2 parents 60a2cd0 + 1c01c28 commit 1d30251
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions apps/doc/src/app/about-prizm/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [1.10.0, 2.7.0, 3.6.0](https:/zyfra/Prizm) (27-11-2023)

### Features

- feat: colors v3 for hint, tooltip and confirm #1035 [MR](https:/zyfra/Prizm/pull/1037)
- feat(components/listing-item): new component added [MR](https:/zyfra/Prizm/pull/953)
- feat(components/chip-item): v3 colors ans selected state for single chips [MR](https:/zyfra/Prizm/pull/953)

### Bug fixes

- fix(components/paginator): infinite paginator page count #661 [MR](https:/zyfra/Prizm/pull/914)
- fix(components/tabs): contained tab dropdown shown incorrectly #844 [MR](https:/zyfra/Prizm/pull/953)
- fix(components/tabs): In dropdown with a list of tabs, there is no alignment to the close button #843 [MR](https:/zyfra/Prizm/pull/953)
- fix: confirm popup live demo property works incorrect #570 [MR](https:/zyfra/Prizm/pull/1034)
- chore: replaced fixed versions on patch relative #1043 [MR](https:/zyfra/Prizm/pull/1043)
- fix: invalid icon name can be set in accordion live demo #947 [MR](https:/zyfra/Prizm/pull/1071)
- fix(components/tabs): unsubscribe error #1079 #842 #1023 [MR](https:/zyfra/Prizm/pull/1083)
- fix(components/navigation): navigation extra notification for active item change #571 [MR](https:/zyfra/Prizm/pull/1080)
- fix(documentation/toggle): toggle extra notification in live demo #530 [MR](https:/zyfra/Prizm/pull/1072)

## [1.9.1, 2.6.1, 3.5.1](https:/zyfra/Prizm) (17-11-2023)

### Bug fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
<prizm-table-sticky-example></prizm-table-sticky-example>
</prizm-doc-example>

<!-- <prizm-doc-example id="inherit-cols" [content]="exampleInheritColsTable" heading="Inherit Cols">-->
<!-- <prizm-inherit-cols-basic-example></prizm-inherit-cols-basic-example>-->
<!-- </prizm-doc-example>-->
<prizm-doc-example id="inherit-cols" [content]="exampleInheritColsTable" heading="Inherit Cols">
<prizm-inherit-cols-basic-example></prizm-inherit-cols-basic-example>
</prizm-doc-example>

<prizm-doc-example id="column-settings" [content]="exampleColumnSettingsTable" heading="Column settings">
<prizm-table-column-settings-example></prizm-table-column-settings-example>
Expand Down

0 comments on commit 1d30251

Please sign in to comment.