Skip to content

dash-json-grid v0.3.1

Compare
Choose a tag to compare
@cainmagi cainmagi released this 14 Sep 06:33
· 61 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.1 @ 09/14/2024

🔧 Fix

  1. Fix: Fix some links and formats in the readme.
  2. Fix: The step for installing the dev version suggested in the readme is not correct. Now it has been corrected.
  3. Fix: Make data sanitized. Now a scalar like int or str can be passed to the property data and the data will be rendered as a one-value list.
  4. Fix: When selecting a scalar element from a list, the returned index in selected_path is str but not int. Add mixins.sanitize_list_index(...) to treat this special case.

💾 Change

  1. Add the section "3. Additional utilities" to the readme.
  2. Adjust project details and fix typos in the readme.
  3. Add an explanation about data in the readme.
  4. Adjust the metadata of the project, and remove the auto-genreated file.
  5. Adjust the format of the workflow files.

Full Changelog: v0.3.0...v0.3.1