Skip to content

Releases: oooholdings/nova-password-generator

Release v1.1.0

11 Apr 23:35
66bd6ef
Compare
Choose a tag to compare

Cleaned up some of the FormField.vue component logic, as well as the field styling.

Removed the following methods:

  • includeSimilar(): Redundant method, can use excludeSimilar( false ) instead.
  • includeAmbiguous(): Redundant method, can use excludeAmbiguous( false ) instead.
  • postfix(): Redundant method, can use suffix() 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

10 Apr 20:58
2fe7d85
Compare
Choose a tag to compare

Implement all base password generator styles, ui and logic.
Add missing readme and license files.