Roadmap for version 1.5 #196
Replies: 1 comment
-
Version 1.5.0 has been released! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@williamw2 and I have been working on a roadmap for the next minor version (1.5) of the library. The list below sums up the work items for this upcoming release. Please chime in below on the things we are proposing and/or if you are missing functionality!
Add
<FluentSearch>
component. A new addition to the Fluent UI Web Components is the Search component example here. Of course we're bringing that over to the Blazor component set as well. It will look like this:Add
<FluentCalendar>
component. Another addition to the Web Components is the Calendar component example here. This will too be added to the Blazor set. In the future this might be used as part of a date picker component. It will look like this:At the moment there is still a bug in the display of the calendar when the week has a start day other than Sunday (as can be seen above)
A lot of the samples are still using plain inline SVGs when showing an icon. We will change all of these to use the recently introduced (v1.3)
<FluentIcon>
component.There have been some massive improvements to the FAST documentation at https://www.fast.design/docs/category/components. This makes a lot of stuff much more discoverable. Because of this we want to change some things on the Blazor side:
enum
s. Initially we added enums with very generic names likeDirection
andOrientation
. We can now see in the docs that these should have names tying them more to the components they are being used in (i.e.FlipperDirection
andTabsOrientation
. We will add these new enums and mark the older ones as obsolete (so that those can be removed in a later version).change
events on the Accordion and Tabs components. We are currently investigating if we can support/expose those events in Blazor.Planning wise we are expecting this release to be available in the second half of august. Again, let us know if you miss anything. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions