dash-json-grid v0.3.3
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.3.3 @ 10/16/2024
🔧 Fix
- Fix: Correct a typo of the html codes in the readme file.
💾 Change
- Add the folder
/docsto the ignore list ofgit,docker,flake8,black, andpyright. - Add the banner to the readme file.
- Add more files to the
MANIFEST.inlist. - Previously,
DashJsonGrid.pop_item_of_object(...)cannot pop a column if the column name does not exist in a specific row. Now, theundefinedvalue will be treated asNonewhen popped out to make this method compatible with a partially complete column. - Modify
pyproject.tomlto add the link of the documentation. - Remove the documentation in
readmebecause the new documentation has been finalized in the GitPage. - Make
DashJsonGrid(with mixins version) synchronized with the auto-generated docstring. - Adjust
.gitattributesfor providing more auto-linebreak rules. - Adjust the automatic formatter and editor configurations for the compatibility with the package manager.
- Change the dependency configurations (but the dependency versions are not changed).
- Python 3.13 is released, add this version to the test profile.
- Change the version information which previously caused the release failed.
Full Changelog: v0.3.2...v0.3.3