Skip to content

Commit a5aade0

Browse files
committed
Minor updates to changelog
1 parent 36d0a0a commit a5aade0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Major simplification of report rendering process; abandoned HTML output.
66
* Added custom {pkgdown} theme for more consistent branding.
77
* Added preliminary citation to README.
8+
* Moved packages required only for reports to `Suggests` field in `DESCRIPTION` file.
89

910
## New features
1011

@@ -29,6 +30,7 @@
2930

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

6770

6871
# biodosetools 3.4.0 (2020-10-11)

0 commit comments

Comments
 (0)