Releases: pandabytes/blazor-core
Releases · pandabytes/blazor-core
v2.0.1
v2.0.0
What's Changed
- Upgrade to dotnet8 by @pandabytes in #14
- Rename to CallbackReviverJsModule and make this internal.
- Refactor string enum converter to not handle null (i.e let the json serializer framework handle null for us).
Full Changelog: v1.1.4...v2.0.0
v1.1.4
What's Changed
- Add method to configure
IJSRuntime'sJsonSerializerOptionsby @pandabytes in #12 - Add
AfterRenderExecuterclass by @pandabytes in #13
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
What's Changed
- Add methods to get string enum objects by @pandabytes in #10
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Add extension methods for
IJSRuntimeby @pandabytes in #9
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Improve
StringEnumby @pandabytes in #7 - Make
InjectScope&AutoImportJsModuleattribute applied to only property by @pandabytes in #8
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- Add more support up to 5 parameters for
Action&Funccallback interops by @pandabytes in #6
Full Changelog: v1.0.8...v1.0.9