Skip to content

Commit

Permalink
docs: Update NEWS.md and bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Jan 4, 2024
1 parent e043de3 commit 03720b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.5.0.9002
Version: 1.5.0.9003
Authors@R:
c(
person("Kamil", "Żyła", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
12 changes: 9 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# rhino (development)

1. Cypress updated to version 13.
2. `pkg_install` supports installation from local sources, GitHub, and Bioconductor.
3. Update Rhino CI (use latest versions and make better use of actions).
1. `pkg_install` supports installation from local sources, GitHub, and Bioconductor.
2. Improve Rhino CI (use latest versions and make better use of actions).
3. Upgrade tools based on Node.js:
* `test_e2e()` now uses `cypress` 13.6
* `build_js()` now uses `webpack` 5.89
* `build_sass()` now uses `sass` 1.69
* `lint_js()` now uses `eslint` 8.56
* `lint_sass()` now uses `stylelint` 14.16 (the last major version supporting stylistic rules)
* Upgrade all remaining Node.js dependencies to latest versions and fix vulnerabilities.

# [rhino 1.5.0](https://github.com/Appsilon/rhino/releases/tag/v1.5.0)

Expand Down

0 comments on commit 03720b0

Please sign in to comment.