Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Prague, Czech Republic
- Sign in to view email
- https://twitter.com/layershifter
Pinned
1,315 contributions in the last year
Contribution activity
June 2020
- layershifter/stylis-plugin-rtl JavaScript
- layershifter/codesandbox-client JavaScript
- layershifter/react-native-web JavaScript
Created a pull request in microsoft/fluentui that received 4 comments
docs: fix required version of CSB package, improve dependency generation
Pull request checklist
Addresses an existing issue: Fixes #0000
Include a change request file using $ yarn change
Description of changes
This P…
+43
−11
•
4
comments
- fix(Telemetry): improve styling
- fix(RendererProvider): disallow multiple usages of RendererContext [WIP]
- chore: move out renderer typings from styles package
- chore: move out Fela to a separate package
- feat: add Emotion renderer for v0
- feature: add telemetry viewer for V0
- perf: prehydrate rules
- chore: refactor felaInvokeKeyframesPlugin to avoid usage of reduce
- chore: add mode to perf tests
- fix(List): updating the list colors to match Teams redlines
- feat: add Emotion renderer for v0
- feat(Form): add form components
- fix(Button): fix onHover colors in Teams Theme
- fix(Tooltip): invisible tooltip is taking up space
- fix(Form): update layouts in Teams theme
- fix(Chat): remove outline from focused items in Teams theme
- docs: fix required version of CSB package, improve dependency generation
- chore: move out renderer typings from styles package
- fix(ChatMessage): Update popper
- perf(Animation): improve convertCssTimeToNumber perf
- feat(react-builder): Add a UI builder
- chore: move out Fela to a separate package
- fix(Slider): Prevent unhandled props to be passed to Box
- feat(Popup): add show/hide animations
- Checkbox: deprecate onRenderLabel and support label slot prop
- chore(Telemetry): Small tweaks to TelemetryTable
- Feat(Animation): improve styles perf
- spec(Datepicker): add datepicker spec draft
- fix: Remove named exports of components in react-northstar
- fix(DocSite): Fix IE11 issues
- feat(screener): Enable IE11 tests
- fix(DropdownSelectedItem): Fix render imagen passing children on DropdownSelectedItem
- chore(Tree): Converts RFC
- Unify usage of mergeProps and delete duplicate code
- Some pull request reviews not shown.
Created an issue in microsoft/fluentui that received 9 comments
@fluentui/react-button: does not render `children`
Environment Information Package version(s): @fluentui/react-button@0.3.2 <Button>I am a button</Button> https://codesandbox.io/s/mystifying-morse…
9
comments
- @fluentui/react-button: merging in `state` is not done
- @fluentui/react-button: `state` allows to pass unhandled props
- @fluentui/react-button: props.content is required to render a slot
- @fluentui/react-button: no way to force set props for slots
- @fluentui/react-button: handlers in `compose()` are not merged
- @fluentui/react-button: `style` values for slots in `compose()` are not passed to `root`
- @fluentui/react-button: `style` values for slots in `compose()` are not merged
- @fluentui/react-button: `onClick` is not called on `Space` when `as` prop is used
- @fluentui/react-button: missing accessibility attributes when `as` prop is used
- @fluentui/react-button: `onClick` on `content` slot does not work
- @fluentui/react-button: renders a useless React.Fragment render props in shorthands
- @fluentui/react-button: throws a React warning with render props in shorthands