Skip to content

Commit

Permalink
fix news
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Aug 12, 2024
1 parent 1b02437 commit cfb750a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# teal.slice 0.5.1.9008

### Enhancements
* The `ui_add` and `srv_add` methods from the `FilteredData` class are being called inside the `ui_active` and `srv_active` methods, respectively. This allows us to reduce the space of the filter panel by not displaying the "add filters" UI in a separate panel.

* Reduced the space of the filter panel by not displaying the "add filters" UI in a separate panel.

### Bug fixes

* Fix error while creating the filter choices when the data has a factor with a level containing an empty string ("").

### Breaking changes

* `ui_add` and `srv_add` no longer exist as adding new filters is a part of `ui_active` and `srv_active`.

# teal.slice 0.5.1

### Bug fixes
Expand Down

0 comments on commit cfb750a

Please sign in to comment.