Releases: gldrenthe89/nova-string-generator-field
Releases · gldrenthe89/nova-string-generator-field
v3.1
laravel 11 support (untested)
v3.0.2
What's Changed
- update nova-translations-loader to new outl1ne namespace by @ramonfeleus in #7
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Hotfix: Wrongly extended to Password field on the String field
Full Changelog: v3.0...v3.0.1
v3.0 (Nova 4 support)
Recreated the tool to support Nova 4.
Al normal field features available except for suggestions. DependsOn also available.
Full Changelog: v2.2...v3.0
v2.2
Merge pull request #6 from hoczeus/master Update laravel support to version 9
v2.1.1
updated minimum version of optimistdigital/nova-translations-loader to v3.1.2
v2.1
- Made translatable by using optimistdigital/nova-translations-loader.
- Added check for readonly property to hide Generate button for read-only fields.
- Refactoring of disabled attribute of Copy button, allows copying a value of a read-only field on https when it contains a value.
All thanks to @ramonfeleus for the PR #1
v2.0.1
- Fixed string field not being able to type in
- removed old functions from JS
v2.0
- Password and string have there own Vue field according to there original field type
- Ability to show/hide password in forms by a 'eye' button next to the password field
- Refactored the way how data is copied (HTTPS is needed for this to work)
- Refactored Vue code to most recent Nova version, this allowed it to show the errors as it is supposed to also this added the Help text
v1.0.1
- updated readme file