From ad5b63e4c174fd69f2ad13073c190072565f2ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:12:29 +0300 Subject: [PATCH] Set new version & update changelog --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/app/components/package.json | 2 +- src/app/showcase/data/versions.json | 2 +- .../showcase/layout/doc/codeeditor/templates.ts | 2 +- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e82264ce16d..4f4099f3729 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ # Changelog +## [17.18.8](https://github.com/primefaces/primeng/tree/17.18.8) (2024-08-08) +[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.7...17.18.8) + +**Fixed bugs:** +- Menubar: Clicking menuitems outputs error in console [\#16201](https://github.com/primefaces/primeng/issues/16201) +- Component: Table may have Trusted Types incompatibilities from .innerHTML assignment [\#16153](https://github.com/primefaces/primeng/issues/16153) +- P-autocomplete after second click doesn't show dropdown [\#15281](https://github.com/primefaces/primeng/issues/15281) +- AutoComplete: Cannot intercept enter key [\#16160](https://github.com/primefaces/primeng/issues/16160) +- Table: when scrollHeight is set to 'flex', on the first load, the table height is not fitting parent [\#16165](https://github.com/primefaces/primeng/issues/16165) +- Calendar: panelStyle width and min width overridden when appendTo is used [\#16176](https://github.com/primefaces/primeng/issues/16176) +- ColumnFilter: Template names are wrong [\#16180](https://github.com/primefaces/primeng/issues/16180) +- ListBox component accessibility issues [\#16152](https://github.com/primefaces/primeng/issues/16152) +- Tree: Accessibility issues [\#16156](https://github.com/primefaces/primeng/issues/16156) +- Component: colorPicker - inline=true property doesn't set the appropriate color [\#16169](https://github.com/primefaces/primeng/issues/16169) +- Accessibility: Tree not selectable via Keyboard after second dialog opening [\#16191](https://github.com/primefaces/primeng/issues/16191) +- ColorPicker: click on label does not open the color picker in docs [\#16193](https://github.com/primefaces/primeng/issues/16193) + ## [17.18.7](https://github.com/primefaces/primeng/tree/17.18.7) (2024-08-01) [Full Changelog](https://github.com/primefaces/primeng/compare/17.18.6...17.18.7) diff --git a/package-lock.json b/package-lock.json index 081e14a8d44..06d7c48ec14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primeng", - "version": "17.18.7", + "version": "17.18.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primeng", - "version": "17.18.7", + "version": "17.18.8", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@angular-devkit/build-angular": "^18.0.2", diff --git a/package.json b/package.json index afb40f6a6f6..100b430b351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "17.18.7", + "version": "17.18.8", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "ng": "ng", diff --git a/src/app/components/package.json b/src/app/components/package.json index 993cff7758a..07692781a50 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "17.18.7", + "version": "17.18.8", "repository": { "type": "git", "url": "https://github.com/primefaces/primeng" diff --git a/src/app/showcase/data/versions.json b/src/app/showcase/data/versions.json index e8eac2bf0d0..cd57e0e6360 100644 --- a/src/app/showcase/data/versions.json +++ b/src/app/showcase/data/versions.json @@ -1,6 +1,6 @@ [ { - "version": "v17.18.7", + "version": "v17.18.8", "name": "v17", "url": "https://primeng.org" }, diff --git a/src/app/showcase/layout/doc/codeeditor/templates.ts b/src/app/showcase/layout/doc/codeeditor/templates.ts index 91780578032..ae0b0185106 100644 --- a/src/app/showcase/layout/doc/codeeditor/templates.ts +++ b/src/app/showcase/layout/doc/codeeditor/templates.ts @@ -15,7 +15,7 @@ export interface Props { const app_dependencies = pkg ? pkg.devDependencies : {}; const PrimeNG = { - version: '17.18.7', + version: '17.18.8', description: 'PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.' };