Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

DataGrid: PageButtonContext has an invalid named PageNumer

Open stsrki opened this issue 2 years ago • 2 comments

#3693

stsrki avatar Apr 08 '22 10:04 stsrki

Maybe you should collect more breaking changes typos like that in a single issue. I've found RichTextEditOptions.UseShowTheme..


Instead of waiting for v2.0, you could also add the correctly spelled names beside the wrong ones, mark the others as obsolete, and/or hide them with BrowsableAttribute (or EditorBrowsableAttribute? Not sure)

Marking a member as obsolete "could" be a breaking change, too (handle warnings as error) - but that's a philosophical question ;)

WolfgangKluge avatar Jun 01 '22 18:06 WolfgangKluge

That's the approach we're currently doing. Adding new APIs and making old/current obsolete. Once we hit v2 we will remove obsolete API.

stsrki avatar Jun 01 '22 18:06 stsrki