Skip to content

Commit 0cc4852

Browse files
build: release 19.23.0
1 parent b017ded commit 0cc4852

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.23.0](https://github.com/po-ui/po-angular/compare/v19.22.0...v19.23.0) (2025-08-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **widget:** deprecia variável --padding ([aef995c](https://github.com/po-ui/po-style/commit/aef995c89213556e7e709e1e2aa128b446642bb2))
11+
12+
A variável --padding está depreciada e será removida na v21 da biblioteca.
13+
14+
Utilizar --padding-header, --padding-body, e --padding-footer.
15+
16+
17+
### Features
18+
19+
* **widget:** implementa definições do AnimaliaDS ([f09e8c2](https://github.com/po-ui/po-angular/commit/f09e8c208c6dd0d88c9b1a17b61b0caf8b5c16f8))
20+
21+
22+
### Bug Fixes
23+
24+
* **sync:** adiciona fallback para body undefined ou null ([b017ded](https://github.com/po-ui/po-angular/commit/b017ded9582555a71e01edb3c6d1ebcf3776648e))
25+
526
### [19.22.0](https://github.com/po-ui/po-angular/compare/v19.21.0...v19.22.0) (2025-08-04)
627

728
Compatibilidade com @totvs/thf-components@19.22.0

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.22.0",
3+
"version": "19.23.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.22.0",
79+
"@po-ui/style": "19.23.0",
8080
"capitalize": "^2.0.4",
8181
"colors": "1.4.0",
8282
"core-js": "3.33.3",

0 commit comments

Comments
 (0)