Releases: microsoft/fluentui-blazor
1.3.0
1.2.0
What's Changed
- docs: update README.md by @vnbaaij in #140
- feat: add initial support for codespaces. by @ShreyasJejurkar in #132
- fix: update Base Layer Luminance to account for culture by @Eweol in #146
- fix: add generics for FluentSelect, FluentListbox and FluentCombobox by @vnbaaij in #124
- fix: add missing @ sign in attributes (fix #149) by @vnbaaij in #150
- feat: add project templates by @vnbaaij in #145
- chore: update to latest available .net 6 packages by @vnbaaij in #153
- chore: update release version by @awentzel in #155
- chore: update nuget config by @awentzel in #156
New Contributors
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- chore(workflow): Avoid running workflows for markdown by @ShreyasJejurkar in #137
- chore: use c#10 namespace declaration style and enable Implicit usings by @vnbaaij in #126
- fix: access to ListboxOptionPage by @ElectNewt in #128
- chore(docs): Updated usage guidelines for blazor server project by @ShreyasJejurkar in #133
- chore: move code from .razor to .razor.cs by @vnbaaij in #138
New Contributors
- @ShreyasJejurkar made their first contribution in #137
- @ElectNewt made their first contribution in #128
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- New demo sites setup by @vnbaaij in #97
- Update azure-static-web-app by @vnbaaij in #110
- Fixing binding issues by @vnbaaij in #99
- Update to migrate stapp to fast azure by @awentzel in #111
- Binding fixes by @vnbaaij in #116
- Sdds fit-and-finish to binding page by @nicholasrice in #118
- update to working badges with shields.io by @awentzel in #117
- Update documentation for better clarity and accuracy by @awentzel in #122
- Update to final .NET 6 NuGet packages and update version to 1.0.0. by @vnbaaij in #120
- doc(readme): update some content for release by @EisenbergEffect in #123
Full Changelog: 0.5.0...1.0.0
0.5.0
What's Changed
- Updated to .NET 6 by @vnbaaij in #84
- Updated to .NET 6 pre-release security scanning by @awentzel in #95
- Updated Nuget and Build pipelines to support latest runtime by @awentzel in #100
- Improved NuGet package by @timheuer in #107
- Improved FluentNumberField by @vnbaaij
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0
This release includes the following new components:
FluentDataGrid
FluentTooltip
FluentToolbar
FluentHorizontalScroll
FluentAnchoredRegion
A large set of improvements were also made to the FluentDesignSystemProvider
to surface all the new design tokens as set-able attributes.
Big thanks to @vnbaaij for core component work and @limefrogyank for the great new filter/sort FluentDataGrid
demo.
0.3.0
This release updates the library for compatibility with the latest Fluent UI Web Components. Additionally, it adds a new component, FluentNumberField
, along with examples. A number of fixes and improvements were also made to FluentTextField
including updated examples.
We'd like to extend a big thank you to community members @emimontesdeoca and @vnbaaij for their contributions to this release!