vue3-password-strength-meter 1.7.7 → 1.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.7.8]
6
+
7
+ * Removed option referenceValue that was causing a reference error in production
8
+
5
9
  ### [1.7.7]
6
10
 
7
11
  Forked from aperturless/vue-password-strength-meter
package/README.md CHANGED
@@ -104,7 +104,6 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
104
104
  | labelHide | String | 'Hide Password' | Label for the hide icon
105
105
  | labelShow | String | 'Show Password' | Label for the show icon
106
106
  | userInputs | Array | empty array | Array of strings that zxcvbn will treat as an extra dictionary
107
- | referenceValue | String | 'input' | Prop to change the `ref` of the input. This way you can have the input outside of the component.
108
107
 
109
108
  ## Events
110
109