This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
New props for change the default lock icon color #41
Open
pedroparra
wants to merge
43
commits into
seethroughdev:upstream
Choose a base branch
from
pedroparra:master
base: upstream
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add more parameters in callbacks and bump packages
Add "browser" field to package.json
… Also bumps Jest for newer nodejs versions
Fixes seethroughdev#25 which will cancel the debouncer when umounted. Also bumps J…
The only run-time packages that the src/index.js file uses is 'react' and 'lodash.debounce'. Everything else can be installed as a devDependency. This helps reduce the cruft for users that want to `npm shrinkwrap`.
Move build-time npm packages to devDependencies
Signed-off-by: Adam Taylor <adam@appsorcery.com>
adds check for existence of global navigator variable
…-field * 'master' of github.com:seethroughtrees/react-ux-password-field: Pushed require lodash back to support older if necessary Pushed require react back to support older versions Bumped version Updated package
Signed-off-by: Adam Taylor <adam@appsorcery.com>
fixes additional prerendering bug from getDOMNode()
There's some great stuff here @pedroparra , thanks so much for taking the time do it. Screen shot looks really good too. I know @mmw has some changes he's about to upload as well. So maybe he could help review this PR? |
@pedroparra sorry it has taken me a while to look at this. Nice addition 👍 Can you rebase master into this branch before we merge? Makes it more readable as to what the change is. I think we are done with the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New props: lockIconLight= {true}
will change the default color gray dark to gray light for the lock icon.
Necessary for inputs in divs width darknessss backgrounds