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
Popular repositories
5,277 contributions in the last year
Activity overview
Contribution activity
October 2020
- wincent/generator-liferay-fragments JavaScript
- wincent/liferay-frontend-projects JavaScript
- wincent/algorithms JavaScript
Created a pull request in liferay-frontend/liferay-portal that received 64 comments
LPS-121753 Drop IE support from build in backportable way
This is a copy of #441 because for some reason, the pull request tester appears to be ignoring commands on it. Going to try again here...
- chore(npm-scripts)!: drop IE support from Babel config
- test(monorepo): fill in test gaps
- refactor(js-publish): make package check less strict
- feat(monorepo): add liferay-workspace-scripts
- test(monorepo): consistently run local tests scoped to project/package
- fix(changelog-generator): match `yarn version` behavior more closely
- chore(npm-scripts): update preset dependency to v4.6.5
- docs(monorepo): add example of using version range with `npm deprecate`
- docs(monorepo): make CONTRIBUTING.md docs more consistent
- docs(amd-loader): add changelog
- chore(js-toolkit): make release process uniform
- chore(amd-loader): prepare for releases via js-publish
- chore(amd-loader): remove an unnecessary line from the .gitignore
- chore(amd-loader): prepare to release under @liferay named scope
- chore(amd-loader): merge liferay-amd-loader/history into projects/
- feat(changelog-generator): add --major, --minor etc convenience switches
- fix(js-toolkit): unbreak fragments toolkit
- docs(js-toolkit): remove another stale line from the documentation
- chore(js-toolkit): update release process docs and configuration
- chore(js-toolkit): update dependencies on js-toolkit-core
- fix(js-toolkit): fix various integration problems with DXP
- docs(js-tookit): update CHANGELOG files for first named scope releases
- chore(js-toolkit): move liferay-npm-bundler (v3.x) to @liferay/npm-bundler
- chore(js-toolkit): move liferay-npm-bridge-generator (v3.x) to @liferay/npm-bridge-generator
- chore(js-toolkit): move liferay-js-toolkit-scripts (v3.x) to @liferay/js-toolkit-scripts
- Some pull requests not shown.
- COMMERCE-5035 Fix broken redirect from modals [SAFE TO BACKPORT]
- LPS-122818 Download svg4everybody with Gradle [SAFE TO BACKPORT]
- [Backport to 7.3.x please]LPS-121719 Fix for svg4everybody not actually processing all svgs
- LPS-121753 Drop IE support from build in backportable way
- LPS-122399 Update loader-related frontend dependencies
- LPS-122265 Update @liferay/npm-bundler to v3.0.0-pre.1
- LPS-122157 Migrate v3 js-toolkit packages to named scope versions
- LPS-121692 Expand frontend SF coverage
- LPS-121977 Update `@liferay/npm-scripts` to v33.1.3
- LPS-121699 Update @liferay/npm-scripts to v33.1.2
- COMMERCE-4836 New Boolean Data renderer for Data Set Display
- [Backport to 7.3.x please]LPS-121719 Fix for svg4everybody not actually processing all svgs
- LPS-122448 - Add delegate util
- LPS-122218 Add new automation test asserting a new remote app can be added to page
- PoC of A11y component
- [LPS-121731,LPS-121732,LPS-121733,LPS-121735,LPS-121736] Remove Flash Support from DXP
- LPS-120594 Update liferay-ckeditor to v4.11.1-liferay.12
- LPS-121692 Expand frontend SF coverage
- PoC of Global store using pure js and via react hook
- LPS-121775 null check on the new value before we render it
- LPS-121748 Remove border on iframe
- LPS-121622 Add support for FormData in fetch
- LPS-121656 Add siteGroupId property to Remote App SDK
- LPS-119636 Use useStateSafe in Content Performance
- feat(npm-scripts): fix storybook
- refactor: prepend './' to binary scripts path
- fix: make binaries work from npx
- chore(npm-scripts)!: drop IE support from Babel config
- feat(changelog-generator): add --major, --minor etc convenience switches
- feat(monorepo): use liferay-npm-scripts for formatting
- fix(js-toolkit): adjust linting to work in monorepo
- feat(scripts): allow Prettier to format more files (YAML, Markdown)
Created an issue in liferay/liferay-frontend-projects that received 3 comments
feat: use liferay-npm-scripts to do linting and formatting inside the monorepo
So in getting linting to work in the js-toolkit project I'm seeing the classic fight between Prettier and ESLint about how comments should be forma…
- Add lint against use of metal-dom
- chore: update to webpack v5
- chore: audit dependencies looking for candidates for removal/replacement
- refactor: activate TS "strict" mode in js-toolkit
- sort-imports rule thinks "." is an absolute path
- Audit "object" types in js-toolkit
- Do periodic security update (yarn audit)
- Document npm dependency range guidelines