Commit Graph

  • 871d5335da fix(Button): active button focus outline master Afzal Zubair 2023-04-09 07:44:05 +05:00
  • f572c22fae build(deps): bump vm2 from 3.9.13 to 3.9.17 dependabot/npm_and_yarn/vm2-3.9.17 dependabot[bot] 2023-04-20 15:01:23 +00:00
  • 1b8af97248 build(deps-dev): bump webpack from 5.74.0 to 5.76.0 dependabot/npm_and_yarn/webpack-5.76.0 dependabot[bot] 2023-03-15 07:16:40 +00:00
  • e77d5c965f WIP feat/ab/IconWrapper arturbien 2023-03-11 13:24:21 +01:00
  • 8d8a376a51 docs(storybook): fix styling order su 2023-03-01 23:45:53 +00:00
  • 8ed69781ae WIP wip/ab/shadow-borders arturbien 2023-02-18 17:32:39 +01:00
  • 131095e81a build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 dependabot/npm_and_yarn/http-cache-semantics-4.1.1 dependabot[bot] 2023-02-04 14:44:45 +00:00
  • 385b2b55df Merge pull request #372 from react95-io/dependabot/npm_and_yarn/loader-utils-1.4.2 Artur Bień 2023-01-09 20:09:46 +01:00
  • cf5baaa645 Merge pull request #354 from react95-io/dependabot/npm_and_yarn/vm2-3.9.11 Artur Bień 2023-01-09 20:09:33 +01:00
  • 17973d560d build(deps): bump loader-utils from 1.4.0 to 1.4.2 dependabot[bot] 2023-01-09 15:25:08 +00:00
  • 0598172be9 build(deps): bump vm2 from 3.9.10 to 3.9.11 dependabot[bot] 2023-01-09 15:24:21 +00:00
  • aea8833e57 Merge pull request #378 from react95-io/dependabot/npm_and_yarn/json5-1.0.2 Artur Bień 2023-01-09 16:11:55 +01:00
  • dad0e7bb27 build(deps): bump json5 from 1.0.1 to 1.0.2 dependabot[bot] 2023-01-09 02:19:40 +00:00
  • c6875f41d3 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 dependabot/npm_and_yarn/decode-uri-component-0.2.2 dependabot[bot] 2022-12-09 08:51:43 +00:00
  • ea6e6f2f06 WIP arturbien 2022-11-30 13:59:03 +01:00
  • 1725262024 Merge pull request #369 from react95-io/beta Artur Bień 2022-11-13 16:37:05 +01:00
  • 9feaf27695 Merge pull request #369 from react95-io/beta v4.0.0 Artur Bień 2022-11-13 16:37:05 +01:00
  • eabc39146c docs(readme): add link to 'react95-native' beta arturbien 2022-11-13 14:57:03 +01:00
  • c76f191ea1 fix(radio): remove 'menu' variant v4.0.0-beta.19 arturbien 2022-11-10 23:23:16 +01:00
  • 17eec67f1d fix(checkbox): remove 'menu' variant v4.0.0-beta.18 arturbien 2022-11-10 22:09:33 +01:00
  • 06cba7c890 docs(storybook): make story 100% height arturbien 2022-11-10 18:33:04 +01:00
  • f5047a01ec style(textinput.stories): fix typo in file name v4.0.0-beta.17 arturbien 2022-11-10 08:05:14 +01:00
  • 10de27a494 style(slider): change 'newValue' to 'value' in onChange handler arturbien 2022-11-10 07:58:28 +01:00
  • ec6f3924ad fix(numberinput): pass otherProps down to the wrapper arturbien 2022-11-10 07:53:43 +01:00
  • 390edd87fd fix(tabs): pass 'value' as first argument in 'onChange' arturbien 2022-11-09 09:07:11 +01:00
  • 0471ccbaa1 fix(checkbox): add missing semicolon in styles arturbien 2022-11-09 08:13:43 +01:00
  • 2c6e1413d9 fix(slider): do not pass event to onChange handlers arturbien 2022-11-09 08:09:56 +01:00
  • 291c15419c WIP arturbien 2022-11-01 21:40:24 +01:00
  • f49a107286 feat(button): add 'raised' button v4.0.0-beta.16 arturbien 2022-11-01 19:45:50 +01:00
  • acaacd8c95 fix(slider): fix thumb not draggable v4.0.0-beta.15 arturbien 2022-10-30 20:54:38 +01:00
  • b0517dd753 fix(hourglass): accept style prop v4.0.0-beta.14 arturbien 2022-10-28 14:16:44 +02:00
  • e406df29c2 feat(themes): add scale and shadow, storybook settings feat/wes/theme-scale-shadow Wes Souza 2022-08-06 18:13:07 -04:00
  • 107fe1564f refactor(select): improve keyboard and events, split native to SelectNative v4.0.0-beta.13 Wes Souza 2022-08-08 18:23:45 -04:00
  • 2a0d9bac94 chore(usecontrolledoruncontrolled): emulate React's uncontrolled warn if value is set without onChange or readOnly Wes Souza 2022-08-12 08:42:59 -04:00
  • 2177c67e9d fix(coverage): fix Jest coverage not properly referencing code points correctly Wes Souza 2022-08-10 19:01:03 -04:00
  • 7efe96cd94 build: update build to preserve modules and use @rollup/plugin-typescript Wes Souza 2022-07-28 16:59:28 -04:00
  • f7103b93f7 build: remove babel-plugin-polyfill-corejs3 to avoid Babel issue building Storybook Wes Souza 2022-08-06 12:34:12 -04:00
  • 7d9067b281 refactor(anchor): add underline property, default true Wes Souza 2022-08-04 17:17:24 -04:00
  • 74f56ec632 refactor(appbar): add position prop Wes Souza 2022-08-04 17:26:04 -04:00
  • e3c0338aa0 refactor(frame): update variants to align with guideline Wes Souza 2022-08-04 17:51:54 -04:00
  • 746e9c0971 refactor(common): move SwitchBase to common folder v4.0.0-beta.12 Wes Souza 2022-07-31 20:43:14 -04:00
  • cfe475d3ec chore(datepicker): add displayName to component Wes Souza 2022-07-31 20:41:12 -04:00
  • f106bd4085 docs(window): categorize under Environment Wes Souza 2022-07-31 20:23:13 -04:00
  • 918d1ebee8 refactor(treeview): categorize under Controls, rename Tree to TreeView Wes Souza 2022-07-31 20:09:40 -04:00
  • c42c3b410f docs(tooltip): categorize under Controls Wes Souza 2022-07-31 20:04:09 -04:00
  • f10e7fea7f refactor(textinput): categorize under Controls, rename TextField to TextInput Wes Souza 2022-07-31 20:01:54 -04:00
  • b2b2230b11 docs(table): categorize under Controls Wes Souza 2022-07-31 19:55:56 -04:00
  • c1d84d4ac4 docs(slider): categorize under Controls Wes Souza 2022-07-31 19:49:39 -04:00
  • ce592abc81 docs(select): categorize under Controls Wes Souza 2022-07-31 19:36:00 -04:00
  • b19e15b2f4 docs(radio): categorize under Controls Wes Souza 2022-07-31 18:45:12 -04:00
  • bde588c1f3 refactor(frame): categorize under Layout, rename Panel to Frame Wes Souza 2022-07-31 14:02:25 -04:00
  • 8256a47090 docs(tabs): categorize under Controls Wes Souza 2022-07-31 09:45:38 -04:00
  • 24630c887c refactor(numberinput): categorize under Controls, rename from NumberField to NumberInput Wes Souza 2022-07-31 09:36:08 -04:00
  • 38ce6cd3fd chore(loadingindicator): remove LoadingIndicator Wes Souza 2022-08-04 17:35:21 -04:00
  • 17146e9543 docs(progressbar): categorize under Controls Wes Souza 2022-07-31 09:11:03 -04:00
  • e2e0d227fc refactor(menulist): categorize under Controls, rename List to MenuList Wes Souza 2022-07-31 08:11:22 -04:00
  • ce0b2cd4a7 docs(hourglass): categorize under Other Wes Souza 2022-07-31 08:03:46 -04:00
  • 276bdd48e4 refactor(groupbox): categorize under Controls, rename Fieldset to GroupBox Wes Souza 2022-07-31 08:01:26 -04:00
  • e06e60191b refactor(monitor): categorize under Other, rename Desktop to Monitor Wes Souza 2022-07-31 07:59:32 -04:00
  • 3f09b493f0 refactor(scrollview): categorize under Layout, rename Cutout to ScrollView Wes Souza 2022-07-30 21:05:33 -04:00
  • 7c32d166d3 refactor(separator): categorize under Layout, rename Divider to Separator Wes Souza 2022-07-31 21:14:25 -04:00
  • b25a9e8445 docs(counter): categorize under Other Wes Souza 2022-07-30 20:48:45 -04:00
  • d2d1022151 docs(colorinput): categorize under Controls Wes Souza 2022-07-30 20:46:47 -04:00
  • 201d1c0695 docs(checkbox): categorize under Controls Wes Souza 2022-07-30 20:42:21 -04:00
  • 6e6b9bda8a docs(button): categorize under Controls Wes Souza 2022-07-30 20:39:40 -04:00
  • bfd4f45798 refactor(handle): categorize under Controls, rename Bar to Handle Wes Souza 2022-07-30 20:23:27 -04:00
  • d83eb88b53 docs(avatar): categorize under Other Wes Souza 2022-07-30 20:14:28 -04:00
  • 51df0388d0 chore(appbar): categorize under Environment Wes Souza 2022-07-30 20:12:26 -04:00
  • aeca001a65 docs(anchor): categorize under Typography Wes Souza 2022-07-30 19:26:18 -04:00
  • dcb7382d77 docs: improve Storybook, add docs pages as stories Wes Souza 2022-07-31 21:22:45 -04:00
  • 64aee8b45a chore: restore React 16 support Wes Souza 2022-07-28 16:59:28 -04:00
  • 2eac4e8aa5 feat(storybook): Reimplement "Themes" add on with React95 style v4.0.0-beta.11 Wes Souza 2022-08-04 08:46:18 -04:00
  • 71a964e83f ci: add lint and type checking Wes Souza 2022-07-27 13:49:32 -04:00
  • 5abcb3ed48 fix(slider): fix thumb rendering off the slider when value was not set v4.0.0-beta.10 Wes Souza 2022-08-03 19:49:36 -04:00
  • 49ab26bcb8 feat(datepicker): convert to TypeScript and export types v4.0.0-beta.9 Wes Souza 2022-07-25 16:42:04 -04:00
  • 38f7cf6a7e fix(select): fix type issues with onChange v4.0.0-beta.8 Wes Souza 2022-07-27 19:21:08 -04:00
  • 7cef5d91e1 fix(types): fix multiple TypeScript issues v4.0.0-beta.7 Wes Souza 2022-07-27 12:56:57 -04:00
  • cfa6f6e822 feat(tree): convert to TypeScript and export types v4.0.0-beta.6 Wes Souza 2022-07-27 08:10:38 -04:00
  • a96f8016fc feat(fieldset): convert to TypeScript and export types v4.0.0-beta.5 Wes Souza 2022-07-27 11:04:07 -04:00
  • 895279d3c5 feat(toolbar): convert to TypeScript and export types v4.0.0-beta.4 Wes Souza 2022-07-26 19:20:38 -04:00
  • ac438b5539 feat(window): convert to TypeScript and export types Wes Souza 2022-07-27 11:43:46 -04:00
  • 6c727af872 feat(tooltip): convert to TypeScript and export types v4.0.0-beta.3 Wes Souza 2022-07-26 21:02:46 -04:00
  • 33f52e934a feat(table,tablebody,tabledatacell,tablehead,tableheadcell,tablerow): convert to TypeScript and export types v4.0.0-beta.2 Wes Souza 2022-07-26 15:21:47 -04:00
  • 64e4279a2e feat(numberfield,textfield): convert to TypeScript and export types v4.0.0-beta.1 Wes Souza 2022-07-26 18:19:04 -04:00
  • ec7c478d13 chore(common): convert useControlledOrUncontrolled to TypeScript Wes Souza 2022-07-27 08:54:36 -04:00
  • 59b6350ed3 feat(tab,tabbody,tabs): convert to TypeScript and export types v3.13.0-beta.21 Wes Souza 2022-07-26 14:07:56 -04:00
  • 375646b55d feat(slider): convert to TypeScript and export types v3.13.0-beta.20 Wes Souza 2022-07-26 09:34:39 -04:00
  • 680e083ea6 feat(list,listitem): convert to TypeScript and export types v3.13.0-beta.19 arturbien 2022-07-26 19:24:06 +02:00
  • d5887d4c6a feat(colorinput): convert to TypeScript and export types v3.13.0-beta.18 Wes Souza 2022-07-25 15:36:02 -04:00
  • 2616fe5553 feat(loadingindicator): convert to TypeScript and export types v3.13.0-beta.17 Wes Souza 2022-07-25 19:17:10 -04:00
  • bb6720d869 feat(progress): convert to TypeScript and export types v3.13.0-beta.16 Wes Souza 2022-07-25 19:55:33 -04:00
  • 3c8729a60f feat(select): convert to TypeScript and export types v3.13.0-beta.15 Wes Souza 2022-07-26 06:33:12 -04:00
  • 0f3c9ff1b7 chore(lint): add eslint-plugin-react-hooks Wes Souza 2022-07-26 06:33:02 -04:00
  • a7eeda132b feat(cutout): convert to TypeScript and export types v3.13.0-beta.14 Wes Souza 2022-07-25 16:38:16 -04:00
  • c4bb62834f feat(radio): convert to TypeScript and export types v3.13.0-beta.13 Wes Souza 2022-07-25 20:38:29 -04:00
  • 0b29e5ffec feat(hourglass): convert to TypeScript and export types v3.13.0-beta.12 Wes Souza 2022-07-25 17:01:44 -04:00
  • 8d37b0cc0a feat(button): convert to TypeScript and export types v3.13.0-beta.11 Wes Souza 2022-07-25 12:48:49 -04:00
  • 1c160254c3 feat(checkbox): convert to TypeScript and export types v3.13.0-beta.10 Wes Souza 2022-07-25 14:50:51 -04:00
  • d42af74e6b refactor(common): change isDisabled common prop to $disabled Wes Souza 2022-07-25 20:55:01 -04:00
  • 0c9d7c40d3 chore(switchbase): convert to TypeScript and export types Wes Souza 2022-07-25 14:50:42 -04:00