Releases: microsoft/powerbi-visuals-utils-formattingmodel
Releases · microsoft/powerbi-visuals-utils-formattingmodel
v7.0.0
What's Changed
- chore: modernize lint and tsconfig setup by @zhannurkhan04 in #34
- Update workflows configs by @Demonkratiy in #35
New Contributors
- @zhannurkhan04 made their first contribution in #34
Full Changelog: 6.2.2...7.0.0
v6.2.2
Added missing disabled property to FontPicker
v6.2.1
- Improved type definitions and JSDoc documentation for
ItemFlagsSelectionandAutoFlagsSelectioncomponents - Added clarification that both flag selection components require bitwise values (powers of 2) for proper flag functionality
v6.2.0
- All Slices, Groups and Cards now can be
disabledand provided withdisabledReasonordisabledReasonKeyfor localized version. - Container card can have
Groupsinside - Bug with delaySaveSlices was fixed for Containers
- Localization support for
AutoDropdownandItemFlagsSelection
v6.1.1
Fixed nullable values (#28)
v6.1.0
ItemDropdownnow supports new interfaceILocalizedItemMemberfor localization of dropdown items.ItemDropdowngot new methodsetValue(value: powerbi.EnumMemberValue, localizationManager?: powerbi.extensibility.ILocalizationManager)to set value by unique enum member value.- Fixed empty groups exception
Full Changelog: 6.0.4...6.1.0
v6.0.4
v6.0.3
v6.0.2
- powerbi-visuals-api update to 5.9.0
v6.0.1
- Updated dependencies