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
,RadioButton
and more.., SliderBar
- now you can control ticks using props,Select
- now you can add a custom trigger to open the select,backdropBlur
prop has been added to many components to control backdrop blur effect to make ui more vibrant,TableView
fixed 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
,NextJS
andCRA
, See #23 . - Improved Inputs data manipulation using
refs
andvalue
, See - #25 . - Fixed
TableView
for unique key and also addedTableHeaderComponent
&TableFooterComponent
. - Added Latest Fluent
LoaderBusy
with Win11 UI. - Improved
ScrollBar
with 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
SelectText
component. - Added
PrimaryColorLight
color support forAppTheme
component. - Improved
AvatarView
to display placeholders. - Improved
CommantBar
component.
Breaking Changes
- Refracted
NavSearchSuggetion
toNavBarSearchSuggetion
. - Refracted
NavThemeSwitcher
toNavBarThemeSwitch
.
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 Template
introduced for easing the project setup.NavBar
now follows the up-to-date fluent design system for mobile devices.NavThemeSwitcher
added for better theme switching.SplashScreen
added 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
NavBar
improved positioning.AppTheme
fixed issue with scheme prop on mount see #12 .Switch
removed extra end margin and make it flex wrap.- Major UI improvements.
Breaking Changes
- Removed
TransitionToLeft
component , nowNavPageContainer
not 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
NavPageContainer
now don't require TransitionToLeft registering.NavBar
component improved on mobile devices.Alert
component improvement.Switch
improved rendering, fixes extra margin bug.Dialog
improved rendering and touch responses.InputText
component improved rendering.- UI Improvements.
r-win-ui v4.0.4 🌈
💡 What's New
CommandBar
&CommandBarButton
component added see #15 .- Improved
Select
animations component. MenuBar
added propshowSearchBar
for optional serachInput rendering.SplashScreen
added propduration
to control additional time take to hide after render.- UI Improvement.
r-win-ui v4.0.2 🌈
💡 What's New
AppTheme
addedscheme
:'system'
prop option.AppTheme
addedonMount
prop.CheckBox
improved toggle animations.NavBar
improved ui - now more compact.SplashScreen
component added.- Reduced bundle size (approx 10kbs lesser).
- UI Improvement.
r-win-ui v4.0.1 🌈
💡 What's New
NavBar
added propshowThemeSwitch
to toggle theme switch rendering requested in #12NavBarSubMenu
component added for multi level menu for NavBar requested in #6Select
component added for implementing react custom select requested in #6Appearance
component added to get a way to handle theme better requested in #11AppTheme
addd proponSchemeChange
&onColorChange
for theme change listener requested in #11Button
improved ui and touch interface.View
added component provide container component with visibility and animation features.Gauge
improved ui and added propsize
to get alter width & height of choice.- Performance Improvement.