Skip to content

Releases: react95-io/React95

v3.0.0-beta.1

14 Mar 14:39
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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

Features

BREAKING CHANGES

  • breaking change to release beta ona as v3
  • v3

v2.0.0

26 May 14:34
Compare
Choose a tag to compare

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 😂)