Skip to content

dash-json-grid v0.3.2

Choose a tag to compare

@cainmagi cainmagi released this 30 Sep 15:20
· 51 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.3.2 @ 09/30/2024

📣 New

  1. Add the style property to the component.
  2. Allow users to specify the theme property as inherit or unset, which allows more flexible configurations.
  3. Add the security policy and the corresponding issue template.

🔧 Fix

  1. Fix: When rendering the data, the component will print data. Remove this unexpected behavior.
  2. Fix: Correct the component name and the specified style name in usage.py.

💾 Change

  1. Modify the workflow to exempt the out-of-date dependency: borales/actions-yarn@v4.
  2. Update the issue templates by changing some examples.
  3. Update the link of submitting the vulnerability issue, and the description in the security policy file.

Full Changelog: v0.3.1...v0.3.2