Releases: waynestate/nova-text-copy-field
Releases · waynestate/nova-text-copy-field
v3.0.0
What's Changed
- Laravel Nova 5 Support by @dniccum in #15
- refactor: update codebase to nova v5 by @chrispelzer in #16
New Contributors
Full Changelog: v2.0.5...v3.0.0
v2.0.5
v2.0.4
What's Changed
- Null value on formfield shouldn't show Text Copy button by @chrispelzer in #9
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Don't display TextCopy button when the value is null, show — (em dash) instead by @chrispelzer in #7
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
Fixes
Fix issue with DetailView not displaying the field correctly 4ac8f1b
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Changed
- Nova 4 update by @chrispelzer in #3
If you wish to use on Nova v1, v2 or v3, then use v1.6.0
Full Changelog: v1.6.0...v2.0.0
v1.6.0
Changed
- Took over maintenance of this package and added to Packagist to allow for easier installation.
- Updated namespaces from
Sixlive\TextCopy
toWaynestate\Nova\TextCopy
. - Lock Nova to < 3.* for v2.0 to have Nova 4 support.
Fixed
- Fix issue with truncating would apply the ellipsis even if the value was not truncated. (#28)
Added
- Added readonly field support (#29)
Full Changelog: v1.5.0...v1.6.0