Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

57 lines (42 loc) · 2.16 KB

Changelog

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.

[Unreleased]

[1.6.0] 2022-03-25

Changed

  • Changed icons to heroicons to match Nova styling (#30)

Fixed

  • Hide copy button on empty or null values (#31)

Added

  • Readonly field support (#29)

[1.5.0] 2019-03-03

Added

  • Copy button to form field (#26)

[1.4.0] - 2019-01-30

Changed

Added

  • Only showing the button on hover (#25)

[1.3.0] - 2019-01-21

Added

  • Copy button title w/override (#18)
  • Copy value resolver (#19)

[1.2.1] - 2018-12-06

Changed

  • Removed some unnecessary export statements (#15)

[1.2.0] - 2018-12-05

Added

  • The ability to mask the fields display value (#13]

[1.1.0] - 2018-12-05

Added

  • Added the ability to truncate field display values (#12)

[1.0.0] - 2018-10-09

Changed

  • Updated documentation

[0.2.0] - 2018-10-09

Changed

  • 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)

[0.1.0] - 2018-10-08

Initial release