Skip to content

Commit

Permalink
add NEWS entry and reorganize in proper sections
Browse files Browse the repository at this point in the history
- remove info about internal functions
  • Loading branch information
gogonzo committed Nov 10, 2023
1 parent 457ae2c commit 9d63d40
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# teal 0.14.0.9017

### New features

* `data` argument in `init` accepts now `teal_data` and `teal_data_module`.
* Added `landing_popup_module` function which creates a module that will display a popup when the app starts. The popup will block access to the app until it is dismissed.
* Filter state snapshots can now be uploaded from file. See `?snapshot`.

### Miscellaneous

* Enhanced a `module` validation checks so that it won't throw messages about `data` argument unnecessarily.
* Removed `Report previewer` module from mapping matrix display in filter manager.
* Added internal functions for storing and restoring of `teal_slices` objects.
* Filter state snapshots can now be uploaded from file. See `?snapshot`.
* Added argument to `teal_slices` and made modifications to `init` to enable tagging `teal_slices` with an app id to safely upload snapshots from disk.
* Added `landing_popup_module` function which creates a module that will display a popup when the app starts. The popup will block access to the app until it is dismissed.

### Bug fixes

* Removed `Report previewer` module from mapping matrix display in filter manager.

# teal 0.14.0

Expand Down

0 comments on commit 9d63d40

Please sign in to comment.