Pinned
2,804 contributions in the last year
Less
More
Activity overview
Contributed to
vaadin/web-components,
web-padawan/vanilla-colorful,
modernweb-dev/web
and 5 other
repositories
Contribution activity
August 2021
Created 47 commits in 6 repositories
Created a pull request in vaadin/web-components that received 6 comments
feat: add combo-box using slotted input
Description
This PR adds @vaadin/combo-box base class, Lumo and Material theme, and visual tests.
Fixes #2202
Breaking changes
Removed deprecated r…
+7,064
−0
•
6
comments
Opened 34 other pull requests in 4 repositories
vaadin/web-components
9
open
10
merged
- chore: bump chai dev dependency version
- feat: add i18n property to password-field
- fix: add reveal button focus ring styles
- chore: bump web-test-runner dependencies (#2342) (CP: 20.0)
- chore: bump web-test-runner dependencies
- chore: cleanup READMEs for all packages [skip ci] (#2336) (CP: 20.0)
- chore: document using local clone in Vaadin app [skip ci]
- chore: cleanup READMEs for all packages [skip ci]
- fix: temporarily disable new text-field styles
- fix: avoid conflicting style module IDs
- refactor!: move email field to new package
- refactor!: move password field to new package
- fix: do not reset initial invalid state
- refactor!: restructure and rename field base mixins
- feat: add indicator part to new fields
- feat: add time-picker using slotted input
- refactor: cleanup duplicate text-field styles
- fix: use more strict types for grid properties
- feat: add custom field with slotted label and helper
modernweb-dev/web
7
merged
web-padawan/vanilla-colorful
6
merged
vaadin/docs
2
merged
Reviewed 53 pull requests in 9 repositories
vaadin/web-components
30 pull requests
- feat: add integer-field using slotted input
- chore: bump web-test-runner dependencies (#2342) (CP: 21.0)
- chore: cleanup READMEs for all packages [skip ci] (#2336) (CP: 21.0)
- refactor!: restructure and rename field base mixins
- chore: bump path-parse from 1.0.6 to 1.0.7 (#2331) (CP: 20.0)
- fix: decrease complexity of CSS selectors
- feat: use semantic HTML tags for the upload
- chore: bump path-parse from 1.0.6 to 1.0.7 (#2331) (CP: 21.0)
- chore: bump path-parse from 1.0.6 to 1.0.7
- fix: dispose of Lit parts after changing a renderer (#2325) (CP: 21.0)
- fix: dispose of Lit parts after changing a renderer [combo-box, virtual-list]
- refactor!: move email field to new package
- fix: temporarily disable new text-field styles
- feat: add indicator part to new fields
- feat: add number-field using slotted input
- feat: add password-field using slotted input
- feat: add text-area using slotted textarea
- refactor: cleanup duplicate text-field styles
- fix: correct setting order of columns when we have more than 10 columns (#2297) (CP: 21.0)
- fix: correct setting order of columns when we have more than 10 columns (#2297) (CP: 20.0)
- fix: correct setting order of columns when we have more than 10 columns
- fix: use more strict types for grid properties (#2302) (CP: 21.0)
- feat: add text-field using slotted input
- feat: add custom field with slotted label and helper
- chore: bump tar from 4.4.13 to 4.4.15 (#2294) (CP: 21.0)
- Some pull request reviews not shown.
modernweb-dev/web
16 pull requests
- Version Packages
- feat: update workbox-build dependency to 6.2.4
- Fix up changeset to only include @web/dev-server-storybook
- Add a prerelease workflow to the "next" branch
- Version Packages
- Version Packages
- Snapshot releases instead of pre-releases
- docs: Fix typo on building overview
- docs: add esbuild plugin to test-runner docs
- Version Packages
- Version Packages
- Version Packages
- docs: fix misspelling in serving article
- Version Packages
- fix(deps): update dependency whatwg-url to v9
- fix(deps): update dependency @rollup/plugin-replace to v3
web-padawan/components-benchmarks
1 pull request
open-wc/open-wc
1 pull request
vaadin/vaadin-grid
1 pull request
vaadin/flow-components
1 pull request
vaadin/platform
1 pull request
vaadin/vaadin-date-picker
1 pull request
vaadin/docs
1 pull request
Created an issue in vaadin/web-components that received 2 comments
[password-field] Add focus-ring styles for reveal button
Motivation With the new implementation, reveal button is always in the tab order. So it needs to have styles to indicate keyboard focus. Proposed s…
2
comments
Opened 8 other issues in 1 repository
vaadin/web-components
4
open
4
closed
-
[upload] Add
:focusstyles for action buttons and file list item - [password-field] Add i18n object to customize reveal button aria-label
- [field-base] Do not reset initial invalid state set with attribute
- [upload] Update JSDoc for file-abort and file-remove events to not mention animation
-
[field-base] Extract
patternandpreventInvalidInputto separate mixin - [password-field] Provide additional information for screen reader users
- [text-field] Required indicator is still announced and has click issues
-
[grid] Incorrect type for
detailsOpenedItemscauses lit-plugin warnings

