All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed possible caching issue for users who already loaded a previous nova-ckeditor4-field version, causing their cached script not being updated when the package is updated.
- Don't display TextCopy button when the value is null, show — (em dash) instead by @chrispelzer in #7
- Update classes for Tailwind to be V3 compatible
- Fix issue with DetailView not displaying the field correctly (4ac8f1b)
- Nova 4 update by @chrispelzer in (#3)
- Updated packagist badges
- Removed yarn.lock since this is a package and not an application
- 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.
- Fix issue with truncating would apply the ellipsis even if the value was not truncated.
- Added readonly field support (#29)
- Copy button to form field (#26)
- Added missing docblocks (#c2b0855)
- Only showing the button on hover (#25)
- Removed some unnecessary export statements (#15)
- The ability to mask the fields display value (#13]
- Added the ability to truncate field display values (#12)
- Updated documentation
- Swapped underlying cliboard libaray to use cliboard.js directly (#6)
- Extracted components for felxibility and cleanup (#7)
- Added support for field on a resource index (#8)
Initial release