hyperformula icon indicating copy to clipboard operation
hyperformula copied to clipboard

Fix clipboard operations documentation

Open sequba opened this issue 3 years ago • 1 comments

Context

  • update the clipboard-operations guide
  • update the API reference
  • cross-link between them

How has this been tested?

Local docs build

Types of changes

  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] New feature or improvement (non-breaking change which adds functionality)
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] Additional language file or change to the existing one (translations)
  • [x] Change to the documentation

Related issues:

Fixes #998

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] I described the modification in the CHANGELOG.md file.
  • [ ] My change requires a change to the documentation.
  • [ ] My change requires a migration guide.

sequba avatar Aug 10 '22 11:08 sequba

LGTM! I check all that made sense to me:

  • checked the source code for the use of outdated function signatures
  • validity of the new examples
  • checked the newly-added links to the API reference
  • run the docs locally to verify the changes visually
  • verified the Clipboard demo in CodeSandbox

Wow, thanks for such a thorough verification

sequba avatar Aug 23 '22 12:08 sequba

Codecov Report

Merging #1046 (22cf076) into develop (b80de31) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1046   +/-   ##
========================================
  Coverage    95.74%   95.74%           
========================================
  Files          161      161           
  Lines        14085    14085           
  Branches      2974     2974           
========================================
  Hits         13485    13485           
  Misses         584      584           
  Partials        16       16           
Impacted Files Coverage Δ
src/HyperFormula.ts 92.73% <ø> (ø)

codecov[bot] avatar Aug 23 '22 13:08 codecov[bot]