Skip to content

Latest commit

 

History

History
106 lines (79 loc) · 3.1 KB

File metadata and controls

106 lines (79 loc) · 3.1 KB

dv.listings 4.3.4-9005

  • Static per-dataset footer text

dv.listings 4.3.4-9004

  • Review functionality:
    • Expand revision count limit from 1000 to 10000 entries

dv.listings 4.3.4-9003

  • Review functionality:
    • Guard against problematic characters in dataset names

dv.listings 4.3.4-9002

  • Review functionality:
    • Cope with initially empty datasets

dv.listings 4.3.4-9001

  • Review functionality:
    • Allow expanding review choices

dv.listings 4.3.4-9000

  • [NOT USER-FACING] Update CM.R snippet

dv.listings 4.3.4

  • Review functionality:
    • Fix regressions when global filter is active

dv.listings 4.3.3

  • Review functionality:
    • Guard against the removal of known rows and provide parameter to disable this check

dv.listings 4.3.2

  • Limited support for column width resizing
  • Remove dependencies on jsonlite and lastpage.sty latex package
  • Review functionality:
    • Per-role undo of review actions
    • Faster response to review actions
    • Progress indicators during long review actions
    • Improved checks for asynchronous javascript-mediated review write actions

dv.listings 4.3.1

  • Guard against selection of nested or conflicting review storage location.
  • Fix mapping of current listing to canonical row indices.

dv.listings 4.3.0

  • Display title of current table
  • Review functionality
    • Bulk editing interface
    • Highlighting of modified columns for outdated reviews
    • Tolerate previously known data rows that go missing or reappearing across dataset updates

dv.listings 4.2.0

  • Includes the experimental review functionality
  • Adapt dataset selection to accommodate for switching of dataset_list
  • Adapt fill_default_vars to keep specified default values for datasets which are not present
  • Adapt checkmate calls to allow default values for datasets which are not present
  • Top buttons are reordered in a single line to avoid consuming excessive space

dv.listings 4.1.0

  • Add jumping feature
  • The module allows now to
    • select all columns
    • unselect all columns
    • reset to default columns
    • reset filters
  • Remove support for data dispatchers
  • Provide early feedback of module misconfiguration

dv.listings 4.0.0

Package was renamed to dv.listings.

dv.table 3.0.1

The module allows now to

  • switch between listings
  • select/hide columns
  • order columns
  • search the listing on a free-text basis
  • filter columns
  • display labels instead of variable/dataset names in column headers and dropdown menues
  • export listings to .xlsx and .pdf

The module is now consistent to DaVinci parameter standards, thus mod_table(), table_UI(), table_server() introduce the following changes:

  • parameters reordered
  • id replaced by module_id
  • data_list replaced by dataset_list
  • default_cols replaced by default_vars
  • dataset_names added
  • dataset_disp is now an optional parameter

Additionally, a bug was fixed where fast column selection caused a reactive loop.

dv.table 2.0.0

  • module now uses functional dispatchers from module manager instead of expressions

dv.table 1.0.0

  • initial version of dv.table
  • dv.table is a module mainly focused on validation