Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.35 KB

NEWS.md

File metadata and controls

42 lines (33 loc) · 1.35 KB

dqshiny 0.0.5

  • Remove V8 as suggested package, remove JS code checking.
  • Fix dq_autocomplete issues.
  • Add contains parameter to dq_autocomplete.
  • Fix dq_autocomplete using created value instead of it's name #16

dqshiny 0.0.4

  • Fix dqhot to remove filter and paging row if no longer needed.
  • Fix dqhot to correct filters before rendering.
  • Fix selectize editor copy&paste feature.
  • Add dq_drawer to easily build drawer elements.
  • Add dq_gallery to slide between contents.
  • Support vectorized conditions in toggle functions.
  • Fix filtering after table data update.
  • Fix autocomplete update issue #3
  • Add create parameter for autocomplete inputs #4

dqshiny 0.0.3

  • Fix unit test for new V8 (PR #1).
  • Support dqhot dataset changes and reconsider proper filters.
  • Change default filter for factors.
  • Support lists for filters specifying type and value.
  • Fix horizontal scroll only.
  • Fix initial column width alignment.

dqshiny 0.0.2

  • Fix text filter to properly skip empty filters.
  • Add borders and headers to dq_htmltable.
  • Add 'base-features' demo.
  • Support reactiveVal as dq_hot data.
  • Support NA filter to detect proper filter values.
  • Fix autocomplete dropdown display for filtering.
  • Automatically update filter values when dq_hot data changes.

dqshiny 0.0.1

  • Initial release.
  • Added a NEWS.md file to track changes to the package.