Skip to content

Commit

Permalink
build: release v17.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-gregorio-totvs committed May 20, 2024
1 parent 34bcefb commit f23651a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [17.11.0](https://github.com/po-ui/po-angular/compare/v17.10.0...v17.11.0) (2024-05-20)


### Features

* **dynamic-table:** repassa propriedade p-spacing e p-text-wrap ([a01890d](https://github.com/po-ui/po-angular/commit/a01890d641859b29ad03d37759c4cd7e08714cee))
* **icon:** inclui dicionário de tokens ([e0527ea](https://github.com/po-ui/po-angular/commit/e0527ea952333227b190a5a220a8e75761adb855))
* **lookup:** inclui p-spacing e p-text-wrap ([d1ab4cc](https://github.com/po-ui/po-angular/commit/d1ab4cc0d6661f11ef8577a1c34bb7c5e6d2ea84))
* **menu:** adiciona tooltip para exibição do shortLabel ([de9c951](https://github.com/po-ui/po-angular/commit/de9c951f6f1b1c84c8d8d9e9473d0d278f1f53cd))
* **table:** permite mais visão de itens e colunas ([18684a7](https://github.com/po-ui/po-angular/commit/18684a7a094bf878e20e97dfa82c34d345084f2b))

### [17.10.0](https://github.com/po-ui/po-angular/compare/v17.9.0...v17.10.0) (2024-05-14)

Compatibilidade com @totvs/thf-components@17.10.0
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": "po-ui-sources",
"version": "17.10.0",
"version": "17.11.0",
"description": "PO UI",
"homepage": "https://po-ui.io",
"license": "MIT",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@angular/router": "~17.2.4",
"@capacitor/core": "5.7.2",
"@capacitor/network": "^5.0.7",
"@po-ui/style": "17.10.0",
"@po-ui/style": "17.11.0",
"capitalize": "^2.0.4",
"colors": "1.4.0",
"core-js": "3.33.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,6 @@ export class PoPageDynamicTableComponent extends PoPageDynamicListBaseComponent
*
* Deve receber um dos valores do enum `PoTableColumnSpacing`.
*
* Valor `small` só funciona em tabelas não interativas. Caso seja setado com `small` e a tabela seja interativa, o valor será retornado para `medium`.
*
* @default `medium`
*/
@Input('p-spacing') set spacing(value: PoTableColumnSpacing) {
Expand Down

0 comments on commit f23651a

Please sign in to comment.