Skip to content

dash-json-grid v0.3.3

Choose a tag to compare

@cainmagi cainmagi released this 16 Oct 08:01
· 36 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.3 @ 10/16/2024

🔧 Fix

  1. Fix: Correct a typo of the html codes in the readme file.

💾 Change

  1. Add the folder /docs to the ignore list of git, docker, flake8, black, and pyright.
  2. Add the banner to the readme file.
  3. Add more files to the MANIFEST.in list.
  4. Previously, DashJsonGrid.pop_item_of_object(...) cannot pop a column if the column name does not exist in a specific row. Now, the undefined value will be treated as None when popped out to make this method compatible with a partially complete column.
  5. Modify pyproject.toml to add the link of the documentation.
  6. Remove the documentation in readme because the new documentation has been finalized in the GitPage.
  7. Make DashJsonGrid (with mixins version) synchronized with the auto-generated docstring.
  8. Adjust .gitattributes for providing more auto-linebreak rules.
  9. Adjust the automatic formatter and editor configurations for the compatibility with the package manager.
  10. Change the dependency configurations (but the dependency versions are not changed).
  11. Python 3.13 is released, add this version to the test profile.
  12. Change the version information which previously caused the release failed.

Full Changelog: v0.3.2...v0.3.3