From f75e96723093e6dd150bd0afa3871dd235e89743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 3 May 2024 16:40:49 +0300 Subject: [PATCH] Set new version & update changelog --- CHANGELOG.md | 25 +++++++++++++++++++ src/app/components/package.json | 2 +- src/app/showcase/data/versions.json | 2 +- .../layout/doc/codeeditor/templates.ts | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d45c95a24e5..c003cf2bd91 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ # Changelog +## [17.16.0](https://github.com/primefaces/primeng/tree/17.16.0) (2024-05-03) +[Full Changelog](https://github.com/primefaces/primeng/compare/17.15.0...17.16.0) + +**Implemented New Features and Enhancements:** +- Add variant input property for form components. [\#15328](https://github.com/primefaces/primeng/issues/15328) +- Fileupload | add headerTemplate & emptyTemplate. [\#15430](https://github.com/primefaces/primeng/issues/15430) +- Multiselect | add loadingIconTemplate [\#15431](https://github.com/primefaces/primeng/issues/15431) + +**Fixed bugs:** +- Split Button: Aria Label not correctly working [\#15342](https://github.com/primefaces/primeng/issues/15342) +- Scroller: When itemSize is not set, scrolling to top results in component crash [\#15395](https://github.com/primefaces/primeng/issues/15395) +- Tree: Search results are not updated when new data is added [\#15193](https://github.com/primefaces/primeng/issues/15193) +- MegaMenu | Keyboard navigation is broken [\#15110](https://github.com/primefaces/primeng/issues/15110) +- Component: Paginator aria replacement problem [\#15413](https://github.com/primefaces/primeng/issues/15413) +- primeNg timeline vertical alignment broken in case of small devices [\#14582](https://github.com/primefaces/primeng/issues/14582) +- Dropdown loses focus in accordion when using arrow keys [\#14953](https://github.com/primefaces/primeng/issues/14953) +- Calendar: minDate bug when using 12 hourFormat [\#15286](https://github.com/primefaces/primeng/issues/15286) +- p-timeline not mobile responsive in the template section of the timeline documentation [\#15424](https://github.com/primefaces/primeng/issues/15424) +- Fileupload and autocomplete: problems with input transform function [\#15332](https://github.com/primefaces/primeng/issues/15332) +- DynamicDialog: closeOnEscape and dismissableMask not working in combination with closable=false [\#15401](https://github.com/primefaces/primeng/issues/15401) +- TieredMenu Submenus do not display within viewport [\#13929](https://github.com/primefaces/primeng/issues/13929) +- keyboard event code is coming as empty for backspace [\#15442](https://github.com/primefaces/primeng/issues/15442) +- p-menu w/ popup: enter key on number pad doesn't select menu item (accessibility issue) [\#15415](https://github.com/primefaces/primeng/issues/15415) +- Broken Unit Tests [\#15416](https://github.com/primefaces/primeng/issues/15416) + ## [17.15.0](https://github.com/primefaces/primeng/tree/17.15.0) (2024-04-26) [Full Changelog](https://github.com/primefaces/primeng/compare/17.14.1...17.15.0) diff --git a/src/app/components/package.json b/src/app/components/package.json index 4418e8a2d97..2c3a5ef96a5 100644 --- a/src/app/components/package.json +++ b/src/app/components/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "17.15.0", + "version": "17.16.0", "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 02f1ff0aab2..85b229b7524 100644 --- a/src/app/showcase/data/versions.json +++ b/src/app/showcase/data/versions.json @@ -1,6 +1,6 @@ [ { - "version": "v17.15.0", + "version": "v17.16.0", "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 98bb51719c5..d485b5baea0 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.15.0', + version: '17.16.0', 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.' };