handsontable/quality

[Wrapper Code Freeze] Testing RC of Vue-Handsontable

Closed this issue · 4 comments

Description

Requires very careful testing with minification in Webpack and similar, and with tree shaking enabled.

Reference

handsontable/vue-handsontable-official#188
handsontable/vue-handsontable-official#195

Chores

  • preparing draft of the changelog
  • exploratory testing: learning about tree-shaking and developing test cases
  • building an RC version from a branch
  • minification (boilerplate app + structured wrapper)
  • smoke testing across browsers
  • regression testing across browsers

This issue was closed incorrectly, I am opening it again.

Changelog draft

New feature

  • Possibility to differentiate editor settings for each column, so far the editor instance was one for the whole HOT.
    (original title: If a key is set on a custom editor component, include it in the editorCache key) #178

Bug fix

  • Fix a problem with being unable to read the props passed to the renderer/editor components from inside of the components #173
  • Fix a problem with tree shaking the es build. #195
  • Update the 'rollup-plugin-terser' dependency in order to fix the npm audit msg #193

Closing #70 as done.