dash-json-grid v0.4.2
Introduction
Dash JSON Grid is a Dash component library.
Dash porting version of the react project React JSON Grid 🔗. Provide structured and nested grid table view of complicated JSON objects/arrays.
Changelog
0.4.2 @ 11/13/2024
📣 New
- Add tests for passing an empty value to the
dataproperty. - Add SCSS styles when the property
highighlight_selected == False. This change make the cursor become normal if the grid elements are not selectable.
🔧 Fix
- Fix: Improve the sanitization of the input data. Previously, the sanitization does not work correctly if the
datais specified byNone. - Fix: The comparison of the docstring may fail because different versions of
dashmay produce docstrings in different order. Make the docstring comparison more robust. - Fix: Improve the robustness of the type check by replacing
typeofwithramda.type.
💾 Change
- The
callbackis replaced byapp.callbackinusage.py. - The issue and PR templates are adjusted, and the vulnerability issue tempate is removed because we decide to use a different way to accept vulnerability reports.
- Make the package information updated to
v0.4.2.
Full Changelog: v0.4.1...v0.4.2