React95

🌈🕹 Windows 95 style UI component library for React

MIT License

Stars
6.6K
Committers
25

Bot releases are visible (Hide)

React95 - v4.0.0 Latest Release

Published by github-actions[bot] almost 2 years ago

4.0.0 (2022-11-13)

Bug Fixes

  • checkbox: add missing semicolon in styles (0471ccb)
  • checkbox: remove 'menu' variant (17eec67)
  • coverage: fix Jest coverage not properly referencing code points correctly (2177c67)
  • hourglass: accept style prop (b0517dd)
  • numberinput: pass otherProps down to the wrapper (ec6f392)
  • radio: remove 'menu' variant (c76f191)
  • select: fix type issues with onChange (38f7cf6)
  • slider: do not pass event to onChange handlers (2c6e141)
  • slider: fix thumb not draggable (acaacd8), closes #357
  • slider: fix thumb rendering off the slider when value was not set (5abcb3e)
  • tabs: pass 'value' as first argument in 'onChange' (390edd8)
  • types: fix multiple TypeScript issues (7cef5d9)

chore

  • loadingindicator: remove LoadingIndicator (38ce6cd)

Code Refactoring

  • select: improve keyboard and events, split native to SelectNative (107fe15)

Features

  • anchor: convert to TypeScript and export types (659d102)
  • appbar: convert to TypeScript and export types (334cf5e)
  • avatar: convert to TypeScript and export types (58473f5)
  • bar: convert to TypeScript and export types (c419365)
  • button: add 'raised' button (f49a107)
  • button: convert to TypeScript and export types (8d37b0c)
  • checkbox: convert to TypeScript and export types (1c16025)
  • colorinput: convert to TypeScript and export types (d5887d4)
  • common: convert to TypeScript and export types (b41b51e)
  • counter: convert to TypeScript and export types (4ba305d)
  • cutout: convert to TypeScript and export types (a7eeda1)
  • datepicker: convert to TypeScript and export types (49ab26b)
  • desktop: convert to TypeScript and export types (878a07e)
  • divider: convert to TypeScript and export types (25bcc7c)
  • fieldset: convert to TypeScript and export types (a96f801)
  • hourglass: convert to TypeScript and export types (0b29e5f)
  • list,listitem: convert to TypeScript and export types (680e083)
  • loadingindicator: convert to TypeScript and export types (2616fe5)
  • numberfield,textfield: convert to TypeScript and export types (64e4279)
  • panel: convert to TypeScript and export types (42c02b2)
  • progress: convert to TypeScript and export types (bb6720d)
  • radio: convert to TypeScript and export types (c4bb628)
  • select: convert to TypeScript and export types (3c8729a)
  • slider: convert to TypeScript and export types (375646b)
  • storybook: Reimplement "Themes" add on with React95 style (2eac4e8)
  • tab,tabbody,tabs: convert to TypeScript and export types (59b6350)
  • table,tablebody,tabledatacell,tablehead,tableheadcell,tablerow: convert to TypeScript and export types (33f52e9)
  • toolbar: convert to TypeScript and export types (895279d)
  • tooltip: convert to TypeScript and export types (6c727af)
  • tree: convert to TypeScript and export types (cfa6f6e)
  • window: convert to TypeScript and export types (ac438b5)

BREAKING CHANGES

  • radio: remove 'menu' variant of Radio component
  • checkbox: Removal of 'menu' Checkbox variant
  • select: Select props changed significantly, native is now the SelectNative component
  • loadingindicator: LoadingIndicator was removed from the library.
  • numberfield,textfield: NumberField onChange is now called with a number instead of a string
React95 - v4.0.0-beta.19

Published by github-actions[bot] almost 2 years ago

4.0.0-beta.19 (2022-11-10)

Bug Fixes

  • radio: remove 'menu' variant (c76f191)

BREAKING CHANGES

  • radio: remove 'menu' variant of Radio component
React95 - v4.0.0-beta.18

Published by github-actions[bot] almost 2 years ago

4.0.0-beta.18 (2022-11-10)

Bug Fixes

  • checkbox: remove 'menu' variant (17eec67)

BREAKING CHANGES

  • checkbox: Removal of 'menu' Checkbox variant
React95 - v4.0.0-beta.17

Published by github-actions[bot] almost 2 years ago

4.0.0-beta.17 (2022-11-10)

Bug Fixes

  • checkbox: add missing semicolon in styles (0471ccb)
  • numberinput: pass otherProps down to the wrapper (ec6f392)
  • slider: do not pass event to onChange handlers (2c6e141)
  • tabs: pass 'value' as first argument in 'onChange' (390edd8)
React95 - v4.0.0-beta.16

Published by github-actions[bot] almost 2 years ago

4.0.0-beta.16 (2022-11-01)

Features

  • button: add 'raised' button (f49a107)
React95 - v4.0.0-beta.15

Published by github-actions[bot] almost 2 years ago

4.0.0-beta.15 (2022-11-01)

Bug Fixes

  • slider: fix thumb not draggable (acaacd8), closes #357
React95 - v4.0.0-beta.14

Published by github-actions[bot] almost 2 years ago

4.0.0-beta.14 (2022-10-28)

Bug Fixes

  • hourglass: accept style prop (b0517dd)
React95 - v4.0.0-beta.13

Published by github-actions[bot] about 2 years ago

4.0.0-beta.13 (2022-09-10)

Bug Fixes

  • coverage: fix Jest coverage not properly referencing code points correctly (2177c67)

Code Refactoring

  • select: improve keyboard and events, split native to SelectNative (107fe15)

BREAKING CHANGES

  • select: Select props changed significantly, native is now the SelectNative component
React95 - v4.0.0-beta.12

Published by github-actions[bot] about 2 years ago

4.0.0-beta.12 (2022-08-05)

chore

  • loadingindicator: remove LoadingIndicator (38ce6cd)

BREAKING CHANGES

  • loadingindicator: LoadingIndicator was removed from the library.
React95 - v4.0.0-beta.11

Published by github-actions[bot] about 2 years ago

4.0.0-beta.11 (2022-08-04)

Features

  • storybook: Reimplement "Themes" add on with React95 style (2eac4e8)
React95 - v4.0.0-beta.10

Published by github-actions[bot] about 2 years ago

4.0.0-beta.10 (2022-08-04)

Bug Fixes

  • slider: fix thumb rendering off the slider when value was not set (5abcb3e)
React95 - v4.0.0-beta.9

Published by github-actions[bot] about 2 years ago

4.0.0-beta.9 (2022-07-28)

Features

  • datepicker: convert to TypeScript and export types (49ab26b)
React95 - v4.0.0-beta.8

Published by github-actions[bot] about 2 years ago

4.0.0-beta.8 (2022-07-28)

Bug Fixes

  • select: fix type issues with onChange (38f7cf6)
React95 - v4.0.0-beta.7

Published by github-actions[bot] about 2 years ago

4.0.0-beta.7 (2022-07-27)

Bug Fixes

  • types: fix multiple TypeScript issues (7cef5d9)
React95 - v4.0.0-beta.6

Published by github-actions[bot] about 2 years ago

4.0.0-beta.6 (2022-07-27)

Features

  • tree: convert to TypeScript and export types (cfa6f6e)
React95 - v4.0.0-beta.5

Published by github-actions[bot] about 2 years ago

4.0.0-beta.5 (2022-07-27)

Features

  • fieldset: convert to TypeScript and export types (a96f801)
React95 - v4.0.0-beta.4

Published by github-actions[bot] about 2 years ago

4.0.0-beta.4 (2022-07-27)

Features

  • toolbar: convert to TypeScript and export types (895279d)
  • window: convert to TypeScript and export types (ac438b5)
React95 - v4.0.0-beta.3

Published by github-actions[bot] about 2 years ago

4.0.0-beta.3 (2022-07-27)

Features

  • tooltip: convert to TypeScript and export types (6c727af)
React95 - v4.0.0-beta.2

Published by github-actions[bot] about 2 years ago

4.0.0-beta.2 (2022-07-27)

Features

  • table,tablebody,tabledatacell,tablehead,tableheadcell,tablerow: convert to TypeScript and export types (33f52e9)
React95 - v4.0.0-beta.1

Published by github-actions[bot] about 2 years ago

4.0.0-beta.1 (2022-07-27)

Features

  • numberfield,textfield: convert to TypeScript and export types (64e4279)

BREAKING CHANGES

  • numberfield,textfield: NumberField onChange is now called with a number instead of a string
Related Projects