Krzysztof ‘Budzio’ Budnik

Results 31 issues of Krzysztof ‘Budzio’ Budnik

### Description The React Docs (`feature/react-docs`) build script does not work for other versions than "next". There are some problems with wrong permalinks that do not match to the sidebar.

Docs: Tools

### Description The canonicals for frameworked docs versions are broken. For example, for https://dev.handsontable.com/docs/next/javascript-data-grid/migration-from-7.4-to-8.0/ the generated canonical is https://dev.handsontable.com/docs/migration-from-7.4-to-8.0/. There is a missing docs version and framework type in the...

Docs: Tools

### Description Using the latest installation (`npm i`) on the repo and trying to build the Vue wrapper (`npm run in vue build`) the script fails. The error message: ```...

Tools

### Context The PR updates the component's TypeScript definition types that are compatible with the recently published [Vue 2.7.](https://github.com/vuejs/vue/releases/tag/v2.7.0) The type `ThisTypedComponentOptionsWithRecordProps` used by our components is updated by the...

### Description This issue is about implementing a new feature internally called as `EcoRenderers`. The idea of this is to increasing Handsontable performance by re-rendering cells only when their value...

Type: Feature
Core: Walkontable
Breaking change
Guess: A week or more
Reported

### Description I've checked the performance of the new Formula plugin and didn't found any issues except that the HoT initialization delay time increased from several to several times longer...

Type: Bug
Core: performance
Formulas
Regression

### Description Within the [`./examples`](https://github.com/handsontable/handsontable/tree/develop/examples/next/docs) project there is missing basic and demo (more sophisticated example) Vue3 examples.

vue 3

Need to change Handsontable package building process to be compatible with npm.

Enhancement
Priority: medium

The PR adds the Handsontable library to the libraries pool.

New Library

As the AngularJS from the beginning has versioning on its object I removed the "else" condition. That else condition causes false-positives on pages where the HTML element has id="angular" (or...

Bug
Major