Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cainmagi/dash-json-grid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: cainmagi/dash-json-grid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 8 commits
  • 16 files changed
  • 1 contributor

Commits on Oct 20, 2024

  1. 0.4.0 - config .gitattributes

    Configure `.gitattributes` for specifying the line-breaks of files.
    cainmagi committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7a0c4a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. 0.4.0 - upgrade to react-json-grid@0.9.2

    1. Upgrade the core dependency `react-json-grid` from `v0.7.0` to `v0.9.2`, where several bugs are fixed.
    2. Fix: Correct some ambiguous descriptions in the docstrings.
    cainmagi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1493d1a View commit details
    Browse the repository at this point in the history
  2. 0.4.0 - update unittests

    Update the tests to match the new `react-json-grid@0.9.2`.
    cainmagi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e0f7554 View commit details
    Browse the repository at this point in the history
  3. 0.4.0 - improve the data routing

    1. Make the data routing support the new indexing rule like: `[..., ..., [2]]`, where the last value is an `int` in a one-element list.
    2. Make the returned column data of `DashJsonGrid.get_data_by_route(...)` or `pop_item_of_object(...)` become `OrderedDict()` if the column data is incomplete.
    cainmagi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cef66ad View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. 0.4.0 - enhance update_data_by_route

    Allow the `DashJsonGrid.update_data_by_route` accept a mapping value when updating a column. If all keys in this mapping are `int`, will treat the mapping as the index set.
    cainmagi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    078789f View commit details
    Browse the repository at this point in the history
  2. 0.4.0 - improve compatibility

    Improve the compatibility of `dash_json_grid.DashJsonGrid.update_data_by_route(...)`. Now it can update table data even if it contains invalid rows.
    cainmagi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7dfb5d8 View commit details
    Browse the repository at this point in the history
  3. 0.4.0 - add tests

    Add tests for this new version.
    cainmagi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1292559 View commit details
    Browse the repository at this point in the history
  4. 0.4.0 - fix typos

    Fix a typo in the changelog.
    cainmagi committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a54a44a View commit details
    Browse the repository at this point in the history
Loading