diff --git a/NEWS.md b/NEWS.md index 6b3d7d50e..c05963cfa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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