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.29

Published by arturbien over 4 years ago

3.0.0-beta.29 (2020-07-18)

Bug Fixes

  • numberfield: fix wrong value after input and spin button click (8d13b5c)
  • progress: fix invisible inset shadow on default Progress (52a9f17)
React95 - v3.0.0-beta.28

Published by arturbien over 4 years ago

3.0.0-beta.28 (2020-07-17)

Bug Fixes

  • datepicker: don't include datepicker in the library before it's finished (be8c7de)
  • shadow: decrease inset shadows blur radius (a762fd6)
  • tooltip: make tooltip border of 2px width (099a9f8)

Features

  • fonts: add licensed ms_sans_serif font (dcf9144)
  • ms-sans-serif-bold: add bold font (eeefa65)

BREAKING CHANGES

  • datepicker: datepicker is removed from the library
React95 - v3.0.0-beta.27

Published by arturbien over 4 years ago

3.0.0-beta.27 (2020-05-31)

Bug Fixes

  • themes: add missing counterStrike theme export (86a0990)
React95 - v3.0.0-beta.26

Published by arturbien over 4 years ago

3.0.0-beta.26 (2020-05-31)

Bug Fixes

  • loadingindicator: fix overflow issue (06522db)
  • progress: fix progress bar overflow issue (a747344)

Features

  • esm,themes,fonts: include esm build and fonts in the package (79eca2d)
  • fonts: add fonts (4b5b7aa)

BREAKING CHANGES

  • esm,themes,fonts: themes moved from the main bundle to 'react95/dist/themes'
React95 - v3.0.0-beta.25

Published by arturbien over 4 years ago

3.0.0-beta.25 (2020-05-31)

Features

  • themes: add 'counterStrike' theme (e87b255)
React95 - v3.0.0-beta.24

Published by arturbien over 4 years ago

3.0.0-beta.24 (2020-05-19)

Bug Fixes

  • cutout: fix z-index issue (e19adfc)
React95 - v3.0.0-beta.23

Published by arturbien over 4 years ago

3.0.0-beta.23 (2020-05-19)

Bug Fixes

  • stylereset: set default line-height to 1.5 (244c90f)
  • window: fix resize handle positioning (19ce1ae)

Features

  • panel: add panel component (df42227)
React95 - v3.0.0-beta.22

Published by arturbien over 4 years ago

3.0.0-beta.22 (2020-05-12)

Bug Fixes

  • themes: rename text related color variables (a8993ef)

BREAKING CHANGES

  • themes: 'text' remamed to 'materialText', 'inputText' renamed to 'canvasText
React95 - v3.0.0-beta.21

Published by arturbien over 4 years ago

3.0.0-beta.21 (2020-05-09)

Features

  • themes: add more themes (dd9c840)
React95 - v3.0.0-beta.20

Published by arturbien over 4 years ago

3.0.0-beta.20 (2020-04-29)

Features

  • themes: tokyoDark theme (2d44d24)
React95 - v3.0.0-beta.19

Published by arturbien over 4 years ago

3.0.0-beta.19 (2020-04-11)

Bug Fixes

  • select: pass event as first argument in onchange handlers (c862996)
  • tab: pass event to onclick handler (d372912)
React95 - v3.0.0-beta.18

Published by arturbien over 4 years ago

3.0.0-beta.18 (2020-04-09)

Bug Fixes

  • colorinput: show pointer cursor on hover (3c58fb5)
  • datepicker: adjust component for new Select API (cf1ce81)
  • list: fix padding issue (afc79de)
  • loadingindicator: fix display issue (516a35d)
  • select: fix keyboard select wrong target value issue (db8ff1c)
  • slider: fix disabled slider mark style issue (d265c6c)

Features

  • avatar: add 'size' prop (cd2bbc6)
  • bar: make Bar 'size' prop accept %, px (4286c3a)
  • divider: remove 'vertical' prop in favor of 'orientation' prop (42111ed)
  • window: small style improvements (c0c856c)

BREAKING CHANGES

  • divider: API change: use orientation='vertical' instead of 'vertical' flag
React95 - v3.0.0-beta.17

Published by arturbien over 4 years ago

3.0.0-beta.17 (2020-04-09)

Bug Fixes

  • numberfield: fix 100% width issue (ec9c177)
React95 - v3.0.0-beta.16

Published by arturbien over 4 years ago

3.0.0-beta.16 (2020-04-08)

Bug Fixes

  • button,tab,textfield: make components inherit font-family (da57101)

Code Refactoring

  • stylereset: renamed 'reset' to 'styleReset' (956f0c6)

BREAKING CHANGES

  • stylereset: 'reset' util is renamed to 'styleReset'
React95 - v3.0.0-beta.15

Published by arturbien over 4 years ago

3.0.0-beta.15 (2020-04-07)

Features

  • toolbar: forwardRef in toolbar, add tests (7a63028)
React95 - v3.0.0-beta.14

Published by arturbien over 4 years ago

3.0.0-beta.14 (2020-04-07)

Bug Fixes

  • themes: add missing theme variable (focusSecondary) (1463a89)
React95 - v3.0.0-beta.13

Published by arturbien over 4 years ago

3.0.0-beta.13 (2020-04-06)

Features

  • select: select reworked (22586da)

BREAKING CHANGES

  • select: API change: 'options' instead of 'items' and 'menuMaxHeight' instead of 'height' prop

Co-authored-by: Emily Kolar [email protected]

React95 - v3.0.0-beta.12

Published by arturbien over 4 years ago

3.0.0-beta.12 (2020-04-04)

Features

  • tableheadcell: add 'sort' prop and corresponding aria label (1c31744)
React95 - v3.0.0-beta.11

Published by arturbien over 4 years ago

3.0.0-beta.11 (2020-04-02)

Bug Fixes

  • button: fix focus outline on flat button (7498ccc)

Features

  • textfield: make TextField and TextArea one component (b447b88)
  • themes: add 'the Sities USA', 'Travel' and 'Molecule' theme (859dce0)

BREAKING CHANGES

  • textfield: TextArea component removed from library (use instead)
React95 - v3.0.0-beta.10

Published by arturbien over 4 years ago

3.0.0-beta.10 (2020-03-30)

Bug Fixes

  • style: use 'rem' for font sizes (c459344)
Related Projects