Skip to content

Commit 74e7802

Browse files
build: release 19.20.0
1 parent ab96205 commit 74e7802

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.20.0](https://github.com/po-ui/po-angular/compare/v19.19.0...v19.20.0) (2025-07-21)
6+
7+
8+
### Features
9+
10+
* **datepicker:** implementa acessibilidade com append-in-body ([ab96205](https://github.com/po-ui/po-angular/commit/ab9620523b3bb9d5caaccf0796db9a5d2ffe53b5))
11+
* **i18n:** garante merge correto de literais no PO UI e THF-Components ([fd51277](https://github.com/po-ui/po-angular/commit/fd5127729fe4374e4f2a0010f2c914147436b374))
12+
* **multiselect:** implementa acessibilidade com append-in-body ([0cdfc02](https://github.com/po-ui/po-angular/commit/0cdfc0232b23d9650da4d53f8b9a524f93fab7c9))
13+
14+
15+
### Bug Fixes
16+
17+
* **overlay:** evita múltiplas instâncias do PoActiveOverlayService ([6a61998](https://github.com/po-ui/po-angular/commit/6a61998eb5dcafecfc47cd4de6d6edb6be5a0289))
18+
* **table:** ajusta alinhamento de coluna fixa com ação única à esquerda ([c1c6681](https://github.com/po-ui/po-angular/commit/c1c66810ee9a5a86b1f870e514ae5e0fb08a6168))
19+
* **table:** corrige alinhamento das colunas e mensagens sem itens ([f8cab4b](https://github.com/po-ui/po-angular/commit/f8cab4bcab75db72c879ed924ece81899ab0829d))
20+
* **table:** corrige alinhamento do ícone e label da ação única ([aa83a75](https://github.com/po-ui/po-angular/commit/aa83a75cad8dc368858b05da72ef530c45869b5b))
21+
* **table:** corrige sobreposição de colunas fixas com template cell
22+
23+
524
## [19.19.0](https://github.com/po-ui/po-angular/compare/v19.18.0...v19.19.0) (2025-07-07)
625

726

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

0 commit comments

Comments
 (0)