-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating critical packages; Setting up CI; Fixing for Web Components #8
Conversation
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.16.2 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.16.2...0.19.0) Updates `express` from 4.16.3 to 4.20.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.16.3...4.20.0) --- updated-dependencies: - dependency-name: send dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
70df689
to
7261976
Compare
This PR is part of this prerelease version for testing: 5.1.3-fix-web-components-7261976.1 npm install @im-open/react-text-mask@im-open/react-text-mask |
This PR is part of this prerelease version for testing: 5.4.4-fix-web-components-7261976.1 npm install @im-open/react-text-mask@im-open/react-text-mask |
7261976
to
d489cab
Compare
This PR is part of this prerelease version for testing: 5.1.3-fix-web-components-d489cab.1 npm install @im-open/text-mask-core@fix-web-components |
This PR is part of this prerelease version for testing: 5.4.4-fix-web-components-d489cab.1 npm install @im-open/react-text-mask@fix-web-components |
d489cab
to
261017e
Compare
This PR is part of this prerelease version on @im-open/text-mask-core for testing: 5.1.3-fix-web-components-261017e.1 npm install @im-open/text-mask-core@fix-web-components |
This PR is part of this prerelease version on @im-open/react-text-mask for testing: 5.4.4-fix-web-components-261017e.1 npm install @im-open/react-text-mask@fix-web-components |
This PR is part of this prerelease version on @im-open/text-mask-core for testing: 5.1.3-fix-web-components-06ca88e.1 npm install @im-open/text-mask-core@fix-web-components |
This PR is part of this prerelease version on @im-open/react-text-mask for testing: 5.4.4-fix-web-components-06ca88e.1 npm install @im-open/react-text-mask@fix-web-components |
This PR is part of this prerelease version on npm install @im-open/text-mask-core@fix-web-components |
This PR is part of this prerelease version on npm install @im-open/react-text-mask@fix-web-components |
} | ||
|
||
function safeSetSelection(element, selectionPosition) { | ||
if (document.activeElement === element) { | ||
if (getActiveElement() === element) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
document.activeElement
will return only the outer element of a Web Component. We have to dig all the way down to find the actual active element.
Mario's review is valid. Going to bypass requirements and merge. |
🎉 This PR is included in version 5.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 5.4.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
PR Requirements