Skip to content

Commit

Permalink
Minor updates to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aldomann committed May 27, 2021
1 parent 36d0a0a commit a5aade0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Major simplification of report rendering process; abandoned HTML output.
* Added custom {pkgdown} theme for more consistent branding.
* Added preliminary citation to README.
* Moved packages required only for reports to `Suggests` field in `DESCRIPTION` file.

## New features

Expand All @@ -29,6 +30,7 @@

* `inner_column()`, to fix padding of boxes inside columns.
* `widget_sep()`, to insert `div(class = "widget-sep", br())` calls.
* `widget_sep_vert()` to insert `div(style = "height: 8px;")` calls.
* `names_from_model_formula()`, to parse `rhandsontable()` Unicode row and column coefficient names.
* `parse_model_formula()` to get raw and TeX formulae from `model_formula`.
* `calculate_trans_rate_sigurdson()` and `calculate_trans_rate_manual()` to calculate translocation rates.
Expand Down Expand Up @@ -63,6 +65,7 @@
* Replaced `column(width = X)` calls by `col_X()` in UI modules.
* Added `tabitem-container` class to `tabItem()` page containers for fixed `max-width` while keeping responsive UI.
* Added `col-inner-textinput-*` CSS classes for Irradiation conditions `textInput()` widgets' containers.
* Added `sep-widget-download` and `sep-widget-format` CSS classes to unify download and format select buttons into a single widget.


# biodosetools 3.4.0 (2020-10-11)
Expand Down

0 comments on commit a5aade0

Please sign in to comment.