Releases: virtualvivek/react-windows-ui
r-win-ui v4.0.0 🌈
💡 What's New
- Improved Typescript type definitions.
- Improved NavBar (Now Supports for all size devices).
- Added NavBarSubMenu requested in #6
- Added img prop to NavBarLink.
- Introduced AppTheme component to seamlessly control app theme at runtime.
- Introduced ColorPickerItem and ColorPickerPalette for providing set of color pickers component.
- Introduced Boilerplate (View BoilerPlate Here) to build rapid win style apps with prebuild template.
- Improved LinkCompound component.
- Improved Documentation
r-win-ui v2.0.9 🌈
react-windows-ui -v2.0.9
ChangeLog
- @babel Transpiled components
The project now has better cross browser support.
- Added Boilerplate
template.
Now you can initialize your project with the predefined react-windows-ui template.
You can also clone the boilerplate repo:
$ git clone https://github.com/virtualvivek/react-windows-ui-boilerplate.git
$ cd react-windows-ui-boilerplate
$ npm install
$ npm start- Fixed
InputText-Labelwidth.
Now Label with can auto adjust according to the text.
- Fixed
TextArea-line-height.
previously some buggy collapsed text issue is there is solved now.
- UI Improvement.
- Minified complete library files.
r-win-ui v2.0.8 🌈
react-windows-ui -v2.0.8
ChangeLog
Major Addons
- Added
Typescript type definitions- see full issue #3 - Added
react-windows-ui-sunvalley.min.cssstyles from new win design pattern. - Added
react-windows-ui-rtl.min.cssfor right to left direction support.
Components
- Added
onErrorprop toAvatarViewandImageView.
Now AvatarView and ImageView provides onError callbacks and fixed loading animation will close on error.
- Added
TableViewcomponent.
TableView component includes toggle arranging columns, searchable columns, able to add jsx components
refer demo for full implementation.
- fixed
app-nav-toggleanimation.
SideBar Navigation Toggle collapsing animation now work smoothly.
- UI Improvement
r-win-ui v2.0.7 🌈
react-windows-ui -v2.0.7
ChangeLog
1. feat: added prop tooltip:
<Component tooltip="hover tooltip title" />
tooltipadded for following components:
- AvatarView
- ImageView
- ProgressBar
- Button
- ButtonIcon
- InputText
- InputDate
- InputSearch*
- Checkbox
- SliderBar
- Switch
2. feat: added component <TransitionToLeft /> :
Add TransitionToLeft to the app Router:
App.js
<Router>
<TransitionToLeft />
</Router>Control Transition fallback to child NavPageContainer using prop
animateTransition={true}
Page.js
<NavPageContainer
animateTransition={true}>
...
</NavPageContainer>3. fix: component Alert :
Fixes setTheme="light" on mozilla browsers.4. feat: component Gauge :
Added prop
type="fill":
Default: type="border"
<Gauge
type="fill"
/>r-win-ui v2.0.5 🌈
react-windows-ui -v2.0.5
Changelog -
- added
Accordioncomponent. - added
AlertsetTheme="light" prop. - added
ButtonIconcomponent. Buttonaddedprops-
type="primary-outline",
type="success-outline",
type="danger-outline",
textAlign={ }- added
NavSearchBoxcomponent. InputSearchSuggestionadded onClick={ } prop.MenuBaradded onClick={ } prop.LoaderBaradded isLoading={boolean} prop.LoaderBusyaddedprops-
isLoading={boolean}
size="medium"
size="small"- UI improvement.
r-win-ui v2.0.2
react-windows-ui -v2.0.2
ChangeLog
LoaderBar: addedsetThemeprop for light ui theme.LoaderBusy: addedsetThemeprop for light ui theme.NavBarfixed scrollbar positioning ( clipped to top ).App's ScrollBarfixed scrolling behavior now serves as an overlay.NavPageContainerInner: fixed padding on mobile view.- UI Improvements.
r-win-ui v2.0.0
react-windows-ui -v2.0.0
Changelog
Alert: addedlighttheme.Button: added type -primary-outline,success-outline,danger-outline.ButtonFluentadded component with windows fluent effect.Gaugeadded type -outline,fill- default outline.LinkCompoundFluentadded component with windows fluent effect.LoaderBaraddedisLoadingprop to control visibility behaviour.LoaderBusyaddedisLoadingprop to control visibility behaviour.ProgressBarIndeterminateaddedisLoadingprop to control visibility behaviour.- UI Improvement : improved mobile device compatibility.
r-win-ui v1.1.1
Release 1.1.1
Changelog
- added
NavBarLinkFluent - added
ButtonFluent - added
LinkCompoundFluent - added onLoad prop in
AvatarView - added backgroundColor, setTheme, title props in
LoaderBusy - fixed flickering of
Dialogon low end devices - UI Improvement
r-win-ui v1.0.8
Release 1.0.8
Changelog
- optimized fonts.min.css
now icons file have only most used icons for production build to occupy less size - added textAlign prop to
Button - added accent icon feature to
Button - added onLoad prop to
ImageView - UI Improvement
─────────────────────
───────────████████──
──────────███▄███████
──────────███████████
──────────██████─────
──────────█████████──
█───────███████──────
██────████████████───
███──██████████──█───
███████████████──────
─█████████████───────
──███████████────────
────████████─────────
─────███──██─────────
─────█─────█─────────
─────██────██────────
─────────────────────
r-win-ui v1.0.6
Release 1.0.6
Changelog
components added
- added
View - added width prop to
Button - fixed setStatus states no padding issue on
InputText. - fixed
CommandBarzIndex, now has zIndex as prop. - refracted id to className in
NavBar. - UI Improvement
─────────────────────
───────────████████──
──────────███▄███████
──────────███████████
──────────██████─────
──────────█████████──
█───────███████──────
██────████████████───
███──██████████──█───
███████████████──────
─█████████████───────
──███████████────────
────████████─────────
─────███──██─────────
─────█─────█─────────
─────██────██────────
─────────────────────
