5.11.0 (2024-12-14)
📢 Vue support
I added yet another framework (Vue) support via a new Slickgrid-Vue Component package. This new addition brings support to a total of 4 different frameworks (plus native code).
Also a new Example 31 was added to demo how to dynamically create a grid from a CSV file import (you could do the same with an Excel import as well)
Features
- create new Slickgrid-Vue package to support VueJS framework (#1753) (ec4323b) - by @ghiscoding
- dynamically create grid from imported CSV data (#1772) (2c32450) - by @ghiscoding
- vanilla: allow using component w/o grid options (#1770) (f61bf18) - by @ghiscoding
- vue: allow using SlickgridVue component w/o grid options (#1771) (2a24968) - by @ghiscoding
- vue: dynamically create grid from imported CSV data (#1773) (d67d339) - by @ghiscoding
- vue: make I18Next totally optional in Slickgrid-Vue (#1765) (9a225c9) - by @ghiscoding
Bug Fixes
- add missing Collection Observer disconnect method (#1761) (68a2110) - by @ghiscoding
- add missing collection observer in Vue grid implementation (#1762) (a99d143) - by @ghiscoding
- deps: update vue.js dependencies (#1776) (6060d94) - by @renovate-bot
- vue: use dts w/Rollup to fix types & pass "are the types wrong" (#1766) (30fa904) - by @ghiscoding