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
data
property. - 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
data
is specified byNone
. - Fix: The comparison of the docstring may fail because different versions of
dash
may produce docstrings in different order. Make the docstring comparison more robust. - Fix: Improve the robustness of the type check by replacing
typeof
withramda.type
.
💾 Change
- The
callback
is replaced byapp.callback
inusage.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