Releases: oooholdings/nova-password-generator
Releases · oooholdings/nova-password-generator
Release v1.1.0
Cleaned up some of the FormField.vue
component logic, as well as the field styling.
Removed the following methods:
includeSimilar()
: Redundant method, can useexcludeSimilar( false )
instead.includeAmbiguous()
: Redundant method, can useexcludeAmbiguous( false )
instead.postfix()
: Redundant method, can usesuffix()
instead.
Added the following methods:
toolbarOnTop()
: Allows you to move the toolbar from the bottom to the top (in select breakpoints)mobileFirstAlways()
: Removes responsiveness, disables the side toolbar for top or bottom toolbar
Initial Release v1.0.1
Implement all base password generator styles, ui and logic.
Add missing readme and license files.