Changelog - 4.4.0 Betas
4.4.1-beta.10 (14/05/2020)
Changes
common/grid - FRM-1237
Changed default tag color in
VsGridTagColumn
4.4.1-beta.9 (14/05/2020)
Bug Fixes
common/validators - FRM-1236
Fixed CnpjOrCpf validator, allowing empty value
08-05-20 (4.4.0-beta.7)
Breaking Changes
components/input - FRM-1229
unmaskwill now default totrue
07-05-20 (4.4.0-beta.6)
Features
components/grid - FRM-1208
Added
VsGridTagColumnThis column accepts data in the following formats:
string: will be displayed as a simple tag with default background and text colors{ text: string, color?: string, textColor?: string }: allows you to pick a background color (color) as long as it’s a valid HTML Hex color or CSS named color, and the text color (textColor), defaulting to black or white based on the background colorArrayof any type listed above, or a mix of them
Further information and guides will be available in the docs in the future.
07-05-20 (4.4.0-beta.5)
Bug Fixes
30-04-20 (4.4.0-beta.4)
Bug Fixes
28-04-20 (4.4.0-beta.3)
Features
components/grid - FRM-1196
VsGridOptions.filterFieldFormatwill now apply to sorting as well
Changes
navigation - FRM-987
Fixed active route showing up on many items or no items at all.
Added
detectParameters: booleanproperty toIItemMenuOptions.When
true, “active” item will be determined on a closest-match basis, meaning the route/page?abc=123will be matched to an item with the path/page.When
false, “active” item will be determined by checking if the current route is identical to the item’s path.
27-04-20 (4.4.0-beta.2)
Bug Fixes
components/kanban - FRM-996
Fixed filter being “stuck” after one search.
24-04-20 (4.4.0-beta.1)
Breaking Changes
Bug Fixes
components/grid - FRM-820
Fixed 9-digit number formatting on phone columns.