Skip to content

dash-json-grid v0.4.2

Compare
Choose a tag to compare
@cainmagi cainmagi released this 13 Nov 15:53
· 11 commits to main since this release

Introduction

GitHub release (latest SemVer) GitHub all releases GitHub PyPI - Downloads

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

  1. Add tests for passing an empty value to the data property.
  2. Add SCSS styles when the property highighlight_selected == False. This change make the cursor become normal if the grid elements are not selectable.

🔧 Fix

  1. Fix: Improve the sanitization of the input data. Previously, the sanitization does not work correctly if the data is specified by None.
  2. 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.
  3. Fix: Improve the robustness of the type check by replacing typeof with ramda.type.

💾 Change

  1. The callback is replaced by app.callback in usage.py.
  2. 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.
  3. Make the package information updated to v0.4.2.

Full Changelog: v0.4.1...v0.4.2