Skip to content

Commit

Permalink
Set new version & update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 26, 2024
1 parent 00e5f4c commit 0f3ffbc
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# Changelog

## [17.18.11](https://github.com/primefaces/primeng/tree/17.18.11) (2024-09-26)

[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.10...17.18.11)

**Fixed bugs:**

- Messages: Messages template does not work if messagemodule is imported alone [\#16253](https://github.com/primefaces/primeng/issues/16253)
- Component: MultiSelect (Property 'ngOnInit' is missing in type 'MultiSelectTemplateDemo) [\#16256](https://github.com/primefaces/primeng/issues/16256)
- Table: Scroller is broken when scrollHeight is flex [\#16246](https://github.com/primefaces/primeng/issues/16246)
- Component: Calendar Year picker [\#14233](https://github.com/primefaces/primeng/issues/14233)
- Steps: aria-expanded is inappropiate and can be misleading [\#16266](https://github.com/primefaces/primeng/issues/16266)
- Table: editable column is broken when disabled temporarily [\#16304](https://github.com/primefaces/primeng/issues/16304)
- Grouping Functionality in p-table Breaks After Pagination Navigation Beyond First Page [\#15192](https://github.com/primefaces/primeng/issues/15192)
- OrganizationChart collapsible property does not propagate [\#16361](https://github.com/primefaces/primeng/issues/16361)
- Component: p-table p-columnFilter p-multiSelect [\#16132](https://github.com/primefaces/primeng/issues/16132)
- ContextMenu, Dock: aria-hidden throws console error [\#16397](https://github.com/primefaces/primeng/issues/16397)
- Autocomplete Clear Icon not shown if value set programatically [\#16410](https://github.com/primefaces/primeng/issues/16410)
- p-tree: Unselectable children is selected when selecting parent [\#16430](https://github.com/primefaces/primeng/issues/16430)
- p-splitter: zero width panel parsed as null [\#16425](https://github.com/primefaces/primeng/issues/16425)
- Component: Metergroup [\#16439](https://github.com/primefaces/primeng/issues/16439)

## [18.0.0-beta.2](https://github.com/primefaces/primeng/tree/18.0.0-beta.2) (2024-09-23)
[Full Changelog](https://github.com/primefaces/primeng/compare/18.0.0-beta.1...18.0.0-beta.2)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "17.18.10",
"version": "17.18.11",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -90,4 +90,4 @@
"@docsearch/js": "^3.3.4",
"esbuild": "^0.19.8"
}
}
}
4 changes: 2 additions & 2 deletions src/app/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "17.18.10",
"version": "17.18.11",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand All @@ -24,4 +24,4 @@
"rxjs": "^6.0.0 || ^7.8.1",
"zone.js": "~0.14.0"
}
}
}
9 changes: 7 additions & 2 deletions src/app/showcase/data/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[
{
"version": "v17.18.10",
"version": "v17.18.11",
"name": "v17",
"url": "https://primeng.org"
},
{
"version": "v18.0.0-beta.2",
"name": "v18",
"url": "https://v18.primeng.org"
},
{
"version": "v16.9.15-lts",
"name": "v16",
Expand Down Expand Up @@ -54,4 +59,4 @@
"name": "v7",
"url": "https://www.primefaces.org/primeng-v7-lts"
}
]
]
4 changes: 2 additions & 2 deletions src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Props {
const app_dependencies = pkg ? pkg.devDependencies : {};

const PrimeNG = {
version: '17.18.10',
version: '17.18.11',
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.'
};
Expand Down Expand Up @@ -498,7 +498,7 @@ const getAngularApp = (props: Props = {}) => {
import { HttpClientModule } from '@angular/common/http';
import { NgModule } from '@angular/core';
${serviceImports}
@NgModule({
imports: [
AvatarModule,
Expand Down

0 comments on commit 0f3ffbc

Please sign in to comment.