Afzal Zubair
871d5335da
fix(Button): active button focus outline
...
bug fix: active button focus issue resolved
removed !active flag from line 167.
bug fix: "Active" button not getting focused state
2023-04-24 18:20:24 +02:00
su
8d8a376a51
docs(storybook): fix styling order
...
Fixed styling order in Getting Started docs
2023-03-02 16:18:08 +01:00
Artur Bień
385b2b55df
Merge pull request #372 from react95-io/dependabot/npm_and_yarn/loader-utils-1.4.2
...
build(deps): bump loader-utils from 1.4.0 to 1.4.2
2023-01-09 20:09:46 +01:00
Artur Bień
cf5baaa645
Merge pull request #354 from react95-io/dependabot/npm_and_yarn/vm2-3.9.11
...
build(deps): bump vm2 from 3.9.10 to 3.9.11
2023-01-09 20:09:33 +01:00
dependabot[bot]
17973d560d
build(deps): bump loader-utils from 1.4.0 to 1.4.2
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-09 15:25:08 +00:00
dependabot[bot]
0598172be9
build(deps): bump vm2 from 3.9.10 to 3.9.11
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.10...3.9.11 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-09 15:24:21 +00:00
Artur Bień
aea8833e57
Merge pull request #378 from react95-io/dependabot/npm_and_yarn/json5-1.0.2
...
build(deps): bump json5 from 1.0.1 to 1.0.2
2023-01-09 16:11:55 +01:00
dependabot[bot]
dad0e7bb27
build(deps): bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-09 02:19:40 +00:00
Artur Bień
1725262024
Merge pull request #369 from react95-io/beta
...
Co-authored-by: Wes Souza <noreply@wes.dev >
2022-11-19 16:12:56 +01:00
arturbien
eabc39146c
docs(readme): add link to 'react95-native'
2022-11-13 15:02:06 +01:00
arturbien
c76f191ea1
fix(radio): remove 'menu' variant
...
BREAKING CHANGE: remove 'menu' variant of Radio component
v4.0.0-beta.19
2022-11-10 23:27:59 +01:00
arturbien
17eec67f1d
fix(checkbox): remove 'menu' variant
...
Remove 'menu' variant, as this should be a part of MenuList component
BREAKING CHANGE: Removal of 'menu' Checkbox variant
v4.0.0-beta.18
2022-11-10 23:17:40 +01:00
arturbien
06cba7c890
docs(storybook): make story 100% height
2022-11-10 22:13:50 +01:00
arturbien
f5047a01ec
style(textinput.stories): fix typo in file name
v4.0.0-beta.17
2022-11-10 17:50:09 +01:00
arturbien
10de27a494
style(slider): change 'newValue' to 'value' in onChange handler
2022-11-10 17:50:09 +01:00
arturbien
ec6f3924ad
fix(numberinput): pass otherProps down to the wrapper
2022-11-10 17:50:09 +01:00
arturbien
390edd87fd
fix(tabs): pass 'value' as first argument in 'onChange'
2022-11-10 17:50:09 +01:00
arturbien
0471ccbaa1
fix(checkbox): add missing semicolon in styles
2022-11-10 17:50:09 +01:00
arturbien
2c6e1413d9
fix(slider): do not pass event to onChange handlers
2022-11-10 17:50:09 +01:00
arturbien
f49a107286
feat(button): add 'raised' button
v4.0.0-beta.16
2022-11-01 19:49:02 +01:00
arturbien
acaacd8c95
fix(slider): fix thumb not draggable
...
fix #357
v4.0.0-beta.15
2022-11-01 16:58:37 +01:00
arturbien
b0517dd753
fix(hourglass): accept style prop
v4.0.0-beta.14
2022-10-28 14:30:38 +02:00
Wes Souza
107fe1564f
refactor(select): improve keyboard and events, split native to SelectNative
...
BREAKING CHANGE: Select props changed significantly, native is now the SelectNative component
v4.0.0-beta.13
2022-09-10 17:19:46 +02:00
Wes Souza
2a0d9bac94
chore(usecontrolledoruncontrolled): emulate React's uncontrolled warn if value is set without onChange or readOnly
2022-09-10 17:19:46 +02:00
Wes Souza
2177c67e9d
fix(coverage): fix Jest coverage not properly referencing code points correctly
...
Code coverage depends on TypeScript sourceMap, which we disabled for builds.
2022-09-10 17:19:46 +02:00
Wes Souza
7efe96cd94
build: update build to preserve modules and use @rollup/plugin-typescript
...
This changes the main output to also preserve modules, allowing tree shaking when users build their projects.
This also replaces rollup-plugin-dts with the more traditional @rollup/plugin-typescript, which exports type declarations for individual files fixing issues with themes imports.
2022-08-07 13:34:19 +02:00
Wes Souza
f7103b93f7
build: remove babel-plugin-polyfill-corejs3 to avoid Babel issue building Storybook
2022-08-06 18:39:09 +02:00
Wes Souza
7d9067b281
refactor(anchor): add underline property, default true
2022-08-05 17:01:51 +02:00
Wes Souza
74f56ec632
refactor(appbar): add position prop
...
This also deprecates the fixed prop.
2022-08-05 16:37:40 +02:00
Wes Souza
e3c0338aa0
refactor(frame): update variants to align with guideline
2022-08-05 16:36:19 +02:00
Wes Souza
746e9c0971
refactor(common): move SwitchBase to common folder
v4.0.0-beta.12
2022-08-05 16:24:20 +02:00
Wes Souza
cfe475d3ec
chore(datepicker): add displayName to component
2022-08-05 16:24:20 +02:00
Wes Souza
f106bd4085
docs(window): categorize under Environment
...
This also moves Windows* subcomponents to the Windows folder.
2022-08-05 16:24:20 +02:00
Wes Souza
918d1ebee8
refactor(treeview): categorize under Controls, rename Tree to TreeView
2022-08-05 16:24:20 +02:00
Wes Souza
c42c3b410f
docs(tooltip): categorize under Controls
2022-08-05 16:24:20 +02:00
Wes Souza
f10e7fea7f
refactor(textinput): categorize under Controls, rename TextField to TextInput
2022-08-05 16:24:20 +02:00
Wes Souza
b2b2230b11
docs(table): categorize under Controls
...
This also moves the Table* subcomponents into the Table folder.
2022-08-05 16:24:20 +02:00
Wes Souza
c1d84d4ac4
docs(slider): categorize under Controls
2022-08-05 16:24:20 +02:00
Wes Souza
ce592abc81
docs(select): categorize under Controls
2022-08-05 16:24:20 +02:00
Wes Souza
b19e15b2f4
docs(radio): categorize under Controls
2022-08-05 16:24:20 +02:00
Wes Souza
bde588c1f3
refactor(frame): categorize under Layout, rename Panel to Frame
...
This also adds the field variant and refactors createBorderStyles to implement all border styles.
2022-08-05 16:24:20 +02:00
Wes Souza
8256a47090
docs(tabs): categorize under Controls
...
This also moves TabBody and Tab inside Tabs
2022-08-05 16:24:20 +02:00
Wes Souza
24630c887c
refactor(numberinput): categorize under Controls, rename from NumberField to NumberInput
2022-08-05 16:24:20 +02:00
Wes Souza
38ce6cd3fd
chore(loadingindicator): remove LoadingIndicator
...
BREAKING CHANGE: LoadingIndicator was removed from the library.
2022-08-05 16:24:20 +02:00
Wes Souza
17146e9543
docs(progressbar): categorize under Controls
2022-08-05 16:24:20 +02:00
Wes Souza
e2e0d227fc
refactor(menulist): categorize under Controls, rename List to MenuList
2022-08-05 16:24:20 +02:00
Wes Souza
ce0b2cd4a7
docs(hourglass): categorize under Other
2022-08-05 16:24:20 +02:00
Wes Souza
276bdd48e4
refactor(groupbox): categorize under Controls, rename Fieldset to GroupBox
2022-08-05 16:24:20 +02:00
Wes Souza
e06e60191b
refactor(monitor): categorize under Other, rename Desktop to Monitor
2022-08-05 16:24:20 +02:00
Wes Souza
3f09b493f0
refactor(scrollview): categorize under Layout, rename Cutout to ScrollView
2022-08-05 16:24:20 +02:00