# Change Log

## [Unreleased](https://github.com/seethroughtrees/react-ux-password-field/tree/HEAD)

[Full Changelog](https://github.com/seethroughtrees/react-ux-password-field/compare/0.9.10...HEAD)

**Closed issues:**

- dangerouslySetInnerHTML error when nesting HTML within InputPassword component [\#35](https://github.com/seethroughtrees/react-ux-password-field/issues/35)
- Organize npm dependencies [\#33](https://github.com/seethroughtrees/react-ux-password-field/issues/33)
- When 'handleChange' is called the wrong 'isValid' value is sent to parent component [\#28](https://github.com/seethroughtrees/react-ux-password-field/issues/28)

**Merged pull requests:**

- Feature/update [\#38](https://github.com/seethroughtrees/react-ux-password-field/pull/38) ([seethroughtrees](https://github.com/seethroughtrees))
- adds check for existence of global navigator variable [\#37](https://github.com/seethroughtrees/react-ux-password-field/pull/37) ([AppSorcery](https://github.com/AppSorcery))
- Move build-time npm packages to devDependencies [\#34](https://github.com/seethroughtrees/react-ux-password-field/pull/34) ([ahoym](https://github.com/ahoym))
- Load zxcvbn when component is mounted. Fixes \#27. [\#31](https://github.com/seethroughtrees/react-ux-password-field/pull/31) ([dylanjbarth](https://github.com/dylanjbarth))

## [0.9.10](https://github.com/seethroughtrees/react-ux-password-field/tree/0.9.10) (2015-10-19)
[Full Changelog](https://github.com/seethroughtrees/react-ux-password-field/compare/0.9.9...0.9.10)

**Closed issues:**

- Do not call addPasswordType\(\) when umounted [\#25](https://github.com/seethroughtrees/react-ux-password-field/issues/25)
- Input behaves weird on latest Firefox [\#15](https://github.com/seethroughtrees/react-ux-password-field/issues/15)
- Need DOM access to password input [\#9](https://github.com/seethroughtrees/react-ux-password-field/issues/9)

**Merged pull requests:**

- Fixes \#25 which will cancel the debouncer when umounted. Also bumps J… [\#26](https://github.com/seethroughtrees/react-ux-password-field/pull/26) ([binarykitchen](https://github.com/binarykitchen))

## [0.9.9](https://github.com/seethroughtrees/react-ux-password-field/tree/0.9.9) (2015-09-10)
[Full Changelog](https://github.com/seethroughtrees/react-ux-password-field/compare/0.9.8...0.9.9)

**Closed issues:**

- Add license [\#22](https://github.com/seethroughtrees/react-ux-password-field/issues/22)
- option needed: unMaskStyle [\#21](https://github.com/seethroughtrees/react-ux-password-field/issues/21)
- Warning: setState\(...\): Can only update a mounted or mounting component. This usually means you called setState\(\) on an unmounted component. This is a no-op. [\#14](https://github.com/seethroughtrees/react-ux-password-field/issues/14)

## [0.9.8](https://github.com/seethroughtrees/react-ux-password-field/tree/0.9.8) (2015-08-31)
[Full Changelog](https://github.com/seethroughtrees/react-ux-password-field/compare/list...0.9.8)

**Closed issues:**

- Why is v0.9.7 on npm when you are still on v0.9.6? [\#23](https://github.com/seethroughtrees/react-ux-password-field/issues/23)

## [list](https://github.com/seethroughtrees/react-ux-password-field/tree/list) (2015-08-20)
**Implemented enhancements:**

- Hide meter until user starts typing [\#11](https://github.com/seethroughtrees/react-ux-password-field/issues/11)

**Fixed bugs:**

- zxcvbn is not defined [\#13](https://github.com/seethroughtrees/react-ux-password-field/issues/13)

**Closed issues:**

- Pass on the value in changeCb\(\) too [\#17](https://github.com/seethroughtrees/react-ux-password-field/issues/17)
- this.props.onChange\(\) should be called after handleZxcvbn [\#16](https://github.com/seethroughtrees/react-ux-password-field/issues/16)
- using it directly on bower [\#10](https://github.com/seethroughtrees/react-ux-password-field/issues/10)
- Bug: first character I type causes strength meter to disappear [\#8](https://github.com/seethroughtrees/react-ux-password-field/issues/8)
- make this.props.onChange conditional [\#7](https://github.com/seethroughtrees/react-ux-password-field/issues/7)
- Styling of strength meter [\#6](https://github.com/seethroughtrees/react-ux-password-field/issues/6)
- How to add a custom strength / score for repeated password inputs? [\#5](https://github.com/seethroughtrees/react-ux-password-field/issues/5)
- Adding onChange breaks functionality [\#4](https://github.com/seethroughtrees/react-ux-password-field/issues/4)
- Uncaught ReferenceError: zxcvbn is not defined [\#3](https://github.com/seethroughtrees/react-ux-password-field/issues/3)

**Merged pull requests:**

- Add "browser" field to package.json [\#20](https://github.com/seethroughtrees/react-ux-password-field/pull/20) ([brigand](https://github.com/brigand))
- Add more parameters in callbacks and bump packages [\#18](https://github.com/seethroughtrees/react-ux-password-field/pull/18) ([binarykitchen](https://github.com/binarykitchen))
- onChange branch change [\#2](https://github.com/seethroughtrees/react-ux-password-field/pull/2) ([dignifiedquire](https://github.com/dignifiedquire))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*