Skip to content

Commit

Permalink
[skip vbump] upversion to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Apr 29, 2024
1 parent 9d19245 commit 82b9d67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.5.0.9014
Version: 0.5.1
Date: 2024-04-29
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
Expand Down Expand Up @@ -49,7 +49,7 @@ Imports:
shinycssloaders (>= 1.0.0),
shinyjs,
shinyWidgets (>= 0.6.2),
teal.data (>= 0.4.0),
teal.data (>= 0.6.0),
teal.logger (>= 0.1.3.9013),
teal.widgets (>= 0.4.0),
utils
Expand Down
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# teal.slice 0.5.0.9014
# teal.slice 0.5.1

### Bug fixes
* Fix how the filter panel handles NA values in a Date column.
* Fix filtering of `ordered` column to return the right call.
* Ensure choices are sorted for `factor` and `ordered` data types.

### Miscellaneous

* Added `teal_slice` and `teal_slices` to package index.
* Added `teal_slice` and `teal_slices` to package index.
* Implement mouse-over behavior for the filter card when it is selected.

# teal.slice 0.5.0

Expand Down

0 comments on commit 82b9d67

Please sign in to comment.