Skip to content

Releases: virtualvivek/react-windows-ui

r-win-ui v4.0.0 🌈

12 Sep 18:30

Choose a tag to compare

💡 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 🌈

11 Jul 16:29

Choose a tag to compare

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 - Label width.

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 🌈

03 Jul 19:39

Choose a tag to compare

react-windows-ui -v2.0.8

ChangeLog

Major Addons

  • Added Typescript type definitions - see full issue #3
  • Added react-windows-ui-sunvalley.min.css styles from new win design pattern.
  • Added react-windows-ui-rtl.min.css for right to left direction support.

Components

  • Added onError prop to AvatarView and ImageView.

Now AvatarView and ImageView provides onError callbacks and fixed loading animation will close on error.

  • Added TableView component.

TableView component includes toggle arranging columns, searchable columns, able to add jsx components refer demo for full implementation.

  • fixed app-nav-toggle animation.

SideBar Navigation Toggle collapsing animation now work smoothly.

  • UI Improvement

r-win-ui v2.0.7 🌈

05 Jun 08:27

Choose a tag to compare

react-windows-ui -v2.0.7

ChangeLog

1. feat: added prop tooltip:

<Component tooltip="hover tooltip title" />

tooltip added 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 🌈

10 May 16:35

Choose a tag to compare

react-windows-ui -v2.0.5

Changelog -

  • added Accordion component.
  • added Alert setTheme="light" prop.
  • added ButtonIcon component.
  • Button added props -
    type="primary-outline",
    type="success-outline",
    type="danger-outline",
    textAlign={ }
  • added NavSearchBox component.
  • InputSearchSuggestion added onClick={ } prop.
  • MenuBar added onClick={ } prop.
  • LoaderBar added isLoading={boolean} prop.
  • LoaderBusy added props-
    isLoading={boolean}
    size="medium"
    size="small"
  • UI improvement.

r-win-ui v2.0.2

11 Apr 21:48

Choose a tag to compare

react-windows-ui -v2.0.2

ChangeLog

  • LoaderBar : added setTheme prop for light ui theme.
  • LoaderBusy : added setTheme prop for light ui theme.
  • NavBar fixed scrollbar positioning ( clipped to top ).
  • App's ScrollBar fixed scrolling behavior now serves as an overlay.
  • NavPageContainerInner : fixed padding on mobile view.
  • UI Improvements.

r-win-ui v2.0.0

03 Apr 19:46

Choose a tag to compare

react-windows-ui -v2.0.0

Changelog

  • Alert : added light theme.
  • Button : added type - primary-outline, success-outline, danger-outline.
  • ButtonFluent added component with windows fluent effect.
  • Gauge added type - outline, fill - default outline.
  • LinkCompoundFluent added component with windows fluent effect.
  • LoaderBar added isLoading prop to control visibility behaviour.
  • LoaderBusy added isLoading prop to control visibility behaviour.
  • ProgressBarIndeterminate added isLoading prop to control visibility behaviour.
  • UI Improvement : improved mobile device compatibility.

r-win-ui v1.1.1

07 Mar 21:02

Choose a tag to compare

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 Dialog on low end devices
  • UI Improvement

r-win-ui v1.0.8

27 Feb 10:23

Choose a tag to compare

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

24 Feb 18:54

Choose a tag to compare

Release 1.0.6

Changelog
components added

  • added View
  • added width prop to Button
  • fixed setStatus states no padding issue on InputText.
  • fixed CommandBar zIndex, now has zIndex as prop.
  • refracted id to className in NavBar.
  • UI Improvement

─────────────────────
───────────████████──
──────────███▄███████
──────────███████████
──────────██████─────
──────────█████████──
█───────███████──────
██────████████████───
███──██████████──█───
███████████████──────
─█████████████───────
──███████████────────
────████████─────────
─────███──██─────────
─────█─────█─────────
─────██────██────────
─────────────────────