Skip to content

Commit 261eb40

Browse files
build: release 19.27.0
1 parent 05a8b5a commit 261eb40

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [19.27.0](https://github.com/po-ui/po-angular/compare/v19.26.0...v19.27.0) (2025-09-08)
6+
7+
8+
### Code Refactoring
9+
10+
* **navbar:** marca componente po-navbar como depreciado ([05a8b5a](https://github.com/po-ui/po-angular/commit/05a8b5a93dcf5387d6f94858fe4f061d552b7d4d))
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **navbar:** marca componente `po-navbar` como @deprecated
16+
17+
O componente `po-navbar` não será mais mantido e
18+
será removido em versões futuras.
19+
A alternativa recomendada é utilizar o `po-header`.
20+
21+
22+
### Features
23+
24+
* **chart:** adiciona customização da tooltip via innerHtml ([44a26b5](https://github.com/po-ui/po-angular/commit/44a26b50e8b5a023f2bf0fd62a11b682a41ee3b3))
25+
26+
527
## [19.26.0](https://github.com/po-ui/po-angular/compare/v19.25.0...v19.26.0) (2025-09-01)
628

729

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "po-ui-sources",
3-
"version": "19.26.0",
3+
"version": "19.27.0",
44
"description": "PO UI",
55
"homepage": "https://po-ui.io",
66
"license": "MIT",
@@ -76,7 +76,7 @@
7676
"@angular/router": "~19.0.3",
7777
"@capacitor/core": "5.7.2",
7878
"@capacitor/network": "^5.0.7",
79-
"@po-ui/style": "19.26.0",
79+
"@po-ui/style": "19.27.0",
8080
"capitalize": "^2.0.4",
8181
"colors": "1.4.0",
8282
"core-js": "3.33.3",

0 commit comments

Comments
 (0)