handsontable / hyperformula

HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.
https://hyperformula.handsontable.com/
Other
1.9k stars 108 forks source link

Remove Vue 2 demo from the docs #1356

Closed sequba closed 7 months ago

sequba commented 7 months ago

Context

Removing Vue 2 demo (reached the end of life). Keeping only the Vue 3 demo.

How did you test your changes?

local docs build

Types of changes

Related issues:

Fixes #1355

Checklist:

github-actions[bot] commented 7 months ago

Performance comparison of head (5641e1a8e51cc53641b7fbdb79f312a0439ce3e9) vs base (896d501edec36f01a7b94e3441110987bf09764d)

                                     testName |   base |   head |  change
-------------------------------------------------------------------------
                                      Sheet A |  545.6 |    553 |  +1.36%
                                      Sheet B | 180.03 | 178.59 |  -0.80%
                                      Sheet T | 156.96 | 158.12 |  +0.74%
                                Column ranges | 562.36 | 557.41 |  -0.88%
Sheet A:  change value, add/remove row/column |     44 |     47 |  +6.82%
 Sheet B: change value, add/remove row/column |    296 |    368 | +24.32%
                   Column ranges - add column |    171 |    157 |  -8.19%
                Column ranges - without batch |    487 |    626 | +28.54%
                        Column ranges - batch |     92 |     98 |  +6.52%
codecov[bot] commented 7 months ago

Codecov Report

Merging #1356 (5641e1a) into develop (896d501) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/handsontable/hyperformula/pull/1356/graphs/tree.svg?width=650&height=150&src=pr&token=5k9ZQv8azO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable)](https://app.codecov.io/gh/handsontable/hyperformula/pull/1356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable) ```diff @@ Coverage Diff @@ ## develop #1356 +/- ## ======================================== Coverage 97.36% 97.36% ======================================== Files 169 169 Lines 14423 14423 Branches 3023 3023 ======================================== Hits 14043 14043 Misses 380 380 ```