Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
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
Pinned
3,393 contributions in the last year
Activity overview
Contribution activity
October 2020
September 2020
Created a pull request in angular/components that received 5 comments
feat(material-experimental/mdc-list): add test harness
Fixes a discovered issue with icon/avatar alignment in the list-option (that would otherwise block the harness). Adds a test harness for MDC-based…
- docs: release notes for the v10.0.14 release
- Bump version to "v10.0.14" with changelog.
- Bump version to "v10.0.13" with changelog.
- Bump version to "v10.0.12" with changelog.
- Bump version to "v10.0.11" with changelog.
- Bump version to "v10.0.10" with changelog.
- Bump version to "v10.0.9" with changelog.
- Bump version to "v10.0.8" with changelog.
- Bump version to "v10.0.7" with changelog.
- Bump version to "v10.0.6" with changelog.
- Bump version to "v10.0.5" with changelog.
- Bump version to "v10.0.4" with changelog.
- Bump version to "v10.0.3" with changelog.
- docs: release notes for the v10.1.1 release
- Bump version to "v10.1.1" with changelog.
- Update next branch to reflect new release-train "v10.3.0-next.0".
- Bump version to "v10.2.0-next.0" with changelog.
- docs: release notes for the v10.1.0 release
- Bump version to "v10.1.0" with changelog.
- docs: release notes for the v10.1.0-rc.2 release
- Bump version to "v10.1.0-rc.2" with changelog.
- docs: release notes for the v10.1.0-rc.1 release
- Bump version to "v10.1.0-rc.1" with changelog.
- build: setup default browser for running legacy tests locally
- docs: fix missing space in mdc-dialog readme
- fix(material/list/testing): avoid element selectors that could conflict with the MDC version
- feat(material-experimental): bump peer dependency to MDC v8.0.0 canary
- refactor(material/list): fix action list CSS styles conflict with MDC-based list
- mdc-list: support for strong focus indicators and fix incorrect cursor for non-interactive items
- build: update the commit messages in the stage-release script
- refactor(cdk/schematics): change usages of whitelist in selector interfaces to fileTypeFilter
- build: update tslint rules to remove usage of whitelist in comments
- build: update stylelint usage to use unit-allowed-list
- feat(cdk/testing): allow disabling & batching of change detection
- fix(material-experimental/mdc-form-field): not adding mat-primary theme class
- docs(material/paginator): add explicit type for better formatting in docs
- docs: fix the harness with method's options list format in using component harnesses
- refactor(material/sidenav): undeprecate constructor signature
- build: update to latest version of yarn
- feat(material/tree): add getTreeStructure for tree harness
- build(deps): bump node-fetch from 2.6.0 to 2.6.1 in /scripts/caretaking/firebase-functions
- refactor(testing): add methods for accessing projected content in component container harnesses
- refactor(checkbox): remove deprecated APIs for v11
- build: fix error with latest MDC canary version
- feat(cdk/testing): add getNativeElement to harness environments
- docs(guide/using-component-harnesses): fix typo "synax" to "syntax"
- test(mat-table-benchmark): correct html file name
- test(mdc-tabs): add performance tests for mdc-tabs
- test(mdc-menu): add performance tests for mdc-menu
- fix(chips/testing): exclude icons from getText result
- build(deps): bump node-sass from 4.12.0 to 4.14.1
- test(button-harness): add performance tests for buttons using the pro…
- chore: update angular version to 10.1.0
- build(deps): bump bl from 4.0.2 to 4.0.3 in /scripts/caretaking/firebase-functions
- Some pull request reviews not shown.
- feat: remove ViewEncapsulation.Native
- Linker babel translator
- fix(dev-infra): skip husky git commit hooks while merging pull requests
- build: update to latest version of yarn
- fix(dev-infra): handle no caretaker config being defined
- refactor(dev-infra): refactor commit-message files
- feat(router): add migration to update calls to navigateByUrl and createUrlTree with invalid parameters
- feat(dev-infra): allow local ng-dev configuration to error on invalid commit messages
- feat(dev-infra): include CI status check in the caretaker check
- fix(dev-infra): correct build setup for dev-infra
- feat(router): Add `relativeLinkResolution` migration to update defaul…
- fix(zone.js): should have better backward compatibilities
- refactor(dev-infra): update commit message validation to return validation result
- fix(dev-infra): change logging of commit message restoration to debug
- Allow local ng-dev configuration to skip commit message wizard
- feat(dev-infra): check services/status information of the repository for caretaker
- refactor(migrations): remove rxjs usage within static queries migration
- fix(zone.js): defineProperty patch should not swallow error
Created an issue in material-components/material-components-web that received 1 comment
[mdc-list] pointer cursor showing for non-interactive lists
Bug report The MDC list provides styles for Material Design lists, and optionally (as per documentation) provides an upgraded JavaScript variant th…