React95

🌈🕹 Windows 95 style UI component library for React

MIT License

Stars
6.6K
Committers
25

Bot releases are hidden (Show)

React95 - v3.0.0-beta.9

Published by arturbien over 4 years ago

3.0.0-beta.9 (2020-03-29)

Bug Fixes

  • slider: fix Slider origin and decimal issues (851d204), closes #124
React95 - v3.0.0-beta.8

Published by arturbien over 4 years ago

3.0.0-beta.8 (2020-03-29)

Bug Fixes

  • tab: remove margin between Tabs in iOS and Mac (af3552a)
React95 - v3.0.0-beta.7

Published by arturbien over 4 years ago

3.0.0-beta.7 (2020-03-29)

Bug Fixes

  • button: macOS and iOS focus indication (7cf0224)
  • colorinput: focus indication on MacOS and iOS (fe7de4b)
  • switchbase: focus indication on MacOS and iOS (f956a02)
  • tab: focus indication on MacOS and iOS (c34269e)
React95 - v3.0.0-beta.6

Published by arturbien over 4 years ago

3.0.0-beta.6 (2020-03-28)

Features

BREAKING CHANGES

  • themes: WindowHeader related theme variables changed
React95 - v3.0.0-beta.5

Published by arturbien over 4 years ago

3.0.0-beta.5 (2020-03-24)

Bug Fixes

  • button: indicate focus on Button (0f34f44)
  • colorinput: indicate focus on ColorInput (2761048)
  • radio,checkbox: indicate that Input is focused (bfd978e)
  • tab: indicate focus on Tab (86bf15f)
React95 - v3.0.0-beta.4

Published by arturbien over 4 years ago

3.0.0-beta.4 (2020-03-24)

Features

  • numberfield: rewrite NumberField (821d1a1)
React95 - v3.0.0-beta.3

Published by arturbien over 4 years ago

3.0.0-beta.3 (2020-03-20)

Features

  • slider: enable keyboard controls (3ec0fbb)
React95 - v3.0.0-beta.2

Published by arturbien over 4 years ago

3.0.0-beta.2 (2020-03-17)

Features

  • forwarding refs in components (7af4faa)
React95 - v3.0.0-beta.1

Published by arturbien over 4 years ago

3.0.0-beta.1 (2020-03-14)

Features

BREAKING CHANGES

  • breaking change to release beta ona as v3
  • v3
React95 - v2.0.0

Published by arturbien over 5 years ago

Here are some highlights ✨:

  • 🔥 added flat variants of multiple components
  • ⭐ new Avatar and Hourglass component
  • 💄 minor style changes

Breaking changes

  • What was 'flat' button before now is achieved by using variant="menu". (It's because "flat" word was needed to achieve a truly flat component variants)
-      <Button flat />;
+      <Button variant="menu" />

Changes

  • [Button] Added variant="flat", active button now has hatched background

  • [Checkbox] Added variant="flat"

  • [Radio] Added variant="flat"

  • [Fieldset] Added variant="flat"

  • [TextField] Added variant="flat"

  • [TextArea] Added variant="flat"

  • [NumberField] Added variant="flat"

  • [Select] Added variant="flat"

  • [Divider] Added vertical prop

  • ⭐ [Avatar] New component

  • ⭐ [Hourglass] New component (well, kinda. Now it works 😂)

Related Projects