Releases: virtualvivek/react-windows-ui
Releases · virtualvivek/react-windows-ui
r-win-ui v4.2.4 🚀
react-win-ui v4.2.4
💡 What's New
- Improved Scrollbars now more like the windows 11,
- Components are now 1:1 in dimension with Windows 11 native components,
- Improved fluent animations in components like -
Checkbox,Switch,ProgressBar,RadioButtonand more.., SliderBar- now you can control ticks using props,Select- now you can add a custom trigger to open the select,backdropBlurprop has been added to many components to control backdrop blur effect to make ui more vibrant,TableViewfixed key prop see #25.
Happy Coding :)
r-win-ui v4.2.2 🚀
react-win-ui v4.2.2
💡 What's New
- Removed Hard Coded dependency of
react-router-dom- Now you can use anyRouting library. - Now works with
ViteJS,NextJSandCRA, See #23 . - Improved Inputs data manipulation using
refsandvalue, See - #25 . - Fixed
TableViewfor unique key and also addedTableHeaderComponent&TableFooterComponent. - Added Latest Fluent
LoaderBusywith Win11 UI. - Improved
ScrollBarwith latest Win11 UI.
Happy Coding :)
r-win-ui v4.2.1 🌈
💡 What's New
- Introduced Windows 11 UI.
- Improved Scroll Bar UI.
- Added
TextArea#21. - Added
SelectTextcomponent. - Added
PrimaryColorLightcolor support forAppThemecomponent. - Improved
AvatarViewto display placeholders. - Improved
CommantBarcomponent.
Breaking Changes
- Refracted
NavSearchSuggetiontoNavBarSearchSuggetion. - Refracted
NavThemeSwitchertoNavBarThemeSwitch.
Happy Coding :)
r-win-ui v4.2.0 🌈
💡 What's New
- Fixed Major Dependencies Conflict on CRA-Template.
- Updated Dependencies versions.
- Improved Performance.
- Improvement with Dark Mode Colors.
r-win-ui v4.1.0 🌈
💡 What's New
CRA Templateintroduced for easing the project setup.NavBarnow follows the up-to-date fluent design system for mobile devices.NavThemeSwitcheradded for better theme switching.SplashScreenadded for displaying a content while page loading.- Major UI improvements.
Breaking Changes
- Updated project with
react-router-dom-v6.3.0.
Switch has been replaced with Routes.
component={ } has been replaced with element={ }
r-win-ui v4.0.8 🌈
💡 What's New
NavBarimproved positioning.AppThemefixed issue with scheme prop on mount see #12 .Switchremoved extra end margin and make it flex wrap.- Major UI improvements.
Breaking Changes
- Removed
TransitionToLeftcomponent , nowNavPageContainernot needed to register animation configs on root.
NavPageContainer can now independently register animations on mount by configuring props.
r-win-ui v4.0.5 🌈
💡 What's New
Improved Components
NavPageContainernow don't require TransitionToLeft registering.NavBarcomponent improved on mobile devices.Alertcomponent improvement.Switchimproved rendering, fixes extra margin bug.Dialogimproved rendering and touch responses.InputTextcomponent improved rendering.- UI Improvements.
r-win-ui v4.0.4 🌈
💡 What's New
CommandBar&CommandBarButtoncomponent added see #15 .- Improved
Selectanimations component. MenuBaradded propshowSearchBarfor optional serachInput rendering.SplashScreenadded propdurationto control additional time take to hide after render.- UI Improvement.
r-win-ui v4.0.2 🌈
💡 What's New
AppThemeaddedscheme:'system'prop option.AppThemeaddedonMountprop.CheckBoximproved toggle animations.NavBarimproved ui - now more compact.SplashScreencomponent added.- Reduced bundle size (approx 10kbs lesser).
- UI Improvement.
r-win-ui v4.0.1 🌈
💡 What's New
NavBaradded propshowThemeSwitchto toggle theme switch rendering requested in #12NavBarSubMenucomponent added for multi level menu for NavBar requested in #6Selectcomponent added for implementing react custom select requested in #6Appearancecomponent added to get a way to handle theme better requested in #11AppThemeaddd proponSchemeChange&onColorChangefor theme change listener requested in #11Buttonimproved ui and touch interface.Viewadded component provide container component with visibility and animation features.Gaugeimproved ui and added propsizeto get alter width & height of choice.- Performance Improvement.