Skip to content

Releases: gldrenthe89/nova-string-generator-field

v3.1

08 Apr 07:22
c8119f0
Compare
Choose a tag to compare

laravel 11 support (untested)

v3.0.2

23 Nov 10:49
31aa96d
Compare
Choose a tag to compare

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

28 Sep 08:36
Compare
Choose a tag to compare

Hotfix: Wrongly extended to Password field on the String field

Full Changelog: v3.0...v3.0.1

v3.0 (Nova 4 support)

22 Sep 10:07
Compare
Choose a tag to compare

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

09 Aug 09:05
79b6b92
Compare
Choose a tag to compare
Merge pull request #6 from hoczeus/master

Update laravel support to version 9

v2.1.1

18 Jun 13:15
a58b590
Compare
Choose a tag to compare

updated minimum version of optimistdigital/nova-translations-loader to v3.1.2

v2.1

11 Jun 11:56
481559c
Compare
Choose a tag to compare
  • 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

29 Oct 09:33
Compare
Choose a tag to compare
  • Fixed string field not being able to type in
  • removed old functions from JS

v2.0

28 Oct 14:18
Compare
Choose a tag to compare
  • 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

21 Oct 14:17
Compare
Choose a tag to compare
  • updated readme file